stevenpbachman / shinygeocat

staging version of geocat shiny
MIT License
0 stars 1 forks source link

add protected planet layer #90

Closed stevenpbachman closed 11 months ago

stevenpbachman commented 1 year ago

"https://data-gis.unep-wcmc.org/server/rest/services/ProtectedSites/The_World_Database_of_Protected_Areas/MapServer/tile/{Z}/{X}/{Y}"

gistin commented 1 year ago

This is an old method (rest services) that is just about to be retired, so we may need to look at other methods at some point. But I think this should be possible.

J

stevenpbachman commented 1 year ago

ok, whatever works. I noticed they are using this for GeoCAT, but seems like it is not working well: image

gistin commented 1 year ago

looks like the tiling order has changed. The original is from an ESRI rest service and it seems the ESRI will be dropping this at some point, but for the moment we'll just pull whichever method is easiest. Shall we gather a list of layers we would like to have?

stevenpbachman commented 1 year ago

A few more off top of my head:

gistin commented 11 months ago

Completed by Steve