Download outline map of Joao Pessoa (geojson format) :
Joao Pessoa.geojson (**)
Download polygon array of Joao Pessoa map for "Google Maps" :
Joao Pessoa.txt
Bounding Box for Joao Pessoa Map : ( -7.243479 , -34.973842 , -7.055973 , -34.792885 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Joao Pessoa map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-7.243479, -34.973842, -7.055973, -34.792885);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Joao Pessoa)
[out:json];
(
rel["name"="Joao Pessoa"][type=boundary];
rel["name:en"="Joao Pessoa"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Joao Pessoa
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Gramame | -7.216670 , -34.883330 |
Jaguaribe | -7.133330 , -34.883330 |
João Pessoa | -7.154983 , -34.857057 |
Penha | -7.166670 , -34.800000 |
Notes:
- You can download geometry data for Joao Pessoa 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.