Download outline map of Mosquera (geojson format) :
Mosquera.geojson (**)
Download polygon array of Mosquera map for "Google Maps" :
Mosquera.txt
Bounding Box for Mosquera Map : ( 4.616755 , -74.300534 , 4.73502 , -74.160487 )
Wikipedia ID for Mosquera : Q2432909
Wikipedia SPARQL Query for Mosquera (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2432909 wdt:P1082 ?population. }
OPTIONAL { wd:Q2432909 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2432909 wdt:P2046 ?area. }
OPTIONAL { wd:Q2432909 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2432909 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2432909 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 Mosquera map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](4.616755, -74.300534, 4.73502, -74.160487);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Mosquera)
[out:json];
(
rel["name"="Mosquera"][type=boundary];
rel["name:en"="Mosquera"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Mosquera
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Carretonal | 4.656980 , -74.188730 |
El Diamante | 4.694710 , -74.201170 |
El Nogal | 4.734730 , -74.233150 |
El Refujio | 4.662540 , -74.214560 |
El Rubi | 4.699780 , -74.201280 |
Entrerrios | 4.650130 , -74.242870 |
Flores El Retiro | 4.680970 , -74.226350 |
Flores Ramo | 4.723720 , -74.245560 |
Flores Rubi | 4.678780 , -74.192700 |
Guayacunda | 4.727900 , -74.229150 |
La Aurora | 4.729590 , -74.239130 |
La Fragua | 4.699630 , -74.220780 |
La Holanda | 4.698680 , -74.233640 |
La Victoria | 4.649520 , -74.217370 |
Mondonedo | 4.681860 , -74.253230 |
Mosquera | 4.705920 , -74.230210 |
Normandia | 4.664130 , -74.181060 |
Pedregal | 4.631430 , -74.252820 |
Quito | 4.701210 , -74.201130 |
San Francisco | 4.665740 , -74.163740 |
Santa Ana | 4.712490 , -74.234540 |
Vereda El Playon | 4.647660 , -74.227500 |
Notes:
- You can download geometry data for Mosquera 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.