Download outline map of La Paz (geojson format) :
La Paz.geojson (**)
Download polygon array of La Paz map for "Google Maps" :
La Paz.txt
Bounding Box for La Paz Map : ( 19.333065 , -98.994557 , 19.394449 , -98.898015 )
Wikipedia ID for La Paz : Q2276224
Wikipedia SPARQL Query for La Paz (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2276224 wdt:P1082 ?population. }
OPTIONAL { wd:Q2276224 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2276224 wdt:P2046 ?area. }
OPTIONAL { wd:Q2276224 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2276224 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2276224 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 La Paz map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](19.333065, -98.994557, 19.394449, -98.898015);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (La Paz)
[out:json];
(
rel["name"="La Paz"][type=boundary];
rel["name:en"="La Paz"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of La Paz
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ampliacion la Magdalena Atlicpac | 19.362960 , -98.934930 |
Arenal | 19.383169 , -98.945741 |
Bosques de la Magdalena | 19.356837 , -98.947482 |
Colonia Maximo de la Cruz | 19.358740 , -98.939120 |
El Pino | 19.352131 , -98.953038 |
Emiliano Zapata | 19.345119 , -98.973169 |
La Magdalena Atlicpac | 19.369364 , -98.953612 |
Lomas de Altavista | 19.361702 , -98.945275 |
Lomas de San Sebastián | 19.377262 , -98.925228 |
Los Reyes Acaquilpan | 19.359340 , -98.974070 |
Nueva de Guadalupe | 19.390010 , -98.954020 |
Profesor Carlos Hank González | 19.372913 , -98.939957 |
San Isidro | 19.344073 , -98.944761 |
San José las Palmas | 19.366706 , -98.932042 |
San Sebastián Chimalpa | 19.382826 , -98.954222 |
Tecamachalco | 19.360659 , -98.960039 |
Techachaltitla | 19.364828 , -98.942738 |
Unidad Acaquilpan | 19.365465 , -98.938505 |
Notes:
- You can download geometry data for La Paz 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.