Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 2.38 KB

README.md

File metadata and controls

52 lines (31 loc) · 2.38 KB

koop-provider-dgt-datex

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

Demo: check sample map with the data

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/{entity}/rest/services/FeatureServer/0/query

{entity} can be: cameras, cabin_radars, segment_radars

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/cameras/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

Export to GeoSJON

Read: export/README.md

More info

Any questions?

Feel free to ask using the issues.