San Francisco (Putumayo) Map Cropping Samples

San Francisco (Putumayo) Map Cropping Samples-1
San Francisco (Putumayo) Map Cropping Samples-1
San Francisco (Putumayo) Map Cropping Samples-2
San Francisco (Putumayo) Map Cropping Samples-2
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 : ( 1.005934 , -76.987317 , 1.289861 , -76.730148 )
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](1.005934, -76.987317, 1.289861, -76.730148);
);
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 VillagesCoordinates (Latitude, Longitude)
El Retorno 1.117730 , -76.964700
Las Planadas 1.102230 , -76.974840
Refugio de Vida 1.082330 , -76.832110
San Antonio 1.148220 , -76.917660
San Francisco 1.178670 , -76.878500
Vereda La Menta 1.153570 , -76.949870


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.

Create San Francisco neighborhoods and villages map.


Share this page