Download outline map of Santa Cecilia (geojson format) :
Santa Cecilia.geojson (**)
Download polygon array of Santa Cecilia map for "Google Maps" :
Santa Cecilia.txt
Bounding Box for Santa Cecilia Map : ( -7.813756 , -36.03541 , -7.64966 , -35.815197 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Santa Cecilia map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-7.813756, -36.03541, -7.64966, -35.815197);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Santa Cecilia)
[out:json];
(
rel["name"="Santa Cecilia"][type=boundary];
rel["name:en"="Santa Cecilia"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Santa Cecilia
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Jardim | -7.733330 , -35.850000 |
Jucazinho | -7.766670 , -36.000000 |
Santa Cecília | -7.743780 , -35.878199 |
Notes:
- You can download geometry data for Santa Cecilia 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.