fix: correct NRW live source mappings and EPSG25832 conversion order
This commit is contained in:
parent
05745aae37
commit
a50d51b3b1
2 changed files with 5 additions and 5 deletions
|
|
@ -8,12 +8,12 @@
|
|||
"json_path": "features",
|
||||
"source_name": "koeln_verkehrsbeeintraechtigungen",
|
||||
"field_map": {
|
||||
"external_id": "attributes.OBJECTID",
|
||||
"external_id": "attributes.objectid",
|
||||
"lat": "geometry.y",
|
||||
"lon": "geometry.x",
|
||||
"event_type": "attributes.TYP",
|
||||
"start_datetime": "attributes.DATUM_VON",
|
||||
"end_datetime": "attributes.DATUM_BIS"
|
||||
"event_type": "attributes.typ",
|
||||
"start_datetime": "attributes.datum_von",
|
||||
"end_datetime": "attributes.datum_bis"
|
||||
},
|
||||
"event_type_map": {
|
||||
"1": "event",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue