0.1.1 • Published 4 years ago

koop-provider-dgt-datex v0.1.1

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
4 years ago

koop-provider-dgt-datex

This is a KoopJS provider to extract, transform and load cameras from the service of the General Direction of Traffic of Spain as an ArcGIS Feature Service.

Screenshot

Run standalone provider

Just clone this repository, install the dependecies and run koop serve

$ git clone git@github.com:esri-es/koop-provider-dgt-datex.git
$ npm install
$ koop serve

Then you are ready to go: http://localhost:8080/koop-provider-dgt-datex/rest/services/FeatureServer/0/query

You can test it using the following FeatureLayer sample:

Codepen screenshot.

Note: To be able to run it on the ArcGIS Map Viewer you will need to serve it over HTTPs. For development environments you can use ngrok. Once installed, run: ngrok http 127.0.0.1:8080 and open the domain it provides + /koop-provider-dgt-datex/rest/services/FeatureServer/0/query.

Install this provider in a new Koop hasOwnProperty

You can follow the same steps as describe in this tutorial. Just replace de plugin name:

koop new app demo-app
cd demo-app

koop add provider koop-provider-dgt-datex
koop serve

Any questions?

Feel free to ask using the issues.