San Diego (Zacapa) Map Cropping Samples
San Diego (Zacapa) Map Cropping Samples-1
San Diego (Zacapa) Map Cropping Samples-2
San Diego neighborhoods and villages map with 3D shadow effect
flag map of San Diego with 3D shadow effect
San Diego map with 3d shadow effect
Download outline map of San Diego (geojson format) :
San Diego.geojson (**)
Download polygon array of San Diego map for "Google Maps" :
San Diego.txt
Bounding Box for San Diego Map : ( 14.739007 , -89.827457 , 14.849538 , -89.70288 )
Wikipedia ID for San Diego : Q984445
Wikipedia SPARQL Query for San Diego (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q984445 wdt:P1082 ?population. }
OPTIONAL { wd:Q984445 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q984445 wdt:P2046 ?area. }
OPTIONAL { wd:Q984445 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q984445 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q984445 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 Diego map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](14.739007, -89.827457, 14.849538, -89.70288);
);
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 Diego)
[out:json];
(
rel["name"="San Diego"][type=boundary];
rel["name:en"="San Diego"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of San Diego
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Buena Vista | 14.783330 , -89.800000 |
El Paraiso | 14.766670 , -89.766670 |
El Porvenir | 14.766670 , -89.766670 |
El Terrero | 14.783330 , -89.733330 |
El Triunfo | 14.783330 , -89.783330 |
El Zarzal | 14.783330 , -89.716670 |
La Ensenada | 14.833330 , -89.800000 |
La Joya | 14.833330 , -89.816670 |
Las Delicias | 14.816670 , -89.816670 |
Los Pozos | 14.766670 , -89.750000 |
Pampur | 14.783330 , -89.733330 |
San Antonio Las Lomas | 14.816670 , -89.733330 |
San Diego | 14.783330 , -89.783330 |
Santa Elena | 14.816670 , -89.783330 |
Venecia | 14.800000 , -89.783330 |
Yerbabuena | 14.766670 , -89.716670 |
Notes:
- You can download geometry data for San Diego 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.