Download outline map of Gelnica (geojson format) :
Gelnica.geojson (**)
Download polygon array of Gelnica map for "Google Maps" :
Gelnica.txt
Bounding Box for Gelnica Map : ( 48.667424 , 20.529624 , 48.964691 , 21.073327 )
Wikipedia ID for Gelnica : Q220968
Wikipedia SPARQL Query for Gelnica (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q220968 wdt:P1082 ?population. }
OPTIONAL { wd:Q220968 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q220968 wdt:P2046 ?area. }
OPTIONAL { wd:Q220968 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q220968 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q220968 p:P625 ?coordinate.
?coordinate psv:P625 ?coordinate_node.
?coordinate_node wikibase:geoLatitude ?latitude.
?coordinate_node wikibase:geoLongitude ?longitude.
}
}
Run this SPARQL Query on Wikidata Page (Click RUN button on the opened page!)
Run this Query with SPARQL API
Get Boundaries from overpass-turbo (OSM) with boundary box of Gelnica map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](48.667424, 20.529624, 48.964691, 21.073327);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Gelnica)
[out:json];
(
rel["name"="Gelnica"][type=boundary];
rel["name:en"="Gelnica"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Gelnica
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Å Vedlar | 48.813201 , 20.697340 |
Gelnica | 48.858346 , 20.944222 |
Gelnicka Huta | 48.816670 , 20.916670 |
Haj | 48.840740 , 20.922820 |
Helcmanovce | 48.830065 , 20.869328 |
Henclova | 48.786860 , 20.592230 |
Hrisovce | 48.946550 , 20.907800 |
Huta Maria | 48.869680 , 20.962170 |
Huta Matilda | 48.821670 , 20.920160 |
Jaklovce | 48.872902 , 20.990353 |
Jakušovce | 48.871720 , 20.988010 |
Kluknava | 48.932273 , 20.947603 |
Kojsov | 48.821840 , 20.987750 |
Margecany | 48.892636 , 21.011823 |
Mníšek nad Hnilcom | 48.802743 , 20.804206 |
Nálepkovo | 48.843006 , 20.617909 |
Prakovce | 48.814504 , 20.900961 |
Richnava | 48.926844 , 20.933103 |
Rolova Huta | 48.889550 , 21.040880 |
Schwarzenberg | 48.850000 , 20.600000 |
Smolnicka Huta | 48.745210 , 20.773600 |
Smolník | 48.729386 , 20.737811 |
Stara Voda | 48.799070 , 20.676080 |
Švedlár | 48.813377 , 20.708099 |
Ticha Voda | 48.784430 , 20.597850 |
Úhorná | 48.705920 , 20.675070 |
Vel'ky Folkmar | 48.856140 , 21.013770 |
Vysne Hrable | 48.813120 , 20.686620 |
Notes:
- You can download geometry data for Gelnica in various formats (Geojson,KML,GPX,raw OSM data) by clicking export button on the overpass-turbo
- You can freely use the jpeg type map images you created on the "map cropping" page or downloaded from the "samples" pages.
- (**)
Terms of Use for downloaded geojson files.