Download outline map of Portalegre (geojson format) :
Portalegre.geojson (**)
Download polygon array of Portalegre map for "Google Maps" :
Portalegre.txt
Bounding Box for Portalegre Map : ( -6.096373 , -38.086729 , -5.962892 , -37.954416 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Portalegre map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-6.096373, -38.086729, -5.962892, -37.954416);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Portalegre)
[out:json];
(
rel["name"="Portalegre"][type=boundary];
rel["name:en"="Portalegre"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Portalegre
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Jenipapeiro | -6.000000 , -38.033330 |
Portalegre | -6.025438 , -37.988722 |
Sanharao | -6.033330 , -37.966670 |
Sao Pedro (2) | -5.983330 , -37.983330 |
Notes:
- You can download geometry data for Portalegre 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.