Angular app used to query WFS endpoints
You will need to have node installed in order to run the application.
####Running####
- Navigate to the root of the project
- Run:
npm install - You will need a web server to run the application. Type the followg in the terminal:
sudo npm install http-server -g - Now run:
http-server(more server options here) - Enter a test WFS URL (endpoint):
http://demo.boundlessgeo.com/geoserver/wfs - Click the "Get Info" button. This will conduct a GetCapabilities on the WFS
- Select an item from the "Feature Type" list. This will conduct a DescribeFeatureType and a GetFeature on the WFS
#####Optional#####
- You can pass a CQL filter to the WFS by using the CQL Filter input
Ex: STATE_NAME='Indiana' - You can also change the amount of features returned by using the "Max Features" input
