San Ramon (Cuscatlán) Map Cropping Samples
San Ramon (Cuscatlán) Map Cropping Samples-1
San Ramon (Cuscatlán) Map Cropping Samples-2
San Ramon neighborhoods and villages map with 3D shadow effect
flag map of San Ramon with 3D shadow effect
San Ramon map with 3d shadow effect
Download outline map of San Ramon (geojson format) :
San Ramon.geojson (**)
Download polygon array of San Ramon map for "Google Maps" :
San Ramon.txt
Bounding Box for San Ramon Map : ( 13.658706 , -88.944586 , 13.701658 , -88.912409 )
Get Boundaries from overpass-turbo (OSM) with boundary box of San Ramon map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](13.658706, -88.944586, 13.701658, -88.912409);
);
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 Ramon)
[out:json];
(
rel["name"="San Ramon"][type=boundary];
rel["name:en"="San Ramon"][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 Ramon 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.