koop-provider-remote-geojson
v0.1.0
Published
Provider to recover any static GeoJSON from any server a serve it as a feature service
Downloads
5
Readme
koop-cli-new-project
A minimal Koop project template from Koop CLI.
See the specification for more details.
Configuration
This project is configured with config. As a community practice, it is recommanded to namespace the configuration for plugins in order to avoid any potential key conflict.
Development
Testing
This project uses mocah as the testing framework and chaijs as the assertion library. All test files in the test
directory should have the special extension .test.js
, which will be executed by the command:
$ npm test
Dev Server
This project by default uses the Koop CLI to set up the dev server. It can be invoded via
$ npm start
The server will be running at http://localhost:8080
or at the port specified at the configuration.
For more details, check the Koop CLI documentation.