From 8518d857b0a5bc967b18440e221096cc87ba5182 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Gy=C3=B6ngy=C3=B6si?= Date: Mon, 27 Oct 2025 00:12:46 +0100 Subject: [PATCH] Fix format of taginfo.json --- taginfo.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/taginfo.json b/taginfo.json index cef7947..f86ab4b 100644 --- a/taginfo.json +++ b/taginfo.json @@ -7,51 +7,51 @@ "project_url": "https://github.com/geofabrik/OpenRailRouting", "doc_url": "https://github.com/geofabrik/OpenRailRouting-doc/blob/railway-routing/src/index.md", "contact_name": "Geofabrik GmbH", - "contact_email": "info@geofabrik.de", + "contact_email": "info@geofabrik.de" }, "tags": [ { "key": "railway", - "value": "rail", + "value": "rail" }, { - "key": "maxspeed", + "key": "maxspeed" }, { - "key": "electrified", + "key": "electrified" }, { - "key": "voltage", + "key": "voltage" }, { - "key": "frequency", + "key": "frequency" }, { - "key": "gauge", + "key": "gauge" }, { "key": "service", - "value": "siding", + "value": "siding" }, { "key": "service", - "value": "yard", + "value": "yard" }, { "key": "service", - "value": "crossover", + "value": "crossover" }, { "key": "service", - "value": "spur", + "value": "spur" }, { "key": "usage", - "value": "main", + "value": "main" }, { "key": "usage", - "value": "branch", - }, - ], + "value": "branch" + } + ] }