San Juan (Intibucá) Map Cropping Samples
![San Juan (Intibucá) Map Cropping Samples-1](og_image/map_cropping/4-421186027-1.jpeg)
San Juan (Intibucá) Map Cropping Samples-1
![San Juan (Intibucá) Map Cropping Samples-2](og_image/map_cropping/4-421186027-3.jpeg)
San Juan (Intibucá) Map Cropping Samples-2
![San Juan neighborhoods and villages map with 3D shadow effect](og_image/photo_maps/photo_map_421186027.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_421186027.jpg)
flag map of San Juan with 3D shadow effect
![San Juan map with 3d shadow effect](og_image/blank_maps/map_421186027.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 : ( 14.348065 , -88.503265 , 14.480066 , -88.333656 )
Wikipedia ID for San Juan : Q979141
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:Q979141 wdt:P1082 ?population. }
OPTIONAL { wd:Q979141 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q979141 wdt:P2046 ?area. }
OPTIONAL { wd:Q979141 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q979141 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q979141 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"](14.348065, -88.503265, 14.480066, -88.333656);
);
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) |
Agua Caliente | 14.416670 , -88.350000 |
Azacualpa | 14.433330 , -88.416670 |
Carrizalito | 14.366670 , -88.416670 |
Cocire | 14.433330 , -88.483330 |
El Carrizalito | 14.366670 , -88.433330 |
El Espinal | 14.383330 , -88.466670 |
El Naranjo | 14.450000 , -88.400000 |
El Pelon | 14.416670 , -88.416670 |
El Tarquezal | 14.366670 , -88.416670 |
Hacienda Cosire | 14.450000 , -88.450000 |
La Ceibita | 14.416670 , -88.416670 |
La Espinal | 14.400000 , -88.433330 |
La Soledad | 14.383330 , -88.400000 |
Loma de Horno | 14.433330 , -88.383330 |
Los Peloncitos | 14.433330 , -88.416670 |
Panila | 14.466670 , -88.400000 |
Peloncitos | 14.450000 , -88.433330 |
San Gabriel | 14.383330 , -88.416670 |
San Jose de Cataulaca | 14.416670 , -88.466670 |
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.