WME GIS Layers

Adds GIS layers in WME

这些是此脚本变更过代码的版本。 显示所有版本。

  • v2025.05.25.000 2025-05-25

    Update to use the WME SDK

    Still need to figure out what to do about path-following-labels on roads, though.

    Merge branch 'sdk-update'

  • v2025.05.25.000 2025-05-25

    Update to use the WME SDK

    Still need to figure out what to do about path-following-labels on roads, though.

    Merge branch 'sdk-update'

  • v2025.05.08.000 2025-05-08

    Save state of collapsible sections

  • v2025.05.08.000 2025-05-08

    Save state of collapsible sections

  • v2025.05.07.001 2025-05-07

    Fix bug where road segment names don't stay on screen

  • v2025.05.07.001 2025-05-07

    Fix bug where road segment names don't stay on screen

  • v2025.05.07.000 2025-05-07

    Highlight layer names red when there's an error

  • v2025.05.07.000 2025-05-07

    Highlight layer names red when there's an error

  • v2025.05.03.000 2025-05-07

    Enhance STATES mapping functions for robustness and scalability

    • Updated toAbbr, toFullName, and fromId functions to return null when queries do not match any entries in _states.
    • Ensured efficient lookup and safe return values to prevent potential errors caused by missing or incorrect input data.
    • Maintained functionality of toFullNameArray and toAbbrArray to return complete arrays of names and abbreviations as intended.

    These changes were necessary to prevent the script from encountering errors when strings in the "State" column of the Google Sheet, do not match existing entries. This update also prepares the codebase for the future introduction of additional country codes and subdivisions.

    Bumb Version #

    Refactor state mapping functions to use optional chaining for streamlined error handling

    • Updated toAbbr, toFullName, and fromId functions to leverage optional chaining (?.) for cleaner syntax and improved safety.
    • These functions now return undefined if the lookup fails, replacing the previous null return.
    • Retained the functionality of toFullNameArray and toAbbrArray to provide full lists of names and abbreviations.

    Fix fromId(id) from my previous change, to return the fill state obj, not jsut the name.

    Merge pull request #68 from JS55CT:master

    Enhance STATES mapping functions for robustness in preparation for future Country additions.

  • v2025.05.03.000 2025-05-07

    Enhance STATES mapping functions for robustness and scalability

    • Updated toAbbr, toFullName, and fromId functions to return null when queries do not match any entries in _states.
    • Ensured efficient lookup and safe return values to prevent potential errors caused by missing or incorrect input data.
    • Maintained functionality of toFullNameArray and toAbbrArray to return complete arrays of names and abbreviations as intended.

    These changes were necessary to prevent the script from encountering errors when strings in the "State" column of the Google Sheet, do not match existing entries. This update also prepares the codebase for the future introduction of additional country codes and subdivisions.

    Bumb Version #

    Refactor state mapping functions to use optional chaining for streamlined error handling

    • Updated toAbbr, toFullName, and fromId functions to leverage optional chaining (?.) for cleaner syntax and improved safety.
    • These functions now return undefined if the lookup fails, replacing the previous null return.
    • Retained the functionality of toFullNameArray and toAbbrArray to provide full lists of names and abbreviations.

    Fix fromId(id) from my previous change, to return the fill state obj, not jsut the name.

    Merge pull request #68 from JS55CT:master

    Enhance STATES mapping functions for robustness in preparation for future Country additions.

  • v2025.04.23.000 2025-04-23

    Use SDK for map-move-end and LayerSwitcher

    Bump version

    Merge branch 'sdk-updates'

  • v2025.04.23.000 2025-04-23

    Use SDK for map-move-end and LayerSwitcher

    Bump version

    Merge branch 'sdk-updates'

  • v2025.04.20.001 2025-04-21

    Bump version

  • v2025.04.20.001 2025-04-21

    Bump version

  • v2025.03.20.001 2025-04-21

    Added an option to enable a resizable popup dialog box that displays labels for each layer. The popup's visibility is controlled by a new setting in the LABELS section. Users can enable or disable this feature based on their preferences.

    Fixed issue where the active layer name in the popup could disappear after the map moved if there were no active elements for that layer in the new viewport area.

    feat: Enhance Layers Label Popup viewer with formatting options

    • Title case applied to labels
    • Apply abbreviations and acronyms
    • Standardize highway and route names (e.g., I-, US-, SR-, etc.)
    • Remove new lines

    Added update message, fixed ESLint complaints

    1. Updated the popup
      insertion point in the DOM to use "wz-page-content".
    2. Updated the popup hide/show setting when closing the popup with the "X".
    3. Made minor logic changes to abbreviation substitutions and highway naming formatting functions.

    Merged in changes from branch 'upstream/master' - Update connect header, login functions, and use SDK for shortcut keys

    Enhance clipboard functionality to copy list item text without symbol

    • Updated the updatePopupContent function to include a clickable copy symbol next to each list item.
    • Added data-label attribute to <li> elements to store plain text for clipboard copying.
    • Modified event listener to use data-label for accessing text, ensuring symbols are not copied.

    Fix ESLint complaints

    Merge pull request #67 from JS55CT:master

    Added an option to enable a resizable popup dialog box that displays …

  • v2025.03.20.001 2025-04-21

    Added an option to enable a resizable popup dialog box that displays labels for each layer. The popup's visibility is controlled by a new setting in the LABELS section. Users can enable or disable this feature based on their preferences.

    Fixed issue where the active layer name in the popup could disappear after the map moved if there were no active elements for that layer in the new viewport area.

    feat: Enhance Layers Label Popup viewer with formatting options

    • Title case applied to labels
    • Apply abbreviations and acronyms
    • Standardize highway and route names (e.g., I-, US-, SR-, etc.)
    • Remove new lines

    Added update message, fixed ESLint complaints

    1. Updated the popup
      insertion point in the DOM to use "wz-page-content".
    2. Updated the popup hide/show setting when closing the popup with the "X".
    3. Made minor logic changes to abbreviation substitutions and highway naming formatting functions.

    Merged in changes from branch 'upstream/master' - Update connect header, login functions, and use SDK for shortcut keys

    Enhance clipboard functionality to copy list item text without symbol

    • Updated the updatePopupContent function to include a clickable copy symbol next to each list item.
    • Added data-label attribute to <li> elements to store plain text for clipboard copying.
    • Modified event listener to use data-label for accessing text, ensuring symbols are not copied.

    Fix ESLint complaints

    Merge pull request #67 from JS55CT:master

    Added an option to enable a resizable popup dialog box that displays …

  • v2025.04.19.000 2025-04-19

    Update connect header, login functions, and use SDK for shortcut keys

  • v2025.04.19.000 2025-04-19

    Update connect header, login functions, and use SDK for shortcut keys

  • v2025.03.14.000 2025-03-14

    Fix manual layer offset bug

  • v2025.03.14.000 2025-03-14

    Fix manual layer offset bug

  • v2025.02.14.000 2025-02-15

    Disable the update alert

  • v2025.02.14.000 2025-02-15

    Disable the update alert

  • v2025.02.14.000 2025-02-14

    Don't show disabled layers even if "restrictTo" field has values

  • v2025.02.14.000 2025-02-14

    Don't show disabled layers even if "restrictTo" field has values

  • v2025.01.06.001 2025-01-07

    Another labelVisibleAtZoom fix

  • v2025.01.06.001 2025-01-07

    Another labelVisibleAtZoom fix

  • v2025.01.06.000 2025-01-06

    Adjust calculation for when labels are displayed if visibleAtZoom is overridden

  • v2025.01.06.000 2025-01-06

    Adjust calculation for when labels are displayed if visibleAtZoom is overridden

  • v2025.01.03.001 2025-01-03

    Add update alert

  • v2025.01.03.001 2025-01-03

    Add update alert

  • v2025.01.03.000 2025-01-03

    Add custom visibleAtZoom for layers

  • v2025.01.03.000 2025-01-03

    Add custom visibleAtZoom for layers

  • v2024.11.10.000 2024-11-10

    bump version

  • v2024.11.10.000 2024-11-10

    bump version

  • v2024.11.08.001 2024-11-10

    Begin updates for new SDK

    Merge branch 'master' into sdk-update

    Updates for SDK but still much to do...

    Merge branch 'master' into sdk-update

    Some minor SDK updates. Much more to do to get layers working in SDK.

    Merge branch 'sdk-update'

  • v2024.11.08.001 2024-11-10

    Begin updates for new SDK

    Merge branch 'master' into sdk-update

    Updates for SDK but still much to do...

    Merge branch 'master' into sdk-update

    Some minor SDK updates. Much more to do to get layers working in SDK.

    Merge branch 'sdk-update'

  • v2024.11.08.001 2024-11-08

    Use greasy fork link for workaround library

  • v2024.11.06.000 2024-11-06

    Another tweak to power button click handler

  • v2024.11.06.000 2024-11-06

    Another tweak to power button click handler

  • v2024.11.05.000 2024-11-05

    Fix power button click issue and update domain connection list

    Fix version

  • v2024.11.05.000 2024-11-05

    Fix power button click issue and update domain connection list

    Fix version

  • v2024.09.04.001 2024-09-04

    Update to latest version of ESTreeProcessor

  • v2024.09.04.000 2024-09-04

    Target specific version of ESTreeProcess lib

  • v2024.09.03.002 2024-09-03

    Fix calls to esprima and ESTreeProcessor

  • v2024.09.03.002 2024-09-03

    Fix calls to esprima and ESTreeProcessor

  • v2024.09.03.001 2024-09-03

    Update the esprima-next and ESTreeProcessor links. GF doesn't allow linking to the unapproved minified versions on GH.

  • v2024.08.25.000 2024-08-25

    Remove CSP message

  • v2024.08.25.000 2024-08-25

    Remove CSP message

  • v2024.08.19.000 2024-08-19

    Update to turf 7 and add a popup for eval error

  • v2024.08.19.000 2024-08-19

    Update to turf 7 and add a popup for eval error

  • v2024.08.18.000 2024-08-18

    Fix for W.map.getExtent change, and update connect statements

  • v2024.08.18.000 2024-08-18

    Fix for W.map.getExtent change, and update connect statements

  • v2024.02.03.001 2024-02-03

    Remove release alert message for next release

  • v2024.02.03.001 2024-02-03

    Remove release alert message for next release

  • v2024.02.03.001 2024-02-03

    bump version and add a release note alert

  • v2024.02.03.001 2024-02-03

    bump version and add a release note alert

  • v2023.12.12.001 2024-02-03

    Add shortcut key to toggle GIS-L enabled

  • v2023.12.12.001 2024-02-03

    Add shortcut key to toggle GIS-L enabled

  • v2023.12.12.001 2023-12-12

    Fix collapsible sections in layers list

  • v2023.12.12.001 2023-12-12

    Fix collapsible sections in layers list

  • v2023.09.27.001 2023-09-27

    Fix for WME beta loading issues

  • v2023.09.27.001 2023-09-27

    Fix for WME beta loading issues

  • v2023.08.02.002 2023-08-02

    fixes for latest WME, Merge branch 'master' into master, Merge pull request #65 from dalverson/master

    fixes for latest WME

  • v2023.08.02.002 2023-08-02

    fixes for latest WME, Merge branch 'master' into master, Merge pull request #65 from dalverson/master

    fixes for latest WME

  • v2023.08.02.001 2023-08-02

    Updates for WME 2.180, Update connect statements, Merge branch 'wme-2.180-prep', bump version

  • v2023.08.02.001 2023-08-02

    Updates for WME 2.180, Update connect statements, Merge branch 'wme-2.180-prep', bump version

  • v2023.05.18.001 2023-05-18 fix sidebar tab registration
  • v2023.05.18.001 2023-05-18 fix sidebar tab registration
  • v2023.05.03.001 2023-05-03 add ScriptUpdateMonitor
  • v2023.05.03.001 2023-05-03 add ScriptUpdateMonitor
  • v2023.03.21.001 2023-03-22 Update bootstrap for new WME API, Update connect statements
  • v2023.03.21.001 2023-03-22 Update bootstrap for new WME API, Update connect statements
  • v2023.03.14.001 2023-03-15 Update sidepanel tab creation.
  • v2023.03.14.001 2023-03-15 Update sidepanel tab creation.
  • v2023.02.18.002 2023-02-18 Update connect list
  • v2023.02.18.002 2023-02-18 Update connect list
  • v2023.02.18.001 2023-02-18 Panel width fix, and general linting code cleanup
  • v2023.02.18.001 2023-02-18 Panel width fix, and general linting code cleanup
  • v2023.01.03.001 2023-01-04 fixed pull new layers button location, Merge pull request #64 from SkulllzzCode/Skulllzzcode-Patch-1 fixed pull new layers button location
  • v2023.01.03.001 2023-01-04 fixed pull new layers button location, Merge pull request #64 from SkulllzzCode/Skulllzzcode-Patch-1 fixed pull new layers button location
  • v2022.12.29.001 2022-12-30 Fix issue with county filtering if county in neighboring state is in view. - Also replace .indexOf() with .includes() where appropriate.
  • v2022.12.29.001 2022-12-30 Fix issue with county filtering if county in neighboring state is in view. - Also replace .indexOf() with .includes() where appropriate.
  • v2022.12.22.001 2022-12-22 Add some eslint globals (not a functional change)
  • v2022.12.22.001 2022-12-22 Add some eslint globals (not a functional change)
  • v2022.11.22.001 2022-11-22 Update connect statements
  • v2022.10.27.001 2022-10-27 Replace header include with match and exclude. Also remove unnecessary globals.
  • v2022.10.27.001 2022-10-27 Replace header include with match and exclude. Also remove unnecessary globals.
  • v2022.10.09.001 2022-10-09 Update connect list and add "use strict"
  • v2022.10.09.001 2022-10-09 Update connect list and add "use strict"
  • v2022.08.25.001 2022-08-25 Fix road labels not showing on long roads
  • v2022.08.25.001 2022-08-25 Fix road labels not showing on long roads
  • v2022.08.24.001 2022-08-24 Update connect list and version #
  • v2022.08.24.001 2022-08-24 Update connect list and version #
  • v2022.08.17.001 2022-08-24 Fix for polyline roads
  • v2022.08.17.001 2022-08-24 Fix for polyline roads
  • v2022.08.17.001 2022-08-17 Don't fetch counties/layers when zoomed out too far
  • v2022.08.17.001 2022-08-17 Don't fetch counties/layers when zoomed out too far
  • v2022.08.05.001 2022-08-05 Fix refresh button and update domain connect list
  • v2022.08.05.001 2022-08-05 Fix refresh button and update domain connect list
  • v2022.07.21.001 2022-07-21 Update WME-GIS-Layers.js Update at-connect domains list
  • v2022.07.21.001 2022-07-21 Update WME-GIS-Layers.js Update at-connect domains list
  • v2021.08.25.001 2021-08-26 Fix Default Zoom Level, Merge pull request #60 from SkulllzzCode/master Fix Default Zoom Level
  • v2021.08.25.001 2021-08-26 Fix Default Zoom Level, Merge pull request #60 from SkulllzzCode/master Fix Default Zoom Level
  • v2021.07.27.001 2021-07-27 Update WME-GIS-Layers.js
  • v2021.07.27.001 2021-07-27 Update WME-GIS-Layers.js
  • v2021.06.19.001 2021-06-19 Remove reference to jquery-ui (custom build) Update connect list
  • v2021.06.19.001 2021-06-19 Remove reference to jquery-ui (custom build) Update connect list
  • v2021.01.07.001 2021-01-08 Update to 2020 census data URL
  • v2021.01.07.001 2021-01-08 Update to 2020 census data URL
  • v2020.12.10.001 2020-12-11 Hotfix for WME beta crash issue
  • v2020.12.10.001 2020-12-11 Hotfix for WME beta crash issue
  • v2020.12.03.001 2020-12-04 connect statements update
  • v2020.12.03.001 2020-12-04 connect statements update
  • v2020.10.04.001 2020-10-05 Added "Request an update" link
  • v2020.10.04.001 2020-10-05 Added "Request an update" link
  • v2020.09.09.001 2020-09-09 Decrease padding around panel divs. Update server connect list., Merge branch 'master' of https://github.com/WazeDev/WME-GIS-Layers, Reduce more padding. Update state layer checkboxes font color.
  • v2020.09.09.001 2020-09-09 Decrease padding around panel divs. Update server connect list., Merge branch 'master' of https://github.com/WazeDev/WME-GIS-Layers, Reduce more padding. Update state layer checkboxes font color.
  • v2020.07.27.001 2020-07-31 2020.07.27.001 Minor changes to change W.map.getOLMap() references to W.map where possible., Merge pull request #58 from dBsooner/patch-15 2020.07.27.001
  • v2020.07.27.001 2020-07-31 2020.07.27.001 Minor changes to change W.map.getOLMap() references to W.map where possible., Merge pull request #58 from dBsooner/patch-15 2020.07.27.001
  • v2020.07.19.001 2020-07-19 Update server connect list
  • v2020.07.19.001 2020-07-19 Update server connect list
  • v2020.07.14.001 2020-07-14 Update WME-GIS-Layers.js
  • v2020.07.14.001 2020-07-14 Update WME-GIS-Layers.js
  • v2020.07.09.001 2020-07-14 Update Layer option to include "None" Added radio button and condition to set label to empty., Merge pull request #56 from skykep/patch-1 Update Layer option to include "None"
  • v2020.07.09.001 2020-07-14 Update Layer option to include "None" Added radio button and condition to set label to empty., Merge pull request #56 from skykep/patch-1 Update Layer option to include "None"
  • v2020.07.09.001 2020-07-14 2020.07.09.001 Minor bugfix bugfix that prevents a .forEach() from erroring by setting the array variable to an empty array if the referenced array is undefined or null., Merge pull request #57 from dBsooner/patch-14 2020.07.09.001
  • v2020.07.09.001 2020-07-14 2020.07.09.001 Minor bugfix bugfix that prevents a .forEach() from erroring by setting the array variable to an empty array if the referenced array is undefined or null., Merge pull request #57 from dBsooner/patch-14 2020.07.09.001
  • v2020.06.01.001 2020-06-01 Update WME-GIS-Layers.js
  • v2020.06.01.001 2020-06-01 Update WME-GIS-Layers.js
  • v2020.03.31.001 2020-03-31 user.normalizedLevel removed from WME
  • v2020.03.31.001 2020-03-31 user.normalizedLevel removed from WME
  • v2019.11.21.001 2019-12-11 Update WME-GIS-Layers.js Fix typo, Merge pull request #54 from abelter/master Typo fix for 2019.10.30.001
  • v2019.11.21.001 2019-12-11 Update WME-GIS-Layers.js Fix typo, Merge pull request #54 from abelter/master Typo fix for 2019.10.30.001
  • v2019.11.21.001 2019-12-11 2019.11.21.001 WME v2.43-40-gf367bffa4 compatibility., Merge pull request #53 from dBsooner/patch-12 2019.11.21.001
  • v2019.11.21.001 2019-12-11 2019.11.21.001 WME v2.43-40-gf367bffa4 compatibility., Merge pull request #53 from dBsooner/patch-12 2019.11.21.001
  • v2019.10.30.001 2019-10-30 2019.10.30.001 ### 2019.10.30.001 WazeWrap notification system. WME beta compatibility., Merge pull request #52 from dBsooner/patch-11 2019.10.30.001
  • v2019.10.30.001 2019-10-30 2019.10.30.001 ### 2019.10.30.001 WazeWrap notification system. WME beta compatibility., Merge pull request #52 from dBsooner/patch-11 2019.10.30.001
  • v2019.07.23.001 2019-07-23 Update WME-GIS-Layers.js
  • v2019.07.23.001 2019-07-23 Update WME-GIS-Layers.js
  • v2019.06.07.001 2019-06-07 Fix error when processLabel returns a null value.
  • v2019.06.07.001 2019-06-07 Fix error when processLabel returns a null value.
  • v2019.05.19.001 2019-05-19 Update connect strings, wait for WazeWrap.Ready in bootstrap
  • v2019.05.19.001 2019-05-19 Update connect strings, wait for WazeWrap.Ready in bootstrap
  • v2019.04.02.005 2019-04-02 Add custom jqUI require. Update connect domains.
  • v2019.04.02.005 2019-04-02 Add custom jqUI require. Update connect domains.
  • v2019.04.02.004 2019-04-02 remove jquery dependence in bootstrap
  • v2019.04.02.004 2019-04-02 remove jquery dependence in bootstrap
  • v2019.04.02.003 2019-04-02 removing jquery @require due to conflict with TB
  • v2019.04.02.003 2019-04-02 removing jquery @require due to conflict with TB
  • v2019.04.02.002 2019-04-02 fix script update message
  • v2019.04.02.002 2019-04-02 fix script update message
  • v2019.04.02.001 2019-04-02 More updates. Not working yet., First release of custom layer offsets
  • v2019.04.02.001 2019-04-02 More updates. Not working yet., First release of custom layer offsets
  • v2019.03.30.002 2019-03-30 update script alert message
  • v2019.03.30.002 2019-03-30 update script alert message
  • v2019.03.30.001 2019-03-30 Add support for one-time alerts for layers., version bump
  • v2019.03.30.001 2019-03-30 Add support for one-time alerts for layers., version bump
  • v2019.03.29.003 2019-03-30 fix GF url
  • v2019.03.29.003 2019-03-30 fix GF url
  • v2019.03.29.002 2019-03-30 Add shortcut to toggle hn-only labels. Also add support for WazeWrap script update alert popup.
  • v2019.03.29.002 2019-03-30 Add shortcut to toggle hn-only labels. Also add support for WazeWrap script update alert popup.
  • v2019.03.12.002 2019-03-12 Temporarily allowing restrictTo to override disabled layer This is so we can use the restrictTo feature until most users have had a chance to upgrade to the latest code., version # bump
  • v2019.03.12.002 2019-03-12 Temporarily allowing restrictTo to override disabled layer This is so we can use the restrictTo feature until most users have had a chance to upgrade to the latest code., version # bump
  • v2019.03.12.001 2019-03-12 Add support for rank/AM/user restricted layers, Add tooltip on layer to indicate restriction., update domains, and version bump
  • v2019.03.12.001 2019-03-12 Add support for rank/AM/user restricted layers, Add tooltip on layer to indicate restriction., update domains, and version bump
  • v2019.02.04.001 2019-02-04 Fix crash when state is not caps in spreadsheet
  • v2019.02.04.001 2019-02-04 Fix crash when state is not caps in spreadsheet
  • v2019.02.01.001 2019-02-02 Fix missing "enabled" crash, and allow custom styles, version # bump
  • v2019.02.01.001 2019-02-02 Fix missing "enabled" crash, and allow custom styles, version # bump
  • v2019.01.24.002 2019-01-25 Bug fix - refreshing layers did not remove the previous roads layer
  • v2019.01.24.002 2019-01-25 Bug fix - refreshing layers did not remove the previous roads layer
  • v2019.01.24.001 2019-01-24 Fixes script crash when spreadsheet has empty rows, version bump
  • v2019.01.24.001 2019-01-24 Fixes script crash when spreadsheet has empty rows, version bump
  • v2019.01.13.001 2019-01-13 Update spreadsheet calls to use Google api v4, Version # update, Update @connects
  • v2019.01.13.001 2019-01-13 Update spreadsheet calls to use Google api v4, Version # update, Update @connects
  • v2019.01.05.002 2019-01-05 updated @connect for new servers
  • v2019.01.05.002 2019-01-05 updated @connect for new servers
  • v2019.01.05.001 2019-01-05 correct version #
  • v2019.01.05.001 2019-01-05 correct version #
  • v2018.01.05.001 2019-01-05 Starting to refactor to meet ESLint rules., Major ESLint overhaul, minor string fix, version # bump
  • v2018.01.05.001 2019-01-05 Starting to refactor to meet ESLint rules., Major ESLint overhaul, minor string fix, version # bump
  • v2018.12.25.001 2018-12-25 Add new road_labels style
  • v2018.12.25.001 2018-12-25 Add new road_labels style
  • v2018.12.02.001 2018-12-02 2018.12.02.001 - Make State name clickable Made the State name clickable in the layers list to trigger collapse / expand of that State's list., Merge pull request #43 from dBsooner/patch-10 2018.12.02.001 - Make State name clickable
  • v2018.12.02.001 2018-12-02 2018.12.02.001 - Make State name clickable Made the State name clickable in the layers list to trigger collapse / expand of that State's list., Merge pull request #43 from dBsooner/patch-10 2018.12.02.001 - Make State name clickable
  • v2018.12.01.002 2018-12-01 Animate the refresh button when clicked
  • v2018.12.01.002 2018-12-01 Animate the refresh button when clicked
  • v2018.12.01.001 2018-12-01 Add "refresh layers" button and update @connect list
  • v2018.12.01.001 2018-12-01 Add "refresh layers" button and update @connect list
  • v2018.09.24.001 2018-09-25 Update @connect URLs ...using latest domains from spreadsheet
  • v2018.09.24.001 2018-09-25 Update @connect URLs ...using latest domains from spreadsheet
  • v2018.08.18.001 2018-08-19 Update WME-GIS-Layers.js Replaced W.loginManager.isLoggedIn() with W.loginManager.user
  • v2018.08.18.001 2018-08-19 Update WME-GIS-Layers.js Replaced W.loginManager.isLoggedIn() with W.loginManager.user
  • v2018.08.11.001 2018-08-11 Added all of the current domains to the @connect section. Left "@connect *". This should prevent the security popups on the existing domains, but still allow them whenever domains are added or changed.
  • v2018.08.11.001 2018-08-11 Added all of the current domains to the @connect section. Left "@connect *". This should prevent the security popups on the existing domains, but still allow them whenever domains are added or changed.
  • v2018.07.21.001 2018-07-21 Added @contributionURL to header
  • v2018.07.11.001 2018-07-11 Adjustment to r3 regex. Remove reference to proj4.js library. Misc code cleanup.
  • v2018.07.08.001 2018-07-09 Imported from URL
  • v2018.06.13.001 2018-06-19