Download outline map of Nemocón (geojson format) :
Nemocón.geojson (**)
Download polygon array of Nemocón map for "Google Maps" :
Nemocón.txt
Bounding Box for Nemocón Map : ( 5.032947 , -73.933386 , 5.165533 , -73.825751 )
Wikipedia ID for Nemocón : Q1574741
Wikipedia SPARQL Query for Nemocón (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1574741 wdt:P1082 ?population. }
OPTIONAL { wd:Q1574741 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1574741 wdt:P2046 ?area. }
OPTIONAL { wd:Q1574741 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1574741 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1574741 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 Nemocón map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](5.032947, -73.933386, 5.165533, -73.825751);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Nemocón)
[out:json];
(
rel["name"="Nemocón"][type=boundary];
rel["name:en"="Nemocón"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Nemocón
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Aposentos | 5.100000 , -73.916670 |
Buenavista | 5.053210 , -73.915840 |
Casa de Teja | 5.100000 , -73.916670 |
El Oratorio | 5.083330 , -73.916670 |
La Aduanilla | 5.066670 , -73.883330 |
La Isla | 5.066670 , -73.916670 |
La Isla | 5.087050 , -73.874400 |
La Luisiana | 5.083330 , -73.916670 |
Nemocón | 5.050000 , -73.883330 |
San Antonio | 5.066670 , -73.883330 |
Susata | 5.116670 , -73.850000 |
Tres Esquinas | 5.063560 , -73.926590 |
Notes:
- You can download geometry data for Nemocón 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.