nationalparkservice / places-data

Data from the Places system.
http://www.nps.gov/npmap/tools/places/
13 stars 5 forks source link

Connecting to places-data using Geocortex #326

Open frogmapr opened 8 years ago

frogmapr commented 8 years ago

I would like to connect to places data using the Geocortex if possible. Here below are the current types of data that I can connect to using Geocortex:

geocortexlyroptions1

Would one of these work to connect to the data?

Ideally I would like to connect in a way that allows for identification of features and not just viewing a flat raster such as what is avaliable with the AGOL parktiles basemap:

image

Any thoughts on what avenue to explore in order to make this happen would be greatly appreciated. Thanks!

nateirwin commented 8 years ago

Hi Neil,

Can you try using the following URL to bring in Yellowstone's campgrounds as a "KML Layer"?

https://nps.cartodb.com/api/v2/sql?q=SELECT * FROM points_of_interest WHERE unit_code='yell' AND type='Campground'&format=kml

frogmapr commented 8 years ago

Hey So I was able to add that URL to the map, it looks like this in the layer list:

image

but then when i open up the map in the browser, the layer doesn't display and i get the following error:

image

Here is the documentation talking about geocortex support for KML layers:

Geocortex EssentialsandKML.pdf

A cursory look thru the documentation suggests to me that they may not support adding kml layers in the way we are trying...

nateirwin commented 8 years ago

Darn.

If that doesn't work, our only other option is going to be the "Web Tiled Layer", though it probably won't work either because CartoDB tiled layers are "dynamic", so you must make a request to get an id before requesting individual tiles from their content delivery network.

Seems like this probably isn't going to work. It's really odd they don't support GeoJSON. That would work perfectly.

Closing for now, but feel free to comment back here if you have any other ideas or questions.

frogmapr commented 8 years ago

Hi Nate,

Would we be able to enable the OGC WMS add-on function in CartoDB?

See this link: http://blog.cartodb.com/wms-support/

On 12/11/15, Nate Irwin notifications@github.com wrote:

Closed #326.


Reply to this email directly or view it on GitHub: https://github.com/nationalparkservice/places-data/issues/326#event-489862293

Andrew Neal Jander GIS Specialist Voluntario, Peace Corps Delegación SEMARNAT Puebla Calle 3 Poniente #2926 Col. La Paz, Puebla, Mexico CP 72160 Blog: http://lostaxisgis.wordpress.com/ Email: nealjander@gmail.com

nateirwin commented 8 years ago

We could try it, but I don't think it's going to do what you're looking for. WMS coming out of CartoDB is just going to be a set of rasters that aren't "interactive". I'm happy to give it a try though. Which account should we enable it for?