Skip to content

Instantly share code, notes, and snippets.

@mbohun
Last active September 3, 2025 23:13
Show Gist options
  • Save mbohun/e1033ff442075d49e8340f604273b6fc to your computer and use it in GitHub Desktop.
Save mbohun/e1033ff442075d49e8340f604273b6fc to your computer and use it in GitHub Desktop.
geojson jq Siebenbuergen
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"name_german": "Bistritz",
"name_romanian": "Bistrița",
"name_hungarian": "Beszterce",
"description": "Northern trade center with Gothic architecture."
},
"geometry": {
"type": "Point",
"coordinates": [24.5008, 47.1336]
}
},
{
"type": "Feature",
"properties": {
"name_german": "Hermannstadt",
"name_romanian": "Sibiu",
"name_hungarian": "Nagyszeben",
"description": "Cultural heart of the Saxons, medieval walls."
},
"geometry": {
"type": "Point",
"coordinates": [24.1473, 45.7983]
}
},
{
"type": "Feature",
"properties": {
"name_german": "Klausenburg",
"name_romanian": "Cluj-Napoca",
"name_hungarian": "Kolozsvár",
"description": "Academic hub, later Hungarian-dominated."
},
"geometry": {
"type": "Point",
"coordinates": [23.5973, 46.7712]
}
},
{
"type": "Feature",
"properties": {
"name_german": "Kronstadt",
"name_romanian": "Brașov",
"name_hungarian": "Brassó",
"description": "Trade/military stronghold near Carpathian passes."
},
"geometry": {
"type": "Point",
"coordinates": [25.6012, 45.6427]
}
},
{
"type": "Feature",
"properties": {
"name_german": "Mediasch",
"name_romanian": "Mediaș",
"name_hungarian": "Medgyes",
"description": "Fortified church, regional commerce."
},
"geometry": {
"type": "Point",
"coordinates": [24.3500, 46.1667]
}
},
{
"type": "Feature",
"properties": {
"name_german": "Mühlbach",
"name_romanian": "Sebeș",
"name_hungarian": "Szászsebes",
"description": "Strategic town on the Mureș River."
},
"geometry": {
"type": "Point",
"coordinates": [23.5667, 45.9667]
}
},
{
"type": "Feature",
"properties": {
"name_german": "Schässburg",
"name_romanian": "Sighișoara",
"name_hungarian": "Segesvár",
"description": "UNESCO citadel, birthplace of Vlad the Impaler."
},
"geometry": {
"type": "Point",
"coordinates": [24.7914, 46.2186]
}
}
]
}
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.
@mbohun
Copy link
Author

mbohun commented Sep 3, 2025

Screenshot from 2025-09-04 09-13-09

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