San José (Escuintla) Map Cropping Samples
San José (Escuintla) Map Cropping Samples-1
San José (Escuintla) Map Cropping Samples-2
San José neighborhoods and villages map with 3D shadow effect
flag map of San José with 3D shadow effect
San José map with 3d shadow effect
Download outline map of San José (geojson format) :
San José.geojson (**)
Download polygon array of San José map for "Google Maps" :
San José.txt
Bounding Box for San José Map : ( 13.913139 , -90.990581 , 14.034233 , -90.747084 )
Wikipedia ID for San José : Q173718
Wikipedia SPARQL Query for San José (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q173718 wdt:P1082 ?population. }
OPTIONAL { wd:Q173718 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q173718 wdt:P2046 ?area. }
OPTIONAL { wd:Q173718 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q173718 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q173718 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 José map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](13.913139, -90.990581, 14.034233, -90.747084);
);
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 José)
[out:json];
(
rel["name"="San Jose"][type=boundary];
rel["name:en"="San Jose"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of San José
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Amaya | 13.915280 , -90.933610 |
Arizona | 13.958060 , -90.820280 |
Barrita Vieja | 13.920560 , -90.895280 |
Boton Blanco | 13.992220 , -90.930000 |
Buena Vista | 13.946940 , -90.841670 |
Cantarrana | 13.966670 , -90.983330 |
Ceiba Mocha | 13.934440 , -90.752500 |
El Arenal | 13.927780 , -90.807500 |
El Carrizal | 13.918610 , -90.963330 |
El Corchal | 13.918890 , -90.952780 |
El Empalme | 13.951110 , -90.821110 |
El Progreso | 13.928890 , -90.826670 |
Las Pilas | 13.928060 , -90.980000 |
Linares | 13.991110 , -90.827500 |
Los Angeles | 13.955560 , -90.957780 |
Miramar | 13.917220 , -90.824720 |
Otacingo | 13.992500 , -90.893610 |
Penate | 13.935830 , -90.817500 |
Puerta de Hierro | 13.935000 , -90.779170 |
Puerto San José | 13.925560 , -90.824440 |
San Isidro Boton Blanco | 13.998330 , -90.907500 |
Santa Isabel | 13.966940 , -90.862500 |
Santa Rosa | 13.930830 , -90.818060 |
Tierra Mala | 13.921110 , -90.866110 |
Notes:
- You can download geometry data for San José 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.