San José (Copán) Map Cropping Samples
San José (Copán) Map Cropping Samples-1
San José (Copán) 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 : ( 14.891372 , -88.787773 , 14.938006 , -88.639397 )
Wikipedia ID for San José : Q2394109
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:Q2394109 wdt:P1082 ?population. }
OPTIONAL { wd:Q2394109 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2394109 wdt:P2046 ?area. }
OPTIONAL { wd:Q2394109 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2394109 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2394109 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"](14.891372, -88.787773, 14.938006, -88.639397);
);
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) |
Agua Buena | 14.916670 , -88.766670 |
Buena Vista | 14.916670 , -88.716670 |
El Porvenir | 14.916670 , -88.766670 |
El Tule | 14.916670 , -88.716670 |
Las Delicias | 14.933330 , -88.766670 |
Plan de San Jeronimo | 14.916670 , -88.716670 |
San José de Copán | 14.900000 , -88.716670 |
Veracruz | 14.916670 , -88.783330 |
Vivistorio | 14.900000 , -88.733330 |
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.