San Francisco (Petén) Map Cropping Samples
San Francisco (Petén) Map Cropping Samples-1
San Francisco (Petén) Map Cropping Samples-2
San Francisco neighborhoods and villages map with 3D shadow effect
flag map of San Francisco with 3D shadow effect
San Francisco map with 3d shadow effect
Download outline map of San Francisco (geojson format) :
San Francisco.geojson (**)
Download polygon array of San Francisco map for "Google Maps" :
San Francisco.txt
Bounding Box for San Francisco Map : ( 16.33706 , -90.248424 , 16.912896 , -89.601709 )
Wikipedia ID for San Francisco : Q796492
Wikipedia SPARQL Query for San Francisco (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q796492 wdt:P1082 ?population. }
OPTIONAL { wd:Q796492 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q796492 wdt:P2046 ?area. }
OPTIONAL { wd:Q796492 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q796492 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q796492 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 Francisco map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](16.33706, -90.248424, 16.912896, -89.601709);
);
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 Francisco)
[out:json];
(
rel["name"="San Francisco"][type=boundary];
rel["name:en"="San Francisco"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of San Francisco
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
El Juleque | 16.633330 , -89.616670 |
El Pacay | 16.650000 , -89.783330 |
El Subin | 16.636970 , -90.182860 |
Finca Comixtun | 16.568960 , -90.176070 |
Hulera Santa Teresa | 16.695260 , -90.151250 |
Iberia | 16.454250 , -90.041030 |
Ija | 16.666670 , -89.800000 |
La Nueva Libertad | 16.581310 , -90.095400 |
La Sabana | 16.689960 , -90.157590 |
Purucila | 16.850000 , -89.866670 |
Rancho Alegre | 16.613110 , -90.179760 |
Sajalal | 16.716670 , -89.800000 |
San Juan | 16.348890 , -90.021210 |
San Juan de Dios | 16.794350 , -89.958460 |
San Martin | 16.524880 , -90.042330 |
Santa Monica | 16.426430 , -90.006790 |
Notes:
- You can download geometry data for San Francisco 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.