Download outline map of Gurinhem (geojson format) :
Gurinhem.geojson (**)
Download polygon array of Gurinhem map for "Google Maps" :
Gurinhem.txt
Bounding Box for Gurinhem Map : ( -7.255428 , -35.547712 , -7.032598 , -35.349773 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Gurinhem map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-7.255428, -35.547712, -7.032598, -35.349773);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Gurinhem)
[out:json];
(
rel["name"="Gurinhem"][type=boundary];
rel["name:en"="Gurinhem"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Gurinhem
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Boqueirão | -7.175718 , -35.390489 |
Caja | -7.183330 , -35.383330 |
Gurinhém | -7.122872 , -35.425400 |
Pau-Ferro | -7.066999 , -35.392249 |
Notes:
- You can download geometry data for Gurinhem 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.