fix: correct NRW live source mappings and EPSG25832 conversion order

This commit is contained in:
Oliver 2026-02-15 15:49:09 +01:00
parent 05745aae37
commit a50d51b3b1
No known key found for this signature in database
2 changed files with 5 additions and 5 deletions

View file

@ -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",