CoastalResilienceNetwork / regional-planning

ArcGIS and WMS map layer plugin for the GeositeFramework
0 stars 2 forks source link

Determine how to handle AGS authentication #100

Open caseycesari opened 6 years ago

caseycesari commented 6 years ago

After https://github.com/CoastalResilienceNetwork/GeositeFramework/pull/1095 was implemented, there is now a dialog box that pops up when the regional planning plugin is initialized. This is likely a result of upgrading the JS API.

Determine is this is caused by layers that were used as a sample but that are not relevant to the framework and can be removed, or if we need to handle the case of requiring authentication.

image

caseycesari commented 6 years ago

This is being caused by the sample tiled layers.

However, removing them unearthed #101

caseycesari commented 6 years ago

Decided to not address this for now. As noted above, the layers causing this are a demo layer. We can address this if TNC needs to use some layers that are require authentication.