GIScience / OSM-realtime-update

:clock2: OpenStreetMap Data Extracts - updated on the fly!
https://giscience.github.io/OSM-realtime-update/
MIT License
41 stars 6 forks source link

Add name of geofabrik region to coverage geojson #17

Closed Hagellach37 closed 6 years ago

Hagellach37 commented 6 years ago

When using the geofabrik name to create a task in realtimeosm, the geometry will be generated as geojson.

We should add an attribute geofabrik_name to this geojson. This will help us to identify which tasks have been created with geofabrik names.

masain commented 6 years ago

the name of the geofabrik extent is already included:

"coverage":{
    "type":"Feature",
    "geometry":{"type":"Polygon","coordinates":[[]]},
    "properties":{"name":"north-america"}
    }