Download outline map of Montecristo (geojson format) :
Montecristo.geojson (**)
Download polygon array of Montecristo map for "Google Maps" :
Montecristo.txt
Bounding Box for Montecristo Map : ( 7.43175 , -74.695806 , 8.430125 , -74.255473 )
Wikipedia ID for Montecristo : Q1526097
Wikipedia SPARQL Query for Montecristo (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1526097 wdt:P1082 ?population. }
OPTIONAL { wd:Q1526097 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1526097 wdt:P2046 ?area. }
OPTIONAL { wd:Q1526097 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1526097 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1526097 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 Montecristo map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](7.43175, -74.695806, 8.430125, -74.255473);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Montecristo)
[out:json];
(
rel["name"="Montecristo"][type=boundary];
rel["name:en"="Montecristo"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Montecristo
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Atara | 7.683330 , -74.466670 |
Betania | 8.367190 , -74.487140 |
Bucarest | 8.126340 , -74.646110 |
La Concepcion | 8.338680 , -74.462110 |
La Dorada | 8.345030 , -74.473340 |
Lucia | 7.503390 , -74.493920 |
Minguillo | 7.616670 , -74.533330 |
Montecristo | 8.297100 , -74.473300 |
Munguillo | 7.620270 , -74.534790 |
Pueblo Nuevo | 8.098470 , -74.629360 |
Puerto Sol y Sombra | 8.401110 , -74.488330 |
Rangel | 8.259790 , -74.496040 |
Villa Uribe | 8.065770 , -74.589320 |
Notes:
- You can download geometry data for Montecristo 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.