San Francisco (Antioquia) Map Cropping Samples
San Francisco (Antioquia) Map Cropping Samples-1
San Francisco (Antioquia) 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 : ( 5.751099 , -75.117524 , 5.999617 , -74.845151 )
Get Boundaries from overpass-turbo (OSM) with boundary box of San Francisco map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](5.751099, -75.117524, 5.999617, -74.845151);
);
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!)
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.