- https://geojson.io
- TODO
Last active
September 3, 2025 23:13
-
-
Save mbohun/e1033ff442075d49e8340f604273b6fc to your computer and use it in GitHub Desktop.
geojson jq Siebenbuergen
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "FeatureCollection", | |
"features": [ | |
{ | |
"type": "Feature", | |
"properties": { | |
"name:de": "Klausenburg", | |
"name:hu": "Kolozsvár", | |
"name:ro": "Cluj-Napoca" | |
}, | |
"geometry": { | |
"coordinates": [ | |
23.5899542, | |
46.769379 | |
], | |
"type": "Point" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"name:de": "Hermannstadt", | |
"name:hu": "Nagyszeben", | |
"name:ro": "Sibiu" | |
}, | |
"geometry": { | |
"coordinates": [ | |
24.1438, | |
45.7843 | |
], | |
"type": "Point" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"name:de": "Kronstadt", | |
"name:hu": "Brassó", | |
"name:ro": "Brașov" | |
}, | |
"geometry": { | |
"coordinates": [ | |
25.6417, | |
45.6785 | |
], | |
"type": "Point" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"name:de": "Neumarkt am Mieresch", | |
"name:hu": "Marosvásárhely", | |
"name:ro": "Târgu Mureș" | |
}, | |
"geometry": { | |
"coordinates": [ | |
24.561196, | |
46.5446253 | |
], | |
"type": "Point" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"name:de": "Mediasch", | |
"name:hu": "Medgyes", | |
"name:ro": "Mediaș" | |
}, | |
"geometry": { | |
"coordinates": [ | |
24.35, | |
46.16 | |
], | |
"type": "Point" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"name:de": "Karlsburg", | |
"name:hu": "Gyulafehérvár", | |
"name:ro": "Alba Iulia" | |
}, | |
"geometry": { | |
"coordinates": [ | |
23.5800, | |
46.0700 | |
], | |
"type": "Point" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"name:de": "Schäßburg", | |
"name:hu": "Segesvár", | |
"name:ro": "Sighișoara" | |
}, | |
"geometry": { | |
"coordinates": [ | |
24.7925, | |
46.2185 | |
], | |
"type": "Point" | |
} | |
} | |
] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
German | Hungarian | Romanian | notes | |
---|---|---|---|---|
Bistritz | Beszterce | Bistrița | ||
Broos | Szászváros | Orăștie | ||
Hermannstadt | Nagyszeben | Sibiu | CONFIRMED. | |
Karlsburg | Gyulafehérvár | Alba Iulia | ||
Klausenburg | Kolozsvár | Cluj-Napoca | CONFIRMED. | |
Kronstadt | Brassó | Brașov | CONFIRMED. | |
Mediasch | Medgyes | Mediaș | Highly unlikely. | |
Mühlbach | Szászsebes | Sebeș | ||
Neumarkt am Mieresch | Marosvásárhely | Târgu Mureș | ||
Schäßburg | Segesvár | Sighișoara | CONFIRMED. |
Author
mbohun
commented
Sep 3, 2025

Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment