Download outline map of Alvarado (geojson format) :
Alvarado.geojson (**)
Download polygon array of Alvarado map for "Google Maps" :
Alvarado.txt
Bounding Box for Alvarado Map : ( 4.449412 , -75.074803 , 4.696531 , -74.864283 )
Wikipedia ID for Alvarado : Q1575371
Wikipedia SPARQL Query for Alvarado (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1575371 wdt:P1082 ?population. }
OPTIONAL { wd:Q1575371 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1575371 wdt:P2046 ?area. }
OPTIONAL { wd:Q1575371 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1575371 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1575371 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 Alvarado map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](4.449412, -75.074803, 4.696531, -74.864283);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Alvarado)
[out:json];
(
rel["name"="Alvarado"][type=boundary];
rel["name:en"="Alvarado"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Alvarado
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alvarado | 4.566120 , -74.962290 |
Boqueron | 4.555150 , -75.003530 |
Caldas Viejo | 4.608810 , -74.928880 |
Campoalegre | 4.568760 , -74.969280 |
Cerco de Piedra | 4.455000 , -75.047220 |
Chumba | 4.509080 , -75.029230 |
El Colegio | 4.584720 , -74.949440 |
El Diamante | 4.567980 , -74.953400 |
Lusitania | 4.562740 , -74.981370 |
Monte Grande | 4.633330 , -75.000000 |
Moyones | 4.483610 , -75.011110 |
San Luis | 4.485960 , -75.013720 |
Ventaquemada | 4.506070 , -74.991360 |
Veracruz | 4.667410 , -75.017700 |
Notes:
- You can download geometry data for Alvarado 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.