OpenWaterFoundation / owf-app-infomapper-ng

Open Water Foundation InfoMapper web application for menu-driven maps and visualizations, using Angular
GNU General Public License v3.0
1 stars 2 forks source link

Add WFS query for water quality data using GeoServer #270

Open smalers opened 4 years ago

smalers commented 4 years ago

I've been trying to find an example WFS that is OGC and not Esri. The US EPA water quality site uses GeoServer and hopefully we can test InfoMapper with some service endpoints, The goal is to display a map of sites in the Poudre or another basin where water quality monitoring is occurring. Ideally it would be possible to click on the point and see other data, but let's start with just trying to get a map layer up. See:

Using an OGC WFS server will mean figuring out the URL and return format. I don't know how this is going to mess with code that has been implemented to handle GeoJSON.