Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to use latest DataBC version of SMK while retaining previous development branch changes #289

Open
wants to merge 57 commits into
base: develop
Choose a base branch
from

Commits on Jun 6, 2022

  1. Print better handles layers not visible (#230)

    This addresses a javascript error when printing directions. When a layer is not visible at the current zoom level, its value in an array of visible layers is undefined, causing an error when we retrieve layers in the print function. This change tests for the visible layer and, if missing, returns a simpler layer configuration.
    
    Co-authored-by: dgboss <darren.boss@gov.bc.ca>
    michaelpnelson and dgboss committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    d6c606e View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. Configuration menu
    Copy the full SHA
    6c08575 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. Remove -TLINK from Snowplow app ID

    After further discussion with Brendan of the GDX team, we agreed to reuse the same app ID in the tracker across hosted SMK apps. They distinguish sites by the URL of the apps the tracker sends requests from, so the app ID does not need to be unique per hosted SMK app.
    michaelpnelson committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    d6600d1 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. Use ESRI vector basemap API and basemaps

    This replaces ESRI legacy basemap API with new ESRI vector basemap API. Legacy basemaps are replaced with new ArcGIS basemaps except for Streets, which is replaced by the OpenStreetMaps Standard map instead of the ArcGIS Streets map.
    
    The "esri-leaflet-vector" library is added. Basemaps are now added to a separate map pane having a lower z-index than map layers in order to prevent basemaps from covering layers. An ESRI API key, stored as a Github secret, is added to site configuration and used in basemap requests.
    michaelpnelson committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    2cce48e View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. Configuration menu
    Copy the full SHA
    ecd3610 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. Configuration menu
    Copy the full SHA
    2a9bb45 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. Configuration menu
    Copy the full SHA
    4b5c314 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03dead5 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. Configuration menu
    Copy the full SHA
    6a4bd5c View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. update readme

    qqnluaq committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    e52b2b6 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. iwp

    qqnluaq committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    a665aa7 View commit details
    Browse the repository at this point in the history
  2. update layer style

    Benjamin Jubb committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    13a8243 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. tlink-221 updating road styles

    Benjamin Jubb committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    026aafb View commit details
    Browse the repository at this point in the history
  2. tlink-221 styling update

    Benjamin Jubb committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    339cc7e View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. update readme

    Benjamin Jubb committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    b4757ab View commit details
    Browse the repository at this point in the history
  2. Merge pull request #245 from qqnluaq/develop

    tlink-221 styling update
    qqnluaq committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    ed90b6b View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. Update dockerfile URL

    michaelpnelson committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    60d0bf4 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. Configuration menu
    Copy the full SHA
    0922c57 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. Configuration menu
    Copy the full SHA
    e131a96 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #248 from bcgov/maxZoom

    Add minZoom and maxZoom properties when initializing the leaflet map
    dgboss committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    914acc3 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. Configuration menu
    Copy the full SHA
    47946b7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #250 from bcgov/tlink-246

    tlink-246 Update to Overhead Structures data
    qqnluaq committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    c603387 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. tlink-246 update filtering for overhead signs

    Benjamin Jubb committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    4ce82c2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #251 from bcgov/tlink-246

    tlink-246 update filtering for overhead signs
    qqnluaq committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    5573612 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    18bdd9b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #252 from bcgov/tlink-246

    tlink-246 add heights to overhead directional sign identify
    qqnluaq committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    ecfb16a View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. Change default basemap to StamenTonerLight

    This reverts the change from StamenTonerLight to Streets, originally requested in #220 and updated to restore StamenTonerLight.
    michaelpnelson committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    2c7b51e View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

  1. Update contact email

    michaelpnelson committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    48eb558 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. tlink-221 fix major road network layer at high zoom

    Benjamin Jubb committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    f86d264 View commit details
    Browse the repository at this point in the history
  2. tlink-221 fix major road network layer at high zoom

    Benjamin Jubb committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    a7e7339 View commit details
    Browse the repository at this point in the history
  3. tlink-221 change legend rendering for line features

    Benjamin Jubb committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    294fcee View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. tlink-221 reload smk for patching, and preload layer configs for para…

    …meterization
    Benjamin Jubb committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    4166426 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b21d38 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    15f42e2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #262 from bcgov/tlink-221

    Tlink 221
    qqnluaq committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    0c914e9 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Configuration menu
    Copy the full SHA
    41ba129 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #263 from bcgov/tlink-221

    tlink-221 changed prov highway styling, adjusted layer order, and lin…
    qqnluaq committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    253d9dd View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Configuration menu
    Copy the full SHA
    0fc45e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9bd51af View commit details
    Browse the repository at this point in the history
  3. Merge pull request #264 from bcgov/tlink-246

    tlink-246 add heights to overhead-structure-without-height-marker
    qqnluaq committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    20a3a2d View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Revert "Update object esriApiKey read from (#241)"

    This reverts commit 03dead5.
    michaelpnelson committed May 23, 2023
    Configuration menu
    Copy the full SHA
    b385a57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6dc26a5 View commit details
    Browse the repository at this point in the history
  3. Revert "Change default basemap to Streets (#236)"

    This reverts commit ecd3610.
    michaelpnelson committed May 23, 2023
    Configuration menu
    Copy the full SHA
    78f449a View commit details
    Browse the repository at this point in the history
  4. Revert "Use ESRI vector basemap API and basemaps"

    This reverts commit 2cce48e.
    michaelpnelson committed May 23, 2023
    Configuration menu
    Copy the full SHA
    58c01d7 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    f99721d View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    61b92d6 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop_legacy' into feature/updateSMKToBCGovVersion

    # Conflicts:
    #	lib/smk.js
    #	openshift/truck-route-planner-dev-bc.yaml
    CEBergin-Vivid committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    df0e907 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    022d8cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da2f9a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    327124f View commit details
    Browse the repository at this point in the history
  4. Seperate config for viewer section of map.json used for smk config in…

    …to it's own file to allow the esriApiKey to be added the same way as the route planner api key
    CEBergin-Vivid committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    50b4e3e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    92be544 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Move key back to map.json and index now that the esri api key will no…

    …t be injected, and the esri key file will not be generated
    CEBergin-Vivid committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    8abfd14 View commit details
    Browse the repository at this point in the history
  2. Remove space

    CEBergin-Vivid committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    0375802 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' into feature/updateSMKToBCGovVer

    # Conflicts:
    #	config/map.json
    #	index.html
    CEBergin-Vivid committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    fee7719 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8caea8b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    88527b4 View commit details
    Browse the repository at this point in the history