You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The comparemapper.html allows loading different data layers for the same location and visualizing them side by side.
It is currently broken in different places for a few reasons:
the "side by side" json in config.js that defines layers for mapping in comparemapper.js includes broken services. Just need to update where these links point to, to the same services currently in the main TOC.
the code in comparemapper.js makes a query of a lookup table that is no longer available. This lookup table just needs to be rebuilt based on the dataobj definitions in config.js
the "demographics" option relies on a custom table/layer of ACS data, with summary values at various Census units for different measures like population density. The custom table/layer is no longer available.
similarly, the "threshold" option relies on a custom table of "exceedances". Some of this information might be available in the main EJScreen tables?
The text was updated successfully, but these errors were encountered:
- updates lookup table service
- changes query to match
- changes default from `MapImageLayer` to `FeatureLayer` based on new feature services
- addresses #21
the "side by side" json in config.js that defines layers for mapping in comparemapper.js includes broken services. Just need to update where these links point to, to the same services currently in the main TOC.
should be updated to match the suggestservicesCRITSVCGAPS json. This may or may not work going from a map server to a series of feature servers...at the very least could just spell out each service individually rather than in listlayer
The
comparemapper.html
allows loading different data layers for the same location and visualizing them side by side.It is currently broken in different places for a few reasons:
config.js
that defines layers for mapping incomparemapper.js
includes broken services. Just need to update where these links point to, to the same services currently in the main TOC.comparemapper.js
makes a query of a lookup table that is no longer available. This lookup table just needs to be rebuilt based on thedataobj
definitions inconfig.js
The text was updated successfully, but these errors were encountered: