San Juan (La Paz) Map Cropping Samples
![San Juan (La Paz) Map Cropping Samples-1](og_image/map_cropping/4-421183141-1.jpeg)
San Juan (La Paz) Map Cropping Samples-1
![San Juan (La Paz) Map Cropping Samples-2](og_image/map_cropping/4-421183141-3.jpeg)
San Juan (La Paz) Map Cropping Samples-2
![San Juan neighborhoods and villages map with 3D shadow effect](og_image/photo_maps/photo_map_421183141.jpg)
San Juan neighborhoods and villages map with 3D shadow effect
![flag map of San Juan with 3D shadow effect](og_image/flag_maps/flag_map_421183141.jpg)
flag map of San Juan with 3D shadow effect
![San Juan map with 3d shadow effect](og_image/blank_maps/map_421183141.png)
San Juan map with 3d shadow effect
Download outline map of San Juan (geojson format) :
San Juan.geojson (**)
Download polygon array of San Juan map for "Google Maps" :
San Juan.txt
Bounding Box for San Juan Map : ( 13.92516 , -87.785614 , 13.987598 , -87.679649 )
Wikipedia ID for San Juan : Q1645752
Wikipedia SPARQL Query for San Juan (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1645752 wdt:P1082 ?population. }
OPTIONAL { wd:Q1645752 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1645752 wdt:P2046 ?area. }
OPTIONAL { wd:Q1645752 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1645752 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1645752 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 San Juan map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](13.92516, -87.785614, 13.987598, -87.679649);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (San Juan)
[out:json];
(
rel["name"="San Juan"][type=boundary];
rel["name:en"="San Juan"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of San Juan
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Calichitos | 13.950000 , -87.683330 |
El Llano | 13.958330 , -87.716390 |
El Potrero | 13.978890 , -87.729170 |
El Rodeo | 13.963890 , -87.705000 |
El Salitre | 13.928890 , -87.747500 |
Horcones | 13.943890 , -87.735830 |
La Mesa | 13.943060 , -87.698330 |
Las Trancas | 13.969170 , -87.751390 |
Loma del Espino | 13.963060 , -87.758610 |
Ocotillos | 13.952780 , -87.720830 |
Paso de Piedra Colorada | 13.970000 , -87.711670 |
San Juan | 13.958890 , -87.695000 |
Santa Rosita | 13.983330 , -87.716670 |
Yupe | 13.983330 , -87.700000 |
Notes:
- You can download geometry data for San Juan 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.