-
Notifications
You must be signed in to change notification settings - Fork 6
Home
wilkic edited this page Jul 17, 2013
·
24 revisions
This project is the brainchild of John Silson and Chuka Asike. Basically, we're taking what used to be a monthly memo about projects around the world currently in the pipeline, and mapping them. The added value from State is trade leads from posts.
This project is in its infancy but its going somewhere good.
- We're using the OpenGeo suite to make the map interface
- The webpage itself is all the javascript we put here on this git
- The GeoServer has a WFS with which you can interface
- The contents of the response to a WFS request are described in the [Database Contents] page
- When issuing WFS requests, standard WFS filter structure applies
- The WFS host is 54.214.19.215 on port 8080, with path /geoserver/opengeo. Thus the base URL for any WFS request is http://54.214.19.215:8080/geoserver/opengeo/ per the OGC Standard
- A couple examples: ** Here's how you get all the database in json ** Here's how you get all the database in csv