Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Map should display entire project map service, not just the overlay highlight from query_mma or query_draft #67

Open
wmbeers opened this issue Feb 2, 2021 · 5 comments · Fixed by #84
Assignees
Labels
enhancement New feature or request public site A bug/enhancement for the public site map

Comments

@wmbeers
Copy link
Owner

wmbeers commented Feb 2, 2021

Currently when we show an EST project or analysis area/alt on the map, we just show the overlay highlight. Users have expressed a desire for it to be the entire project service, like for the standard "currently in review", "previously reviewed", etc. services, with folder structure, individual features, etc.

https://repo.fla-etat.org/bugzilla/show_bug.cgi?id=6035

wmbeers added a commit that referenced this issue Feb 2, 2021
Started with AOI, as that fits in with recent user requests to have more control over an AOI in their map.
wmbeers added a commit that referenced this issue Feb 4, 2021
wmbeers added a commit that referenced this issue Feb 8, 2021
Have it working with attribute table widget.
wmbeers added a commit that referenced this issue Feb 8, 2021
Changes to basemaps broke the basemaps widget; just commented out the apparently breaking code, but left all the other changes to NLS-related files intact. (Breaking change was adding the now commented-out sections, but having the references to i18n commented out.)

Fixed spacing and other eslint issues in projectConfig.js

Tweaking things to get correct identify widget config for dynamically loaded project layers.
wmbeers added a commit that referenced this issue Feb 9, 2021
wmbeers added a commit that referenced this issue Feb 10, 2021
wmbeers added a commit that referenced this issue Feb 10, 2021
Adding support for menus in dynamic folders, to add all layers on/off toggle at the folder level. This is useful beyond just the need for it in EST project service layers, and could be used with any dynamic map service that incorporates folders. Note also the notes added about ignoreDynamicGroupVisibility parameter.
wmbeers added a commit that referenced this issue Jun 19, 2021
Includes: fully functional dialog for choosing draft vs non-draft/milestone, support for "version" parameter in query string/storage message to indicate preference for draft (if available and user is authorized) or non-draft (if available), and (hopefully temporary) work-around for issues related to inconsistent field naming.
wmbeers added a commit that referenced this issue Jun 19, 2021
wmbeers added a commit that referenced this issue Jun 30, 2021
Fully functional ability to provide option to load draft when available and allowed. Added loading overlay for step where it's checking MapDAO--it's reasonably fast enough on the server to not warrant a loading overlay, but if I'm demoing it locally there's a long pause. Now that it's been added to the mixin we may want to use it on other steps.

Determined that the correct layer visibility for projects services doesn't need to include 0, with the current settings of the folder checkbox visibility. In fact, if it does include 0, first draw of a dynamically loaded project service shows the termini, and some mysterious label, that goes away after user toggles any layer's visibility. You can see the layer ids change from [0, 6, 7, 8] to something like [5, 6, 7, 8] or [7, 8]--whatever the user changes the 0 isn't part of the array.
@wmbeers
Copy link
Owner Author

wmbeers commented Jul 14, 2021

New issue found in testing:

image

@wmbeers
Copy link
Owner Author

wmbeers commented Jul 14, 2021

Further issue: identify widget is entirely non-functional in this branch for all layers, static operational layers and dynamically added layers.

@wmbeers
Copy link
Owner Author

wmbeers commented Jul 14, 2021

New issue found in testing:

image

Turns out this happens when any map service that contains folders is removed from the layer control widget, not just project layers. Opening this as a new bug.

wmbeers added a commit that referenced this issue Jul 20, 2021
wmbeers added a commit that referenced this issue Jul 20, 2021
commit b80f1fd
Author: Bill Beers <bill.beers@aecom.com>
Date:   Wed Jun 30 18:02:44 2021 -0400

    Issue #67 code cleanup and better error reporting

commit 82aefed
Author: Bill Beers <bill.beers@aecom.com>
Date:   Wed Jun 30 10:40:42 2021 -0400

    Issue #67 nearing completion

    Fully functional ability to provide option to load draft when available and allowed. Added loading overlay for step where it's checking MapDAO--it's reasonably fast enough on the server to not warrant a loading overlay, but if I'm demoing it locally there's a long pause. Now that it's been added to the mixin we may want to use it on other steps.

    Determined that the correct layer visibility for projects services doesn't need to include 0, with the current settings of the folder checkbox visibility. In fact, if it does include 0, first draw of a dynamically loaded project service shows the termini, and some mysterious label, that goes away after user toggles any layer's visibility. You can see the layer ids change from [0, 6, 7, 8] to something like [5, 6, 7, 8] or [7, 8]--whatever the user changes the 0 isn't part of the array.

commit c72aaf7
Author: Bill Beers <bill.beers@aecom.com>
Date:   Sat Jun 19 15:15:02 2021 -0400

    #67 lint fixes

commit 24cdc5b
Author: Bill Beers <bill.beers@aecom.com>
Date:   Sat Jun 19 14:33:39 2021 -0400

    #67 mostly complete for loading whole project

    Includes: fully functional dialog for choosing draft vs non-draft/milestone, support for "version" parameter in query string/storage message to indicate preference for draft (if available and user is authorized) or non-draft (if available), and (hopefully temporary) work-around for issues related to inconsistent field naming.

commit e1ae2e0
Author: Bill Beers <bill.beers@aecom.com>
Date:   Fri Jun 4 09:33:32 2021 -0400

    Issue 67 Work In Progress

    Committing work in progress before simplifying it. Extra complexity is included in this version to handle cases where one alt is in draft and another is not in draft. This case shouldn't happen, and team's consensus is to correct the data for the few (older) projects to keep the alt statuses synced (at least with regard to < 6 vs >=6 statuses. Next version will assume all alts are in the same status.

commit dce2e6a
Merge: 4ebef32 fd901cd
Author: Bill Beers <bill.beers@aecom.com>
Date:   Fri May 28 10:07:33 2021 -0400

    Merge branch 'estMap' into Loading-project-tree-issue-67

commit 4ebef32
Author: Bill Beers <bill.beers@aecom.com>
Date:   Wed Feb 10 17:21:37 2021 -0500

    #67 loading project tree

    Adding support for menus in dynamic folders, to add all layers on/off toggle at the folder level. This is useful beyond just the need for it in EST project service layers, and could be used with any dynamic map service that incorporates folders. Note also the notes added about ignoreDynamicGroupVisibility parameter.

commit edbd7e8
Author: Bill Beers <bill.beers@aecom.com>
Date:   Tue Feb 9 18:23:31 2021 -0500

    #67 fixing indent

commit cce2816
Author: Bill Beers <bill.beers@aecom.com>
Date:   Tue Feb 9 09:37:50 2021 -0500

    #67 Dekruft

commit 2c725c9
Author: Bill Beers <bill.beers@aecom.com>
Date:   Mon Feb 8 17:54:22 2021 -0500

    Dekruft/revert stuff brought into #67 from #69

    Changes to basemaps broke the basemaps widget; just commented out the apparently breaking code, but left all the other changes to NLS-related files intact. (Breaking change was adding the now commented-out sections, but having the references to i18n commented out.)

    Fixed spacing and other eslint issues in projectConfig.js

    Tweaking things to get correct identify widget config for dynamically loaded project layers.

commit ce57eff
Merge: a29d9c8 6fa5938
Author: Bill Beers <bill.beers@aecom.com>
Date:   Mon Feb 8 16:29:43 2021 -0500

    Merge branch 'Project-Identify-Results-Formatting-Issue-69' into Loading-project-tree-issue-67

commit a29d9c8
Author: Bill Beers <bill.beers@aecom.com>
Date:   Mon Feb 8 16:02:52 2021 -0500

    #67 more cleanup and refinement

    Have it working with attribute table widget.

commit 37b3dad
Author: Bill Beers <bill.beers@aecom.com>
Date:   Thu Feb 4 16:25:06 2021 -0500

    #67 Correction to layerDefs for adding AOI projects via map service

commit 6fa5938
Author: Bill Beers <bill.beers@aecom.com>
Date:   Thu Feb 4 15:01:51 2021 -0500

    Configuring identifies object for dynamically loaded project overlay

    Eventually this will be refactored because the ultimate goal is to load a whole service; this configuration with identifies still depends on this just being the analysis areas (1 ft buffer around all features) loaded as a single feature layer.

commit da9d3a7
Merge: 8be203e 93383bb
Author: Bill Beers <bill.beers@aecom.com>
Date:   Thu Feb 4 11:22:10 2021 -0500

    Merge branch 'Identify-widget-enhancement-issue-68' into Project-Identify-Results-Formatting-Issue-69

commit 8be203e
Author: Bill Beers <bill.beers@aecom.com>
Date:   Thu Feb 4 11:01:09 2021 -0500

    Fixing separate issue noted while working on #69

    Open Attribute Table menu option was not configured correctly. Since I refactored the way the operationalLayers were being defined under #69, I'm fixing that under this bug rather than create a new one.

commit 64d7f21
Author: Bill Beers <bill.beers@aecom.com>
Date:   Thu Feb 4 10:42:53 2021 -0500

    #67 cleanup

commit 4638544
Author: Bill Beers <bill.beers@aecom.com>
Date:   Thu Feb 4 10:11:48 2021 -0500

    Wrapping up #69

    Also simplified configuration of projects in operational layers.

commit 2f783de
Author: Bill Beers <bill.beers@aecom.com>
Date:   Wed Feb 3 09:44:30 2021 -0500

    Bugfix for #69

    Poorly formatted default project config was breaking the widget. Corrected and moved to separate js.

commit f35f858
Author: Bill Beers <bill.beers@aecom.com>
Date:   Tue Feb 2 15:52:55 2021 -0500

    More work on #69

    Simplifying configuration of project references in identifies object.

    Added identifyLayerInfos.layerIds to project config (just one of them so far); trying to figure out why that doesn't work to exclude label layers from id results. Also seems to be ignoring visible layers, showing results from the wrong service.

commit b2aecd5
Author: Bill Beers <bill.beers@aecom.com>
Date:   Tue Feb 2 12:22:23 2021 -0500

    First part of fix for #69

    Correcting layer identifiers in config/identify.js to match ids used in viewer.js; also minor typo change.

    Still to do: review the field definitions/index/etc, and recreate for eliminated and draft services.

commit 58d2fb7
Author: Bill Beers <bill.beers@aecom.com>
Date:   Tue Feb 2 12:13:21 2021 -0500

    Proof of concept for loading whole project service #67

    Started with AOI, as that fits in with recent user requests to have more control over an AOI in their map.

commit 93383bb
Author: Bill Beers <bill.beers@aecom.com>
Date:   Tue Feb 2 11:57:54 2021 -0500

    Dekruft issue #68

commit a345598
Author: Bill Beers <bill.beers@aecom.com>
Date:   Tue Feb 2 11:25:31 2021 -0500

    First working version of support for dynamic update to identify.identifies config

    Includes some false starts, I'll dekruft next revision.

commit 0f6c224
Merge: e87f0c7 38bc9d3
Author: Tim McGee <github@mmconsult.com>
Date:   Mon Oct 12 08:16:50 2020 -0700

    Merge pull request cmv#969 from cmv/feature/updated-to-esri-js-api-3.34

    update to Esri JS API version 3.34

commit 38bc9d3
Author: Tim McGee <github@mmconsult.com>
Date:   Sun Oct 11 15:49:38 2020 -0700

    update to Esri JS API version 3.34

    Also updated to Font Awesome 5.15.1

commit e87f0c7
Merge: 1286201 33b54fd
Author: Tim McGee <github@mmconsult.com>
Date:   Sun Oct 11 15:40:03 2020 -0700

    Merge pull request cmv#968 from cmv/snyk-upgrade-ebf6566be2a36b3b2676b97e0da56924

    [Snyk] Upgrade eslint from 7.8.1 to 7.9.0

commit 33b54fd
Author: snyk-bot <snyk-bot@snyk.io>
Date:   Tue Oct 6 21:05:03 2020 +0000

    fix: upgrade eslint from 7.8.1 to 7.9.0

    Snyk has created this PR to upgrade eslint from 7.8.1 to 7.9.0.

    See this package in npm:
    https://www.npmjs.com/package/eslint

    See this project in Snyk:
    https://app.snyk.io/org/cmv/project/08d23464-b120-4f43-ae97-d0ebe4cee9a9?utm_source=github&utm_medium=upgrade-pr

commit 1286201
Merge: f50ff15 22d2758
Author: Tim McGee <github@mmconsult.com>
Date:   Thu Sep 24 13:32:04 2020 -0700

    Merge pull request cmv#963 from cmv/snyk-upgrade-661d0f9616d4cf4be082bc44d6ad8dcb

    [Snyk] Upgrade stylelint from 13.6.1 to 13.7.0

commit 22d2758
Merge: 9d5174d f50ff15
Author: Tim McGee <github@mmconsult.com>
Date:   Thu Sep 24 13:25:04 2020 -0700

    Merge branch 'develop' into snyk-upgrade-661d0f9616d4cf4be082bc44d6ad8dcb

commit f50ff15
Merge: 7aef828 0591356
Author: Tim McGee <github@mmconsult.com>
Date:   Thu Sep 24 13:22:40 2020 -0700

    Merge pull request cmv#964 from cmv/snyk-upgrade-5b5868c15ad098f539ace486e46b900e

    [Snyk] Upgrade eslint from 7.7.0 to 7.8.0

commit 0591356
Author: snyk-bot <snyk-bot@snyk.io>
Date:   Tue Sep 22 04:10:29 2020 +0000

    fix: upgrade eslint from 7.7.0 to 7.8.0

    Snyk has created this PR to upgrade eslint from 7.7.0 to 7.8.0.

    See this package in npm:
    https://www.npmjs.com/package/eslint

    See this project in Snyk:
    https://app.snyk.io/org/cmv/project/08d23464-b120-4f43-ae97-d0ebe4cee9a9?utm_source=github&utm_medium=upgrade-pr

commit 9d5174d
Author: snyk-bot <snyk-bot@snyk.io>
Date:   Tue Sep 22 04:10:23 2020 +0000

    fix: upgrade stylelint from 13.6.1 to 13.7.0

    Snyk has created this PR to upgrade stylelint from 13.6.1 to 13.7.0.

    See this package in npm:
    https://www.npmjs.com/package/stylelint

    See this project in Snyk:
    https://app.snyk.io/org/cmv/project/08d23464-b120-4f43-ae97-d0ebe4cee9a9?utm_source=github&utm_medium=upgrade-pr

commit 7aef828
Merge: 838f4ed 829026a
Author: Tim McGee <github@mmconsult.com>
Date:   Sat Sep 5 11:34:06 2020 -0700

    Merge pull request cmv#962 from cmv/snyk-upgrade-d336fea5c9f41e56be801485d27ffdb3

    [Snyk] Upgrade eslint from 7.6.0 to 7.7.0

commit 829026a
Author: snyk-bot <snyk-bot@snyk.io>
Date:   Sat Sep 5 04:10:21 2020 +0000

    fix: upgrade eslint from 7.6.0 to 7.7.0

    Snyk has created this PR to upgrade eslint from 7.6.0 to 7.7.0.

    See this package in npm:
    https://www.npmjs.com/package/eslint

    See this project in Snyk:
    https://app.snyk.io/org/cmv/project/08d23464-b120-4f43-ae97-d0ebe4cee9a9?utm_source=github&utm_medium=upgrade-pr

commit 838f4ed
Merge: f83f663 bfa19c4
Author: Tim McGee <github@mmconsult.com>
Date:   Mon Aug 24 06:03:07 2020 -0700

    Merge pull request cmv#960 from cmv/snyk-upgrade-53d4571d875bb8c4dcd0a053949336ea

    [Snyk] Upgrade eslint from 7.5.0 to 7.6.0

commit bfa19c4
Merge: a02248b f83f663
Author: Tim McGee <github@mmconsult.com>
Date:   Mon Aug 24 05:49:22 2020 -0700

    Merge branch 'develop' into snyk-upgrade-53d4571d875bb8c4dcd0a053949336ea

commit f83f663
Merge: 7748db6 aa87565
Author: Tim McGee <github@mmconsult.com>
Date:   Mon Aug 24 05:48:41 2020 -0700

    Merge pull request cmv#959 from cmv/snyk-fix-114d929a45b4d556d5dbfd2147442f2d

    [Snyk] Security upgrade grunt from 1.2.1 to 1.3.0

commit a02248b
Author: snyk-bot <snyk-bot@snyk.io>
Date:   Sun Aug 23 04:10:36 2020 +0000

    fix: upgrade eslint from 7.5.0 to 7.6.0

    Snyk has created this PR to upgrade eslint from 7.5.0 to 7.6.0.

    See this package in npm:
    https://www.npmjs.com/package/eslint

    See this project in Snyk:
    https://app.snyk.io/org/cmv/project/08d23464-b120-4f43-ae97-d0ebe4cee9a9?utm_source=github&utm_medium=upgrade-pr

commit aa87565
Author: snyk-bot <snyk-bot@snyk.io>
Date:   Sat Aug 22 04:09:52 2020 +0000

    fix: package.json to reduce vulnerabilities

    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-GRUNT-597546

commit 7748db6
Merge: 8e846fb f81afb2
Author: Tim McGee <github@mmconsult.com>
Date:   Sat Aug 8 21:42:27 2020 -0700

    Merge pull request cmv#958 from cmv/snyk-upgrade-fdd997090dcdc4425deec456705149c0

    [Snyk] Upgrade eslint from 7.4.0 to 7.5.0

commit f81afb2
Author: snyk-bot <snyk-bot@snyk.io>
Date:   Sun Aug 9 04:10:06 2020 +0000

    fix: upgrade eslint from 7.4.0 to 7.5.0

    Snyk has created this PR to upgrade eslint from 7.4.0 to 7.5.0.

    See this package in npm:
    https://www.npmjs.com/package/eslint

    See this project in Snyk:
    https://app.snyk.io/org/cmv/project/08d23464-b120-4f43-ae97-d0ebe4cee9a9?utm_source=github&utm_medium=upgrade-pr

commit 8e846fb
Merge: e499a79 6d0427d
Author: Tim McGee <github@mmconsult.com>
Date:   Wed Aug 5 09:42:47 2020 -0700

    Merge pull request cmv#957 from cmv/snyk-upgrade-7536e4b54353626fb8a69fde5a5dbe26

    [Snyk] Upgrade eslint from 7.3.1 to 7.4.0

commit 6d0427d
Author: snyk-bot <snyk-bot@snyk.io>
Date:   Wed Aug 5 04:10:04 2020 +0000

    fix: upgrade eslint from 7.3.1 to 7.4.0

    Snyk has created this PR to upgrade eslint from 7.3.1 to 7.4.0.

    See this package in npm:
    https://www.npmjs.com/package/eslint

    See this project in Snyk:
    https://app.snyk.io/org/cmv/project/08d23464-b120-4f43-ae97-d0ebe4cee9a9?utm_source=github&utm_medium=upgrade-pr

commit e499a79
Merge: 033cfc7 7d2a0d8
Author: Tim McGee <github@mmconsult.com>
Date:   Tue Aug 4 06:30:47 2020 -0700

    Merge pull request cmv#952 from cmv/feature/updated-grunt-tasks

    Updated grunt tasks and associated dependencies

commit 7d2a0d8
Merge: 4d97e4f 033cfc7
Author: Tim McGee <github@mmconsult.com>
Date:   Tue Aug 4 06:29:01 2020 -0700

    Merge branch 'develop' into feature/updated-grunt-tasks

commit 033cfc7
Merge: fe63021 daf5a13
Author: Tim McGee <github@mmconsult.com>
Date:   Tue Aug 4 06:28:39 2020 -0700

    Merge pull request cmv#951 from cmv/fix/street-view-widget

    Fixes for street view widget

commit 4d97e4f
Merge: d260843 fe63021
Author: Tim McGee <github@mmconsult.com>
Date:   Tue Aug 4 06:27:26 2020 -0700

    Merge branch 'develop' into feature/updated-grunt-tasks

commit daf5a13
Merge: 3b17c02 fe63021
Author: Tim McGee <github@mmconsult.com>
Date:   Tue Aug 4 06:27:07 2020 -0700

    Merge branch 'develop' into fix/street-view-widget

commit fe63021
Merge: 5c93fdd 74b65d4
Author: Tim McGee <github@mmconsult.com>
Date:   Tue Aug 4 06:26:25 2020 -0700

    Merge pull request cmv#950 from cmv/feature/update-to-esri-js-api-3.33

    Update to Esri JS API upcoming version 3.33

commit 3b17c02
Merge: 89e1747 5c93fdd
Author: Tim McGee <github@mmconsult.com>
Date:   Mon Aug 3 11:53:26 2020 -0700

    Merge branch 'develop' into fix/street-view-widget

commit 74b65d4
Merge: 140e874 5c93fdd
Author: Tim McGee <github@mmconsult.com>
Date:   Mon Aug 3 11:53:10 2020 -0700

    Merge branch 'develop' into feature/update-to-esri-js-api-3.33

commit d260843
Merge: 0d7b882 5c93fdd
Author: Tim McGee <github@mmconsult.com>
Date:   Mon Aug 3 11:52:44 2020 -0700

    Merge branch 'develop' into feature/updated-grunt-tasks

commit 5c93fdd
Merge: 4ad64c0 8b74115
Author: Tim McGee <github@mmconsult.com>
Date:   Fri Jul 24 21:14:28 2020 -0700

    Merge pull request cmv#956 from cmv/snyk-upgrade-1895c93d60dd6ebc97acc1c5e3c73e81

    [Snyk] Upgrade grunt from 1.1.0 to 1.2.0

commit 8b74115
Author: snyk-bot <snyk-bot@snyk.io>
Date:   Sat Jul 25 04:10:05 2020 +0000

    fix: upgrade grunt from 1.1.0 to 1.2.0

    Snyk has created this PR to upgrade grunt from 1.1.0 to 1.2.0.

    See this package in npm:
    https://www.npmjs.com/package/grunt

    See this project in Snyk:
    https://app.snyk.io/org/cmv/project/08d23464-b120-4f43-ae97-d0ebe4cee9a9?utm_source=github&utm_medium=upgrade-pr

commit 140e874
Merge: 65315e9 4ad64c0
Author: Tim McGee <github@mmconsult.com>
Date:   Fri Jul 10 06:26:50 2020 -0700

    Merge branch 'develop' into feature/update-to-esri-js-api-3.33

commit 89e1747
Merge: 17714fd 4ad64c0
Author: Tim McGee <github@mmconsult.com>
Date:   Fri Jul 10 06:26:21 2020 -0700

    Merge branch 'develop' into fix/street-view-widget

commit 0d7b882
Merge: faa5b62 4ad64c0
Author: Tim McGee <github@mmconsult.com>
Date:   Fri Jul 10 06:25:50 2020 -0700

    Merge branch 'develop' into feature/updated-grunt-tasks

commit 4ad64c0
Merge: ff48210 49a0f91
Author: Tim McGee <github@mmconsult.com>
Date:   Fri Jul 10 06:23:43 2020 -0700

    Merge pull request cmv#954 from cmv/feature/all-white-and-all-black-basemaps

    Add 2 new basemaps - all white and all black

commit 17714fd
Merge: 4fa0324 76e67ca
Author: Tim McGee <github@mmconsult.com>
Date:   Thu Jul 9 10:28:24 2020 -0700

    Merge remote-tracking branch 'origin/fix/street-view-widget' into fix/street-view-widget

commit 4fa0324
Author: Tim McGee <github@mmconsult.com>
Date:   Thu Jul 9 10:28:09 2020 -0700

    Allow the Google Maps Key to be set before loading the config file

    Useful to insert the key via snippet injection like in Netlify, etc.

commit 49a0f91
Merge: 7498971 ff48210
Author: Tim McGee <github@mmconsult.com>
Date:   Thu Jul 9 09:38:15 2020 -0700

    Merge branch 'develop' into feature/all-white-and-all-black-basemaps

commit 76e67ca
Merge: 64aa2d8 ff48210
Author: Tim McGee <github@mmconsult.com>
Date:   Thu Jul 9 09:37:54 2020 -0700

    Merge branch 'develop' into fix/street-view-widget

commit 65315e9
Merge: 188aad3 ff48210
Author: Tim McGee <github@mmconsult.com>
Date:   Thu Jul 9 09:37:35 2020 -0700

    Merge branch 'develop' into feature/update-to-esri-js-api-3.33

commit ff48210
Merge: f1c5f1f 167df75
Author: Tim McGee <github@mmconsult.com>
Date:   Thu Jul 9 09:37:08 2020 -0700

    Merge pull request cmv#955 from cmv/snyk-upgrade-f4f6438575c10c29144ecb56b65817f8

    [Snyk] Upgrade stylelint from 13.5.0 to 13.6.1

commit 167df75
Author: snyk-bot <snyk-bot@snyk.io>
Date:   Thu Jul 9 04:10:24 2020 +0000

    fix: upgrade stylelint from 13.5.0 to 13.6.1

    Snyk has created this PR to upgrade stylelint from 13.5.0 to 13.6.1.

    See this package in NPM:
    https://www.npmjs.com/package/stylelint

    See this project in Snyk:
    https://app.snyk.io/org/cmv/project/08d23464-b120-4f43-ae97-d0ebe4cee9a9?utm_source=github&utm_medium=upgrade-pr

commit 7498971
Author: Tim McGee <github@mmconsult.com>
Date:   Sat Jul 4 15:18:09 2020 -0700

    Add 2 new basemaps - all white and all black

commit faa5b62
Author: Tim McGee <tmcgee@scwa.ca.gov>
Date:   Sat Jun 27 00:29:00 2020 -0700

    Updated grunt tasks and associated dependencies

    Add script entry points for npm and yarn
    Swtich from connect to BrowserSync to enable live reload
    Change from "dependencies" to "devDependencies"
    Updated versions for some dependencies

commit 64aa2d8
Author: Tim McGee <tmcgee@scwa.ca.gov>
Date:   Sat Jun 27 00:14:06 2020 -0700

    Fixes cmv#870

commit 874db0f
Author: Tim McGee <tmcgee@scwa.ca.gov>
Date:   Sat Jun 27 00:12:19 2020 -0700

    Fixes cmv#779

commit 188aad3
Author: Tim McGee <tmcgee@scwa.ca.gov>
Date:   Sat Jun 27 00:08:20 2020 -0700

    update to Esri JS API upcoming version 3.33

commit f1c5f1f
Merge: 7916aad 1a53093
Author: Tim McGee <github@mmconsult.com>
Date:   Sat May 23 12:04:56 2020 -0700

    Merge pull request cmv#948 from cmv/snyk-upgrade-50bafa6ce394c471f94389daf71cbfee

    [Snyk] Upgrade stylelint from 13.4.1 to 13.5.0

commit 1a53093
Author: snyk-bot <snyk-bot@snyk.io>
Date:   Wed May 20 22:40:25 2020 -0700

    fix: upgrade stylelint from 13.4.1 to 13.5.0

    Snyk has created this PR to upgrade stylelint from 13.4.1 to 13.5.0.

    See this package in NPM:
    https://www.npmjs.com/package/stylelint

    See this project in Snyk:
    https://app.snyk.io/org/tmcgee/project/1424bb55-fa9d-4c25-be93-5f2b2a0acfa1?utm_source=github&utm_medium=upgrade-pr

commit 7916aad
Merge: c697068 bf34f66
Author: Tim McGee <github@mmconsult.com>
Date:   Tue May 19 09:17:24 2020 -0700

    Merge pull request cmv#947 from cmv/snyk-upgrade-ebfc56ed4662ba82fe1cacd415581ff6

    [Snyk] Upgrade stylelint from 13.3.3 to 13.4.0

commit bf34f66
Author: snyk-bot <snyk-bot@snyk.io>
Date:   Mon May 18 22:40:05 2020 -0700

    fix: upgrade stylelint from 13.3.3 to 13.4.0

    Snyk has created this PR to upgrade stylelint from 13.3.3 to 13.4.0.

    See this package in NPM:
    https://www.npmjs.com/package/stylelint

    See this project in Snyk:
    https://app.snyk.io/org/tmcgee/project/1424bb55-fa9d-4c25-be93-5f2b2a0acfa1?utm_source=github&utm_medium=upgrade-pr

commit c697068
Merge: 4b0333d 016aa74
Author: Tim McGee <github@mmconsult.com>
Date:   Mon May 18 13:19:36 2020 -0700

    Merge pull request cmv#946 from cmv/add-funding-yml

    Create FUNDING.yml

commit 016aa74
Author: Tim McGee <github@mmconsult.com>
Date:   Mon May 18 13:17:48 2020 -0700

    Create FUNDING.yml

commit 4b0333d
Merge: ae14352 47c1e46
Author: Tim McGee <github@mmconsult.com>
Date:   Sun May 17 12:25:16 2020 -0700

    Merge pull request cmv#944 from cmv/snyk-fix-6dba3e427ad56b415641f3ec3f95e821

    [Snyk] Fix for 1 vulnerabilities

commit 47c1e46
Merge: 04ce4d1 ae14352
Author: Tim McGee <github@mmconsult.com>
Date:   Sun May 17 12:20:38 2020 -0700

    Merge branch 'develop' into snyk-fix-6dba3e427ad56b415641f3ec3f95e821

commit ae14352
Merge: 3a61c3a 07fe029
Author: Tim McGee <github@mmconsult.com>
Date:   Sun May 17 12:20:15 2020 -0700

    Merge pull request cmv#945 from cmv/goodbye-greenkeeper

    Goodbye Greenkeeper 👋

commit 04ce4d1
Author: snyk-bot <snyk-bot@snyk.io>
Date:   Sun May 17 12:16:48 2020 -0700

    fix: package.json & .snyk to reduce vulnerabilities

    The following vulnerabilities are fixed with a Snyk patch:
    - https://snyk.io/vuln/SNYK-JS-LODASH-567746

commit 3b0c325
Author: snyk-bot <snyk-bot@snyk.io>
Date:   Sun May 17 12:16:47 2020 -0700

    fix: package.json & .snyk to reduce vulnerabilities

    The following vulnerabilities are fixed with a Snyk patch:
    - https://snyk.io/vuln/SNYK-JS-LODASH-567746

commit 07fe029
Author: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Date:   Sun May 17 19:14:17 2020 +0000

    chore(readme): remove Greenkeeper badge

commit 3a61c3a
Merge: bcf9fce c58667b
Author: Tim McGee <github@mmconsult.com>
Date:   Wed Apr 15 17:11:27 2020 -0700

    Merge pull request cmv#942 from cmv/greenkeeper/grunt-stylelint-0.15.0

    Update grunt-stylelint to the latest version 🚀

commit c58667b
Author: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Date:   Wed Apr 15 23:02:05 2020 +0000

    fix(package): update grunt-stylelint to version 0.15.0

commit bcf9fce
Merge: acf87e5 ec5f5c1
Author: Tim McGee <github@mmconsult.com>
Date:   Fri Apr 10 08:52:21 2020 -0700

    Merge pull request cmv#941 from cmv/feature/update-to-esri-js-api-3.32

    Update to Esri JS API version 3.32

commit ec5f5c1
Author: Tim McGee <github@mmconsult.com>
Date:   Thu Apr 9 11:19:34 2020 -0700

    update to Esri JS API upcoming version 3.32

    Also updated Font Awesome

commit acf87e5
Merge: 12e51cd 9108c3b
Author: Tim McGee <github@mmconsult.com>
Date:   Thu Apr 9 11:12:55 2020 -0700

    Merge pull request cmv#934 from cmv/greenkeeper/stylelint-config-standard-20.0.0

    Update stylelint-config-standard to the latest version 🚀

commit 9108c3b
Author: Tim McGee <github@mmconsult.com>
Date:   Thu Apr 9 10:49:25 2020 -0700

    fix case for updated stylelint-config

commit d60b941
Merge: 30707c6 12e51cd
Author: Tim McGee <github@mmconsult.com>
Date:   Thu Apr 9 10:43:04 2020 -0700

    Merge remote-tracking branch 'origin/develop' into greenkeeper/stylelint-config-standard-20.0.0

commit 12e51cd
Merge: 034b09c 16801b3
Author: Tim McGee <github@mmconsult.com>
Date:   Fri Apr 3 21:38:06 2020 -0700

    Merge pull request cmv#940 from cmv/greenkeeper/stylelint-13.3.0

    Update stylelint to the latest version 🚀

commit 16801b3
Author: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Date:   Fri Apr 3 16:44:28 2020 +0000

    fix(package): update stylelint to version 13.3.0

commit 034b09c
Merge: 25d7130 3c1f5f8
Author: Tim McGee <github@mmconsult.com>
Date:   Tue Mar 17 07:39:08 2020 -0700

    Merge pull request cmv#938 from cmv/greenkeeper/grunt-1.1.0

    Update grunt to the latest version 🚀

commit 3c1f5f8
Author: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Date:   Tue Mar 17 03:01:46 2020 +0000

    fix(package): update grunt to version 1.1.0

commit 25d7130
Merge: 73ce037 e21a54b
Author: Tim McGee <github@mmconsult.com>
Date:   Sat Feb 15 07:40:39 2020 -0800

    Merge pull request cmv#936 from cmv/greenkeeper/grunt-stylelint-0.14.0

    Update grunt-stylelint to the latest version 🚀

commit e21a54b
Merge: 8c3f8e7 73ce037
Author: Tim McGee <github@mmconsult.com>
Date:   Sat Feb 15 07:37:14 2020 -0800

    Merge branch 'develop' into greenkeeper/grunt-stylelint-0.14.0

commit 73ce037
Merge: 5ae5a5b faead35
Author: Tim McGee <github@mmconsult.com>
Date:   Sat Feb 15 07:33:19 2020 -0800

    Merge pull request cmv#935 from cmv/greenkeeper/stylelint-13.2.0

    Update stylelint to the latest version 🚀

commit 8c3f8e7
Author: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Date:   Fri Feb 14 22:47:43 2020 +0000

    fix(package): update grunt-stylelint to version 0.14.0

commit faead35
Author: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Date:   Fri Feb 14 02:57:34 2020 +0000

    fix(package): update stylelint to version 13.2.0

commit 30707c6
Author: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Date:   Sun Feb 9 02:14:16 2020 +0000

    fix(package): update stylelint-config-standard to version 20.0.0

commit 5ae5a5b
Merge: d221316 f4a53c9
Author: Tim McGee <github@mmconsult.com>
Date:   Sat Feb 8 12:32:41 2020 -0800

    Merge pull request cmv#933 from cmv/greenkeeper/stylelint-13.1.0

    Update stylelint to the latest version 🚀

commit f4a53c9
Author: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Date:   Sat Feb 8 20:30:11 2020 +0000

    fix(package): update stylelint to version 13.1.0

commit d221316
Merge: 5b8da69 5e24c90
Author: Tim McGee <github@mmconsult.com>
Date:   Fri Dec 20 21:46:26 2019 -0800

    Merge pull request cmv#932 from cmv/greenkeeper/eslint-6.8.0

    Update eslint to the latest version 🚀

commit 5e24c90
Author: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Date:   Fri Dec 20 21:08:22 2019 +0000

    fix(package): update eslint to version 6.8.0

commit 5b8da69
Merge: 7045ef1 6b87ad7
Author: Tim McGee <github@mmconsult.com>
Date:   Wed Dec 11 11:18:37 2019 -0800

    Merge pull request cmv#931 from cmv/greenkeeper/grunt-stylelint-0.13.0

    Update grunt-stylelint to the latest version 🚀

commit 6b87ad7
Author: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Date:   Wed Dec 11 19:09:19 2019 +0000

    fix(package): update grunt-stylelint to version 0.13.0

commit 7045ef1
Merge: 46a90aa 9f26751
Author: Tim McGee <github@mmconsult.com>
Date:   Mon Nov 25 14:37:34 2019 -0800

    Merge pull request cmv#929 from cmv/feature/update-esri-js-api-to-3.31

    update to Esri JS API upcoming version 3.31

commit 9f26751
Author: Tim McGee <github@mmconsult.com>
Date:   Mon Nov 25 11:33:37 2019 -0800

    update to Esri JS API upcoming version 3.31

commit 46a90aa
Merge: 6bb8e9e acce6e9
Author: Tim McGee <github@mmconsult.com>
Date:   Fri Nov 22 15:15:07 2019 -0800

    Merge pull request cmv#928 from cmv/greenkeeper/eslint-6.7.0

    Update eslint to the latest version 🚀

commit acce6e9
Author: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Date:   Fri Nov 22 18:23:44 2019 +0000

    fix(package): update eslint to version 6.7.0

commit 6bb8e9e
Merge: 0a90f0b 6073c5c
Author: Tim McGee <github@mmconsult.com>
Date:   Sat Nov 16 14:57:29 2019 -0800

    Merge pull request cmv#927 from cmv/greenkeeper/stylelint-12.0.0

    Update stylelint to the latest version 🚀

commit 6073c5c
Author: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Date:   Sat Nov 16 12:30:33 2019 +0000

    fix(package): update stylelint to version 12.0.0

commit 0a90f0b
Merge: 7ee13cc d82a458
Author: Tim McGee <github@mmconsult.com>
Date:   Fri Oct 25 15:07:52 2019 -0700

    Merge pull request cmv#926 from cmv/greenkeeper/eslint-6.6.0

    Update eslint to the latest version 🚀

commit d82a458
Author: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Date:   Fri Oct 25 18:48:47 2019 +0000

    fix(package): update eslint to version 6.6.0

commit 7ee13cc
Merge: e175e36 4e6c013
Author: Tim McGee <github@mmconsult.com>
Date:   Mon Oct 21 08:15:42 2019 -0700

    Merge pull request cmv#924 from cmv/greenkeeper/grunt-stylelint-0.12.0

    Update grunt-stylelint to the latest version 🚀

commit 4e6c013
Merge: 20126cd e175e36
Author: Tim McGee <github@mmconsult.com>
Date:   Mon Oct 21 08:07:22 2019 -0700

    Merge branch 'develop' into greenkeeper/grunt-stylelint-0.12.0

commit e175e36
Merge: 77ef75f 9ed68dd
Author: Tim McGee <github@mmconsult.com>
Date:   Mon Oct 21 08:07:00 2019 -0700

    Merge pull request cmv#925 from cmv/greenkeeper/grunt-contrib-compress-1.6.0

    Update grunt-contrib-compress to the latest version 🚀

commit 9ed68dd
Author: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Date:   Mon Oct 21 14:30:06 2019 +0000

    fix(package): update grunt-contrib-compress to version 1.6.0

commit 20126cd
Author: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Date:   Mon Oct 21 12:45:48 2019 +0000

    fix(package): update grunt-stylelint to version 0.12.0

commit 77ef75f
Merge: 2f0df51 e8f1aee
Author: Tim McGee <github@mmconsult.com>
Date:   Wed Oct 16 11:44:20 2019 +0200

    Merge pull request cmv#923 from cmv/feature/esri-jsapi-3.30

    Update to Esri JS API version 3.30

commit e8f1aee
Author: Tim McGee <github@mmconsult.com>
Date:   Tue Oct 15 16:39:52 2019 +0200

    update to Esri JS API upcoming version 3.30

    Also updated Font Awesome to version 5.11.2

commit fdbe7f5
Merge: 63057ca 2f0df51
Author: Tim McGee <github@mmconsult.com>
Date:   Tue Oct 15 16:37:47 2019 +0200

    Merge branch 'develop' into feature/esri-jsapi-3.30

commit 2f0df51
Merge: 63057ca 0fbbf0b
Author: Tim McGee <github@mmconsult.com>
Date:   Thu Oct 10 09:43:52 2019 -0700

    Merge pull request cmv#922 from cmv/greenkeeper/stylelint-11.1.0

    Update stylelint to the latest version 🚀

commit 0fbbf0b
Author: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Date:   Thu Oct 10 14:05:33 2019 +0000

    fix(package): update stylelint to version 11.1.0
wmbeers added a commit that referenced this issue Jul 20, 2021
wmbeers added a commit that referenced this issue Jul 20, 2021
wmbeers added a commit that referenced this issue Jul 20, 2021
@wmbeers wmbeers added enhancement New feature or request public site A bug/enhancement for the public site map labels Jul 22, 2021
@wmbeers wmbeers self-assigned this Jul 22, 2021
@wmbeers
Copy link
Owner Author

wmbeers commented Jul 22, 2021

Reopened to deal with eliminated alts. See bugzilla for details.

wmbeers added a commit that referenced this issue Jul 22, 2021
Handling eliminated alts that haven't been screened.
wmbeers added a commit that referenced this issue Aug 3, 2021
@wmbeers
Copy link
Owner Author

wmbeers commented Aug 28, 2021

Reopening for merge to public site.

@wmbeers wmbeers reopened this Aug 28, 2021
wmbeers added a commit that referenced this issue Aug 31, 2021
Part of upcoming work for #68 was inadvertently included in rollout of #67.
wmbeers added a commit that referenced this issue Sep 13, 2021
This has likely been an issue with the saved map widget all along, just not apparent because only now do we really have the ability to save a map with a project alt loaded.
wmbeers added a commit that referenced this issue Sep 19, 2021
commit f892b62
Merge: a17380d cd886d0
Author: Bill Beers <wmbeers@users.noreply.github.com>
Date:   Wed Sep 15 13:06:51 2021 -0400

    Merge pull request #86 from wmbeers/Single-Layer-Service-Attribute-Table-issue-77

    Issue #77 Added handler for structure of argument passed into openAtt…

commit a17380d
Author: Bill Beers <bill.beers@aecom.com>
Date:   Mon Sep 13 15:48:35 2021 -0400

    Follow-up to loading-project tree, #67

    This has likely been an issue with the saved map widget all along, just not apparent because only now do we really have the ability to save a map with a project alt loaded.

commit cd886d0
Author: Bill Beers <bill.beers@aecom.com>
Date:   Tue Aug 17 16:54:12 2021 -0400

    Issue #77 Added handler for structure of argument passed into openAttributeTable method
wmbeers added a commit that referenced this issue Oct 4, 2021
Changes to the arguments passed to constructLayer for #67 required changes to constructLayer function, which somehow got tangled up with changes under #88.
wmbeers added a commit that referenced this issue Oct 11, 2021
Similar to last commit, this forces the right name for AOIs, removing the definition expression from the layer title.
wmbeers added a commit that referenced this issue Apr 12, 2022
commit 9817811
Author: Bill Beers <bill.beers@aecom.com>
Date:   Sat Aug 21 12:15:47 2021 -0400

    #67 Loading Project Tree

    Filtering non-draft layers to specific "max" milestone.

commit 29eb51f
Author: Bill Beers <bill.beers@aecom.com>
Date:   Tue Aug 17 14:33:26 2021 -0400

    Resolves #82

    #82

    Changes the scope of "this._handlers" so that when handlers are removed for a folder or sublayer control being destroyed, only the handlers for the specific instance are removed.

commit 62a3646
Author: Bill Beers <bill.beers@aecom.com>
Date:   Thu Aug 12 15:29:01 2021 -0400

    #67 Updating the "Use Draft" dialog per feedback from today's dev team meeting

commit 2de3ab4
Author: Bill Beers <bill.beers@aecom.com>
Date:   Thu Aug 12 09:23:35 2021 -0400

    #67 Removing partial comment

commit 08af19c
Author: Bill Beers <bill.beers@aecom.com>
Date:   Tue Aug 3 11:29:39 2021 -0400

    #67

commit 2d0b2dd
Author: Bill Beers <bill.beers@aecom.com>
Date:   Thu Jul 22 16:57:31 2021 -0400

    #67 loading project tree

    Handling eliminated alts that haven't been screened.

commit 0dc44b1
Author: Bill Beers <bill.beers@aecom.com>
Date:   Tue Jul 20 16:03:37 2021 -0400

    #67 code cleanup

commit e959adb
Author: Bill Beers <bill.beers@aecom.com>
Date:   Tue Jul 20 15:51:01 2021 -0400

    Handling zooming to draft projects that haven't been analyzed #67

commit 0c661cd
Author: Bill Beers <bill.beers@aecom.com>
Date:   Tue Jul 20 09:58:26 2021 -0400

    lint fix for #67

commit b80f1fd
Author: Bill Beers <bill.beers@aecom.com>
Date:   Wed Jun 30 18:02:44 2021 -0400

    Issue #67 code cleanup and better error reporting

commit 82aefed
Author: Bill Beers <bill.beers@aecom.com>
Date:   Wed Jun 30 10:40:42 2021 -0400

    Issue #67 nearing completion

    Fully functional ability to provide option to load draft when available and allowed. Added loading overlay for step where it's checking MapDAO--it's reasonably fast enough on the server to not warrant a loading overlay, but if I'm demoing it locally there's a long pause. Now that it's been added to the mixin we may want to use it on other steps.

    Determined that the correct layer visibility for projects services doesn't need to include 0, with the current settings of the folder checkbox visibility. In fact, if it does include 0, first draw of a dynamically loaded project service shows the termini, and some mysterious label, that goes away after user toggles any layer's visibility. You can see the layer ids change from [0, 6, 7, 8] to something like [5, 6, 7, 8] or [7, 8]--whatever the user changes the 0 isn't part of the array.

commit c72aaf7
Author: Bill Beers <bill.beers@aecom.com>
Date:   Sat Jun 19 15:15:02 2021 -0400

    #67 lint fixes

commit 24cdc5b
Author: Bill Beers <bill.beers@aecom.com>
Date:   Sat Jun 19 14:33:39 2021 -0400

    #67 mostly complete for loading whole project

    Includes: fully functional dialog for choosing draft vs non-draft/milestone, support for "version" parameter in query string/storage message to indicate preference for draft (if available and user is authorized) or non-draft (if available), and (hopefully temporary) work-around for issues related to inconsistent field naming.

commit e1ae2e0
Author: Bill Beers <bill.beers@aecom.com>
Date:   Fri Jun 4 09:33:32 2021 -0400

    Issue 67 Work In Progress

    Committing work in progress before simplifying it. Extra complexity is included in this version to handle cases where one alt is in draft and another is not in draft. This case shouldn't happen, and team's consensus is to correct the data for the few (older) projects to keep the alt statuses synced (at least with regard to < 6 vs >=6 statuses. Next version will assume all alts are in the same status.

commit dce2e6a
Merge: 4ebef32 fd901cd
Author: Bill Beers <bill.beers@aecom.com>
Date:   Fri May 28 10:07:33 2021 -0400

    Merge branch 'estMap' into Loading-project-tree-issue-67

commit fd901cd
Merge: 7315d70 24bbacf
Author: Bill Beers <wmbeers@users.noreply.github.com>
Date:   Wed Apr 14 09:00:04 2021 -0400

    Merge pull request #81 from wmbeers/bug-5979

    Bug 5979

commit 24bbacf
Author: Bill Beers <bill.beers@aecom.com>
Date:   Tue Apr 13 16:54:59 2021 -0400

    Responding to testing issue #80

    Changing message.

commit b56b4d2
Author: Bill Beers <bill.beers@aecom.com>
Date:   Tue Apr 13 12:03:58 2021 -0400

    Bug 5979, issue #80

    Alerting user and continuing processing the list of commands passed by query string if loadLayerByLayerName method fails.

commit 7315d70
Merge: d19a950 2fd73b5
Author: Bill Beers <wmbeers@users.noreply.github.com>
Date:   Tue Mar 2 19:08:56 2021 -0500

    Merge pull request #75 from wmbeers/Extract-issue-72

    Fix for issue #72, Bug 5933

commit 2fd73b5
Author: Bill Beers <bill.beers@aecom.com>
Date:   Thu Feb 18 16:51:29 2021 -0500

    Fix for issue #72.

commit 4ebef32
Author: Bill Beers <bill.beers@aecom.com>
Date:   Wed Feb 10 17:21:37 2021 -0500

    #67 loading project tree

    Adding support for menus in dynamic folders, to add all layers on/off toggle at the folder level. This is useful beyond just the need for it in EST project service layers, and could be used with any dynamic map service that incorporates folders. Note also the notes added about ignoreDynamicGroupVisibility parameter.

commit edbd7e8
Author: Bill Beers <bill.beers@aecom.com>
Date:   Tue Feb 9 18:23:31 2021 -0500

    #67 fixing indent

commit cce2816
Author: Bill Beers <bill.beers@aecom.com>
Date:   Tue Feb 9 09:37:50 2021 -0500

    #67 Dekruft

commit 2c725c9
Author: Bill Beers <bill.beers@aecom.com>
Date:   Mon Feb 8 17:54:22 2021 -0500

    Dekruft/revert stuff brought into #67 from #69

    Changes to basemaps broke the basemaps widget; just commented out the apparently breaking code, but left all the other changes to NLS-related files intact. (Breaking change was adding the now commented-out sections, but having the references to i18n commented out.)

    Fixed spacing and other eslint issues in projectConfig.js

    Tweaking things to get correct identify widget config for dynamically loaded project layers.

commit ce57eff
Merge: a29d9c8 6fa5938
Author: Bill Beers <bill.beers@aecom.com>
Date:   Mon Feb 8 16:29:43 2021 -0500

    Merge branch 'Project-Identify-Results-Formatting-Issue-69' into Loading-project-tree-issue-67

commit a29d9c8
Author: Bill Beers <bill.beers@aecom.com>
Date:   Mon Feb 8 16:02:52 2021 -0500

    #67 more cleanup and refinement

    Have it working with attribute table widget.

commit 37b3dad
Author: Bill Beers <bill.beers@aecom.com>
Date:   Thu Feb 4 16:25:06 2021 -0500

    #67 Correction to layerDefs for adding AOI projects via map service

commit 6fa5938
Author: Bill Beers <bill.beers@aecom.com>
Date:   Thu Feb 4 15:01:51 2021 -0500

    Configuring identifies object for dynamically loaded project overlay

    Eventually this will be refactored because the ultimate goal is to load a whole service; this configuration with identifies still depends on this just being the analysis areas (1 ft buffer around all features) loaded as a single feature layer.

commit da9d3a7
Merge: 8be203e 93383bb
Author: Bill Beers <bill.beers@aecom.com>
Date:   Thu Feb 4 11:22:10 2021 -0500

    Merge branch 'Identify-widget-enhancement-issue-68' into Project-Identify-Results-Formatting-Issue-69

commit 8be203e
Author: Bill Beers <bill.beers@aecom.com>
Date:   Thu Feb 4 11:01:09 2021 -0500

    Fixing separate issue noted while working on #69

    Open Attribute Table menu option was not configured correctly. Since I refactored the way the operationalLayers were being defined under #69, I'm fixing that under this bug rather than create a new one.

commit 64d7f21
Author: Bill Beers <bill.beers@aecom.com>
Date:   Thu Feb 4 10:42:53 2021 -0500

    #67 cleanup

commit 4638544
Author: Bill Beers <bill.beers@aecom.com>
Date:   Thu Feb 4 10:11:48 2021 -0500

    Wrapping up #69

    Also simplified configuration of projects in operational layers.

commit 2f783de
Author: Bill Beers <bill.beers@aecom.com>
Date:   Wed Feb 3 09:44:30 2021 -0500

    Bugfix for #69

    Poorly formatted default project config was breaking the widget. Corrected and moved to separate js.

commit f35f858
Author: Bill Beers <bill.beers@aecom.com>
Date:   Tue Feb 2 15:52:55 2021 -0500

    More work on #69

    Simplifying configuration of project references in identifies object.

    Added identifyLayerInfos.layerIds to project config (just one of them so far); trying to figure out why that doesn't work to exclude label layers from id results. Also seems to be ignoring visible layers, showing results from the wrong service.

commit b2aecd5
Author: Bill Beers <bill.beers@aecom.com>
Date:   Tue Feb 2 12:22:23 2021 -0500

    First part of fix for #69

    Correcting layer identifiers in config/identify.js to match ids used in viewer.js; also minor typo change.

    Still to do: review the field definitions/index/etc, and recreate for eliminated and draft services.

commit 58d2fb7
Author: Bill Beers <bill.beers@aecom.com>
Date:   Tue Feb 2 12:13:21 2021 -0500

    Proof of concept for loading whole project service #67

    Started with AOI, as that fits in with recent user requests to have more control over an AOI in their map.

commit 93383bb
Author: Bill Beers <bill.beers@aecom.com>
Date:   Tue Feb 2 11:57:54 2021 -0500

    Dekruft issue #68

commit a345598
Author: Bill Beers <bill.beers@aecom.com>
Date:   Tue Feb 2 11:25:31 2021 -0500

    First working version of support for dynamic update to identify.identifies config

    Includes some false starts, I'll dekruft next revision.

commit d19a950
Author: Bill Beers <bill.beers@aecom.com>
Date:   Fri Jan 29 10:00:32 2021 -0500

    Update .gitignore

commit 75b39fd
Merge: eec09ed 8a0e9cf
Author: Bill Beers <wmbeers@users.noreply.github.com>
Date:   Thu Dec 10 13:45:24 2020 -0500

    Merge pull request #66 from wmbeers/LayerNameFixIssue65

    Bug 5864 / #65 (Layer name in legend)

commit 0f6c224
Merge: e87f0c7 38bc9d3
Author: Tim McGee <github@mmconsult.com>
Date:   Mon Oct 12 08:16:50 2020 -0700

    Merge pull request cmv#969 from cmv/feature/updated-to-esri-js-api-3.34

    update to Esri JS API version 3.34

commit 38bc9d3
Author: Tim McGee <github@mmconsult.com>
Date:   Sun Oct 11 15:49:38 2020 -0700

    update to Esri JS API version 3.34

    Also updated to Font Awesome 5.15.1

commit e87f0c7
Merge: 1286201 33b54fd
Author: Tim McGee <github@mmconsult.com>
Date:   Sun Oct 11 15:40:03 2020 -0700

    Merge pull request cmv#968 from cmv/snyk-upgrade-ebf6566be2a36b3b2676b97e0da56924

    [Snyk] Upgrade eslint from 7.8.1 to 7.9.0

commit 33b54fd
Author: snyk-bot <snyk-bot@snyk.io>
Date:   Tue Oct 6 21:05:03 2020 +0000

    fix: upgrade eslint from 7.8.1 to 7.9.0

    Snyk has created this PR to upgrade eslint from 7.8.1 to 7.9.0.

    See this package in npm:
    https://www.npmjs.com/package/eslint

    See this project in Snyk:
    https://app.snyk.io/org/cmv/project/08d23464-b120-4f43-ae97-d0ebe4cee9a9?utm_source=github&utm_medium=upgrade-pr

commit 1286201
Merge: f50ff15 22d2758
Author: Tim McGee <github@mmconsult.com>
Date:   Thu Sep 24 13:32:04 2020 -0700

    Merge pull request cmv#963 from cmv/snyk-upgrade-661d0f9616d4cf4be082bc44d6ad8dcb

    [Snyk] Upgrade stylelint from 13.6.1 to 13.7.0

commit 22d2758
Merge: 9d5174d f50ff15
Author: Tim McGee <github@mmconsult.com>
Date:   Thu Sep 24 13:25:04 2020 -0700

    Merge branch 'develop' into snyk-upgrade-661d0f9616d4cf4be082bc44d6ad8dcb

commit f50ff15
Merge: 7aef828 0591356
Author: Tim McGee <github@mmconsult.com>
Date:   Thu Sep 24 13:22:40 2020 -0700

    Merge pull request cmv#964 from cmv/snyk-upgrade-5b5868c15ad098f539ace486e46b900e

    [Snyk] Upgrade eslint from 7.7.0 to 7.8.0

commit 0591356
Author: snyk-bot <snyk-bot@snyk.io>
Date:   Tue Sep 22 04:10:29 2020 +0000

    fix: upgrade eslint from 7.7.0 to 7.8.0

    Snyk has created this PR to upgrade eslint from 7.7.0 to 7.8.0.

    See this package in npm:
    https://www.npmjs.com/package/eslint

    See this project in Snyk:
    https://app.snyk.io/org/cmv/project/08d23464-b120-4f43-ae97-d0ebe4cee9a9?utm_source=github&utm_medium=upgrade-pr

commit 9d5174d
Author: snyk-bot <snyk-bot@snyk.io>
Date:   Tue Sep 22 04:10:23 2020 +0000

    fix: upgrade stylelint from 13.6.1 to 13.7.0

    Snyk has created this PR to upgrade stylelint from 13.6.1 to 13.7.0.

    See this package in npm:
    https://www.npmjs.com/package/stylelint

    See this project in Snyk:
    https://app.snyk.io/org/cmv/project/08d23464-b120-4f43-ae97-d0ebe4cee9a9?utm_source=github&utm_medium=upgrade-pr

commit 7aef828
Merge: 838f4ed 829026a
Author: Tim McGee <github@mmconsult.com>
Date:   Sat Sep 5 11:34:06 2020 -0700

    Merge pull request cmv#962 from cmv/snyk-upgrade-d336fea5c9f41e56be801485d27ffdb3

    [Snyk] Upgrade eslint from 7.6.0 to 7.7.0

commit 829026a
Author: snyk-bot <snyk-bot@snyk.io>
Date:   Sat Sep 5 04:10:21 2020 +0000

    fix: upgrade eslint from 7.6.0 to 7.7.0

    Snyk has created this PR to upgrade eslint from 7.6.0 to 7.7.0.

    See this package in npm:
    https://www.npmjs.com/package/eslint

    See this project in Snyk:
    https://app.snyk.io/org/cmv/project/08d23464-b120-4f43-ae97-d0ebe4cee9a9?utm_source=github&utm_medium=upgrade-pr

commit 838f4ed
Merge: f83f663 bfa19c4
Author: Tim McGee <github@mmconsult.com>
Date:   Mon Aug 24 06:03:07 2020 -0700

    Merge pull request cmv#960 from cmv/snyk-upgrade-53d4571d875bb8c4dcd0a053949336ea

    [Snyk] Upgrade eslint from 7.5.0 to 7.6.0

commit bfa19c4
Merge: a02248b f83f663
Author: Tim McGee <github@mmconsult.com>
Date:   Mon Aug 24 05:49:22 2020 -0700

    Merge branch 'develop' into snyk-upgrade-53d4571d875bb8c4dcd0a053949336ea

commit f83f663
Merge: 7748db6 aa87565
Author: Tim McGee <github@mmconsult.com>
Date:   Mon Aug 24 05:48:41 2020 -0700

    Merge pull request cmv#959 from cmv/snyk-fix-114d929a45b4d556d5dbfd2147442f2d

    [Snyk] Security upgrade grunt from 1.2.1 to 1.3.0

commit a02248b
Author: snyk-bot <snyk-bot@snyk.io>
Date:   Sun Aug 23 04:10:36 2020 +0000

    fix: upgrade eslint from 7.5.0 to 7.6.0

    Snyk has created this PR to upgrade eslint from 7.5.0 to 7.6.0.

    See this package in npm:
    https://www.npmjs.com/package/eslint

    See this project in Snyk:
    https://app.snyk.io/org/cmv/project/08d23464-b120-4f43-ae97-d0ebe4cee9a9?utm_source=github&utm_medium=upgrade-pr

commit aa87565
Author: snyk-bot <snyk-bot@snyk.io>
Date:   Sat Aug 22 04:09:52 2020 +0000

    fix: package.json to reduce vulnerabilities

    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-GRUNT-597546

commit 7748db6
Merge: 8e846fb f81afb2
Author: Tim McGee <github@mmconsult.com>
Date:   Sat Aug 8 21:42:27 2020 -0700

    Merge pull request cmv#958 from cmv/snyk-upgrade-fdd997090dcdc4425deec456705149c0

    [Snyk] Upgrade eslint from 7.4.0 to 7.5.0

commit f81afb2
Author: snyk-bot <snyk-bot@snyk.io>
Date:   Sun Aug 9 04:10:06 2020 +0000

    fix: upgrade eslint from 7.4.0 to 7.5.0

    Snyk has created this PR to upgrade eslint from 7.4.0 to 7.5.0.

    See this package in npm:
    https://www.npmjs.com/package/eslint

    See this project in Snyk:
    https://app.snyk.io/org/cmv/project/08d23464-b120-4f43-ae97-d0ebe4cee9a9?utm_source=github&utm_medium=upgrade-pr

commit 8e846fb
Merge: e499a79 6d0427d
Author: Tim McGee <github@mmconsult.com>
Date:   Wed Aug 5 09:42:47 2020 -0700

    Merge pull request cmv#957 from cmv/snyk-upgrade-7536e4b54353626fb8a69fde5a5dbe26

    [Snyk] Upgrade eslint from 7.3.1 to 7.4.0

commit 6d0427d
Author: snyk-bot <snyk-bot@snyk.io>
Date:   Wed Aug 5 04:10:04 2020 +0000

    fix: upgrade eslint from 7.3.1 to 7.4.0

    Snyk has created this PR to upgrade eslint from 7.3.1 to 7.4.0.

    See this package in npm:
    https://www.npmjs.com/package/eslint

    See this project in Snyk:
    https://app.snyk.io/org/cmv/project/08d23464-b120-4f43-ae97-d0ebe4cee9a9?utm_source=github&utm_medium=upgrade-pr

commit e499a79
Merge: 033cfc7 7d2a0d8
Author: Tim McGee <github@mmconsult.com>
Date:   Tue Aug 4 06:30:47 2020 -0700

    Merge pull request cmv#952 from cmv/feature/updated-grunt-tasks

    Updated grunt tasks and associated dependencies

commit 7d2a0d8
Merge: 4d97e4f 033cfc7
Author: Tim McGee <github@mmconsult.com>
Date:   Tue Aug 4 06:29:01 2020 -0700

    Merge branch 'develop' into feature/updated-grunt-tasks

commit 033cfc7
Merge: fe63021 daf5a13
Author: Tim McGee <github@mmconsult.com>
Date:   Tue Aug 4 06:28:39 2020 -0700

    Merge pull request cmv#951 from cmv/fix/street-view-widget

    Fixes for street view widget

commit 4d97e4f
Merge: d260843 fe63021
Author: Tim McGee <github@mmconsult.com>
Date:   Tue Aug 4 06:27:26 2020 -0700

    Merge branch 'develop' into feature/updated-grunt-tasks

commit daf5a13
Merge: 3b17c02 fe63021
Author: Tim McGee <github@mmconsult.com>
Date:   Tue Aug 4 06:27:07 2020 -0700

    Merge branch 'develop' into fix/street-view-widget

commit fe63021
Merge: 5c93fdd 74b65d4
Author: Tim McGee <github@mmconsult.com>
Date:   Tue Aug 4 06:26:25 2020 -0700

    Merge pull request cmv#950 from cmv/feature/update-to-esri-js-api-3.33

    Update to Esri JS API upcoming version 3.33

commit 3b17c02
Merge: 89e1747 5c93fdd
Author: Tim McGee <github@mmconsult.com>
Date:   Mon Aug 3 11:53:26 2020 -0700

    Merge branch 'develop' into fix/street-view-widget

commit 74b65d4
Merge: 140e874 5c93fdd
Author: Tim McGee <github@mmconsult.com>
Date:   Mon Aug 3 11:53:10 2020 -0700

    Merge branch 'develop' into feature/update-to-esri-js-api-3.33

commit d260843
Merge: 0d7b882 5c93fdd
Author: Tim McGee <github@mmconsult.com>
Date:   Mon Aug 3 11:52:44 2020 -0700

    Merge branch 'develop' into feature/updated-grunt-tasks

commit 5c93fdd
Merge: 4ad64c0 8b74115
Author: Tim McGee <github@mmconsult.com>
Date:   Fri Jul 24 21:14:28 2020 -0700

    Merge pull request cmv#956 from cmv/snyk-upgrade-1895c93d60dd6ebc97acc1c5e3c73e81

    [Snyk] Upgrade grunt from 1.1.0 to 1.2.0

commit 8b74115
Author: snyk-bot <snyk-bot@snyk.io>
Date:   Sat Jul 25 04:10:05 2020 +0000

    fix: upgrade grunt from 1.1.0 to 1.2.0

    Snyk has created this PR to upgrade grunt from 1.1.0 to 1.2.0.

    See this package in npm:
    https://www.npmjs.com/package/grunt

    See this project in Snyk:
    https://app.snyk.io/org/cmv/project/08d23464-b120-4f43-ae97-d0ebe4cee9a9?utm_source=github&utm_medium=upgrade-pr

commit 140e874
Merge: 65315e9 4ad64c0
Author: Tim McGee <github@mmconsult.com>
Date:   Fri Jul 10 06:26:50 2020 -0700

    Merge branch 'develop' into feature/update-to-esri-js-api-3.33

commit 89e1747
Merge: 17714fd 4ad64c0
Author: Tim McGee <github@mmconsult.com>
Date:   Fri Jul 10 06:26:21 2020 -0700

    Merge branch 'develop' into fix/street-view-widget

commit 0d7b882
Merge: faa5b62 4ad64c0
Author: Tim McGee <github@mmconsult.com>
Date:   Fri Jul 10 06:25:50 2020 -0700

    Merge branch 'develop' into feature/updated-grunt-tasks

commit 4ad64c0
Merge: ff48210 49a0f91
Author: Tim McGee <github@mmconsult.com>
Date:   Fri Jul 10 06:23:43 2020 -0700

    Merge pull request cmv#954 from cmv/feature/all-white-and-all-black-basemaps

    Add 2 new basemaps - all white and all black

commit 17714fd
Merge: 4fa0324 76e67ca
Author: Tim McGee <github@mmconsult.com>
Date:   Thu Jul 9 10:28:24 2020 -0700

    Merge remote-tracking branch 'origin/fix/street-view-widget' into fix/street-view-widget

commit 4fa0324
Author: Tim McGee <github@mmconsult.com>
Date:   Thu Jul 9 10:28:09 2020 -0700

    Allow the Google Maps Key to be set before loading the config file

    Useful to insert the key via snippet injection like in Netlify, etc.

commit 49a0f91
Merge: 7498971 ff48210
Author: Tim McGee <github@mmconsult.com>
Date:   Thu Jul 9 09:38:15 2020 -0700

    Merge branch 'develop' into feature/all-white-and-all-black-basemaps

commit 76e67ca
Merge: 64aa2d8 ff48210
Author: Tim McGee <github@mmconsult.com>
Date:   Thu Jul 9 09:37:54 2020 -0700

    Merge branch 'develop' into fix/street-view-widget

commit 65315e9
Merge: 188aad3 ff48210
Author: Tim McGee <github@mmconsult.com>
Date:   Thu Jul 9 09:37:35 2020 -0700

    Merge branch 'develop' into feature/update-to-esri-js-api-3.33

commit ff48210
Merge: f1c5f1f 167df75
Author: Tim McGee <github@mmconsult.com>
Date:   Thu Jul 9 09:37:08 2020 -0700

    Merge pull request cmv#955 from cmv/snyk-upgrade-f4f6438575c10c29144ecb56b65817f8

    [Snyk] Upgrade stylelint from 13.5.0 to 13.6.1

commit 167df75
Author: snyk-bot <snyk-bot@snyk.io>
Date:   Thu Jul 9 04:10:24 2020 +0000

    fix: upgrade stylelint from 13.5.0 to 13.6.1

    Snyk has created this PR to upgrade stylelint from 13.5.0 to 13.6.1.

    See this package in NPM:
    https://www.npmjs.com/package/stylelint

    See this project in Snyk:
    https://app.snyk.io/org/cmv/project/08d23464-b120-4f43-ae97-d0ebe4cee9a9?utm_source=github&utm_medium=upgrade-pr

commit 7498971
Author: Tim McGee <github@mmconsult.com>
Date:   Sat Jul 4 15:18:09 2020 -0700

    Add 2 new basemaps - all white and all black

commit faa5b62
Author: Tim McGee <tmcgee@scwa.ca.gov>
Date:   Sat Jun 27 00:29:00 2020 -0700

    Updated grunt tasks and associated dependencies

    Add script entry points for npm and yarn
    Swtich from connect to BrowserSync to enable live reload
    Change from "dependencies" to "devDependencies"
    Updated versions for some dependencies

commit 64aa2d8
Author: Tim McGee <tmcgee@scwa.ca.gov>
Date:   Sat Jun 27 00:14:06 2020 -0700

    Fixes cmv#870

commit 874db0f
Author: Tim McGee <tmcgee@scwa.ca.gov>
Date:   Sat Jun 27 00:12:19 2020 -0700

    Fixes cmv#779

commit 188aad3
Author: Tim McGee <tmcgee@scwa.ca.gov>
Date:   Sat Jun 27 00:08:20 2020 -0700

    update to Esri JS API upcoming version 3.33

commit f1c5f1f
Merge: 7916aad 1a53093
Author: Tim McGee <github@mmconsult.com>
Date:   Sat May 23 12:04:56 2020 -0700

    Merge pull request cmv#948 from cmv/snyk-upgrade-50bafa6ce394c471f94389daf71cbfee

    [Snyk] Upgrade stylelint from 13.4.1 to 13.5.0

commit 1a53093
Author: snyk-bot <snyk-bot@snyk.io>
Date:   Wed May 20 22:40:25 2020 -0700

    fix: upgrade stylelint from 13.4.1 to 13.5.0

    Snyk has created this PR to upgrade stylelint from 13.4.1 to 13.5.0.

    See this package in NPM:
    https://www.npmjs.com/package/stylelint

    See this project in Snyk:
    https://app.snyk.io/org/tmcgee/project/1424bb55-fa9d-4c25-be93-5f2b2a0acfa1?utm_source=github&utm_medium=upgrade-pr

commit 7916aad
Merge: c697068 bf34f66
Author: Tim McGee <github@mmconsult.com>
Date:   Tue May 19 09:17:24 2020 -0700

    Merge pull request cmv#947 from cmv/snyk-upgrade-ebfc56ed4662ba82fe1cacd415581ff6

    [Snyk] Upgrade stylelint from 13.3.3 to 13.4.0

commit bf34f66
Author: snyk-bot <snyk-bot@snyk.io>
Date:   Mon May 18 22:40:05 2020 -0700

    fix: upgrade stylelint from 13.3.3 to 13.4.0

    Snyk has created this PR to upgrade stylelint from 13.3.3 to 13.4.0.

    See this package in NPM:
    https://www.npmjs.com/package/stylelint

    See this project in Snyk:
    https://app.snyk.io/org/tmcgee/project/1424bb55-fa9d-4c25-be93-5f2b2a0acfa1?utm_source=github&utm_medium=upgrade-pr

commit c697068
Merge: 4b0333d 016aa74
Author: Tim McGee <github@mmconsult.com>
Date:   Mon May 18 13:19:36 2020 -0700

    Merge pull request cmv#946 from cmv/add-funding-yml

    Create FUNDING.yml

commit 016aa74
Author: Tim McGee <github@mmconsult.com>
Date:   Mon May 18 13:17:48 2020 -0700

    Create FUNDING.yml

commit 4b0333d
Merge: ae14352 47c1e46
Author: Tim McGee <github@mmconsult.com>
Date:   Sun May 17 12:25:16 2020 -0700

    Merge pull request cmv#944 from cmv/snyk-fix-6dba3e427ad56b415641f3ec3f95e821

    [Snyk] Fix for 1 vulnerabilities

commit 47c1e46
Merge: 04ce4d1 ae14352
Author: Tim McGee <github@mmconsult.com>
Date:   Sun May 17 12:20:38 2020 -0700

    Merge branch 'develop' into snyk-fix-6dba3e427ad56b415641f3ec3f95e821

commit ae14352
Merge: 3a61c3a 07fe029
Author: Tim McGee <github@mmconsult.com>
Date:   Sun May 17 12:20:15 2020 -0700

    Merge pull request cmv#945 from cmv/goodbye-greenkeeper

    Goodbye Greenkeeper 👋

commit 04ce4d1
Author: snyk-bot <snyk-bot@snyk.io>
Date:   Sun May 17 12:16:48 2020 -0700

    fix: package.json & .snyk to reduce vulnerabilities

    The following vulnerabilities are fixed with a Snyk patch:
    - https://snyk.io/vuln/SNYK-JS-LODASH-567746

commit 3b0c325
Author: snyk-bot <snyk-bot@snyk.io>
Date:   Sun May 17 12:16:47 2020 -0700

    fix: package.json & .snyk to reduce vulnerabilities

    The following vulnerabilities are fixed with a Snyk patch:
    - https://snyk.io/vuln/SNYK-JS-LODASH-567746

commit 07fe029
Author: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Date:   Sun May 17 19:14:17 2020 +0000

    chore(readme): remove Greenkeeper badge

commit 3a61c3a
Merge: bcf9fce c58667b
Author: Tim McGee <github@mmconsult.com>
Date:   Wed Apr 15 17:11:27 2020 -0700

    Merge pull request cmv#942 from cmv/greenkeeper/grunt-stylelint-0.15.0

    Update grunt-stylelint to the latest version 🚀

commit c58667b
Author: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Date:   Wed Apr 15 23:02:05 2020 +0000

    fix(package): update grunt-stylelint to version 0.15.0

commit bcf9fce
Merge: acf87e5 ec5f5c1
Author: Tim McGee <github@mmconsult.com>
Date:   Fri Apr 10 08:52:21 2020 -0700

    Merge pull request cmv#941 from cmv/feature/update-to-esri-js-api-3.32

    Update to Esri JS API version 3.32

commit ec5f5c1
Author: Tim McGee <github@mmconsult.com>
Date:   Thu Apr 9 11:19:34 2020 -0700

    update to Esri JS API upcoming version 3.32

    Also updated Font Awesome

commit acf87e5
Merge: 12e51cd 9108c3b
Author: Tim McGee <github@mmconsult.com>
Date:   Thu Apr 9 11:12:55 2020 -0700

    Merge pull request cmv#934 from cmv/greenkeeper/stylelint-config-standard-20.0.0

    Update stylelint-config-standard to the latest version 🚀

commit 9108c3b
Author: Tim McGee <github@mmconsult.com>
Date:   Thu Apr 9 10:49:25 2020 -0700

    fix case for updated stylelint-config

commit d60b941
Merge: 30707c6 12e51cd
Author: Tim McGee <github@mmconsult.com>
Date:   Thu Apr 9 10:43:04 2020 -0700

    Merge remote-tracking branch 'origin/develop' into greenkeeper/stylelint-config-standard-20.0.0

commit 12e51cd
Merge: 034b09c 16801b3
Author: Tim McGee <github@mmconsult.com>
Date:   Fri Apr 3 21:38:06 2020 -0700

    Merge pull request cmv#940 from cmv/greenkeeper/stylelint-13.3.0

    Update stylelint to the latest version 🚀

commit 16801b3
Author: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Date:   Fri Apr 3 16:44:28 2020 +0000

    fix(package): update stylelint to version 13.3.0

commit 034b09c
Merge: 25d7130 3c1f5f8
Author: Tim McGee <github@mmconsult.com>
Date:   Tue Mar 17 07:39:08 2020 -0700

    Merge pull request cmv#938 from cmv/greenkeeper/grunt-1.1.0

    Update grunt to the latest version 🚀

commit 3c1f5f8
Author: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Date:   Tue Mar 17 03:01:46 2020 +0000

    fix(package): update grunt to version 1.1.0

commit 25d7130
Merge: 73ce037 e21a54b
Author: Tim McGee <github@mmconsult.com>
Date:   Sat Feb 15 07:40:39 2020 -0800

    Merge pull request cmv#936 from cmv/greenkeeper/grunt-stylelint-0.14.0

    Update grunt-stylelint to the latest version 🚀

commit e21a54b
Merge: 8c3f8e7 73ce037
Author: Tim McGee <github@mmconsult.com>
Date:   Sat Feb 15 07:37:14 2020 -0800

    Merge branch 'develop' into greenkeeper/grunt-stylelint-0.14.0

commit 73ce037
Merge: 5ae5a5b faead35
Author: Tim McGee <github@mmconsult.com>
Date:   Sat Feb 15 07:33:19 2020 -0800

    Merge pull request cmv#935 from cmv/greenkeeper/stylelint-13.2.0

    Update stylelint to the latest version 🚀

commit 8c3f8e7
Author: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Date:   Fri Feb 14 22:47:43 2020 +0000

    fix(package): update grunt-stylelint to version 0.14.0

commit faead35
Author: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Date:   Fri Feb 14 02:57:34 2020 +0000

    fix(package): update stylelint to version 13.2.0

commit 30707c6
Author: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Date:   Sun Feb 9 02:14:16 2020 +0000

    fix(package): update stylelint-config-standard to version 20.0.0

commit 5ae5a5b
Merge: d221316 f4a53c9
Author: Tim McGee <github@mmconsult.com>
Date:   Sat Feb 8 12:32:41 2020 -0800

    Merge pull request cmv#933 from cmv/greenkeeper/stylelint-13.1.0

    Update stylelint to the latest version 🚀

commit f4a53c9
Author: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Date:   Sat Feb 8 20:30:11 2020 +0000

    fix(package): update stylelint to version 13.1.0

commit d221316
Merge: 5b8da69 5e24c90
Author: Tim McGee <github@mmconsult.com>
Date:   Fri Dec 20 21:46:26 2019 -0800

    Merge pull request cmv#932 from cmv/greenkeeper/eslint-6.8.0

    Update eslint to the latest version 🚀

commit 5e24c90
Author: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Date:   Fri Dec 20 21:08:22 2019 +0000

    fix(package): update eslint to version 6.8.0

commit 5b8da69
Merge: 7045ef1 6b87ad7
Author: Tim McGee <github@mmconsult.com>
Date:   Wed Dec 11 11:18:37 2019 -0800

    Merge pull request cmv#931 from cmv/greenkeeper/grunt-stylelint-0.13.0

    Update grunt-stylelint to the latest version 🚀

commit 6b87ad7
Author: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Date:   Wed Dec 11 19:09:19 2019 +0000

    fix(package): update grunt-stylelint to version 0.13.0

commit 7045ef1
Merge: 46a90aa 9f26751
Author: Tim McGee <github@mmconsult.com>
Date:   Mon Nov 25 14:37:34 2019 -0800

    Merge pull request cmv#929 from cmv/feature/update-esri-js-api-to-3.31

    update to Esri JS API upcoming version 3.31

commit 9f26751
Author: Tim McGee <github@mmconsult.com>
Date:   Mon Nov 25 11:33:37 2019 -0800

    update to Esri JS API upcoming version 3.31

commit 46a90aa
Merge: 6bb8e9e acce6e9
Author: Tim McGee <github@mmconsult.com>
Date:   Fri Nov 22 15:15:07 2019 -0800

    Merge pull request cmv#928 from cmv/greenkeeper/eslint-6.7.0

    Update eslint to the latest version 🚀

commit acce6e9
Author: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Date:   Fri Nov 22 18:23:44 2019 +0000

    fix(package): update eslint to version 6.7.0

commit 6bb8e9e
Merge: 0a90f0b 6073c5c
Author: Tim McGee <github@mmconsult.com>
Date:   Sat Nov 16 14:57:29 2019 -0800

    Merge pull request cmv#927 from cmv/greenkeeper/stylelint-12.0.0

    Update stylelint to the latest version 🚀

commit 6073c5c
Author: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Date:   Sat Nov 16 12:30:33 2019 +0000

    fix(package): update stylelint to version 12.0.0

commit 0a90f0b
Merge: 7ee13cc d82a458
Author: Tim McGee <github@mmconsult.com>
Date:   Fri Oct 25 15:07:52 2019 -0700

    Merge pull request cmv#926 from cmv/greenkeeper/eslint-6.6.0

    Update eslint to the latest version 🚀

commit d82a458
Author: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Date:   Fri Oct 25 18:48:47 2019 +0000

    fix(package): update eslint to version 6.6.0

commit 7ee13cc
Merge: e175e36 4e6c013
Author: Tim McGee <github@mmconsult.com>
Date:   Mon Oct 21 08:15:42 2019 -0700

    Merge pull request cmv#924 from cmv/greenkeeper/grunt-stylelint-0.12.0

    Update grunt-stylelint to the latest version 🚀

commit 4e6c013
Merge: 20126cd e175e36
Author: Tim McGee <github@mmconsult.com>
Date:   Mon Oct 21 08:07:22 2019 -0700

    Merge branch 'develop' into greenkeeper/grunt-stylelint-0.12.0

commit e175e36
Merge: 77ef75f 9ed68dd
Author: Tim McGee <github@mmconsult.com>
Date:   Mon Oct 21 08:07:00 2019 -0700

    Merge pull request cmv#925 from cmv/greenkeeper/grunt-contrib-compress-1.6.0

    Update grunt-contrib-compress to the latest version 🚀

commit 9ed68dd
Author: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Date:   Mon Oct 21 14:30:06 2019 +0000

    fix(package): update grunt-contrib-compress to version 1.6.0

commit 20126cd
Author: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Date:   Mon Oct 21 12:45:48 2019 +0000

    fix(package): update grunt-stylelint to version 0.12.0

commit 77ef75f
Merge: 2f0df51 e8f1aee
Author: Tim McGee <github@mmconsult.com>
Date:   Wed Oct 16 11:44:20 2019 +0200

    Merge pull request cmv#923 from cmv/feature/esri-jsapi-3.30

    Update to Esri JS API version 3.30

commit e8f1aee
Author: Tim McGee <github@mmconsult.com>
Date:   Tue Oct 15 16:39:52 2019 +0200

    update to Esri JS API upcoming version 3.30

    Also updated Font Awesome to version 5.11.2

commit fdbe7f5
Merge: 63057ca 2f0df51
Author: Tim McGee <github@mmconsult.com>
Date:   Tue Oct 15 16:37:47 2019 +0200

    Merge branch 'develop' into feature/esri-jsapi-3.30

commit 2f0df51
Merge: 63057ca 0fbbf0b
Author: Tim McGee <github@mmconsult.com>
Date:   Thu Oct 10 09:43:52 2019 -0700

    Merge pull request cmv#922 from cmv/greenkeeper/stylelint-11.1.0

    Update stylelint to the latest version 🚀

commit 0fbbf0b
Author: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Date:   Thu Oct 10 14:05:33 2019 +0000

    fix(package): update stylelint to version 11.1.0
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request public site A bug/enhancement for the public site map
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant