Paulista (Paraiba) Map Cropping Samples
Paulista (Paraiba) Map Cropping Samples-1
Paulista (Paraiba) Map Cropping Samples-2
Paulista neighborhoods and villages map with 3D shadow effect
flag map of Paulista with 3D shadow effect
Paulista map with 3d shadow effect
Download outline map of Paulista (geojson format) :
Paulista.geojson (**)
Download polygon array of Paulista map for "Google Maps" :
Paulista.txt
Bounding Box for Paulista Map : ( -6.72266578716 , -37.7896782203 , -6.50997111502 , -37.4647245236 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Paulista map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-6.72266578716, -37.7896782203, -6.50997111502, -37.4647245236);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Paulista)
[out:json];
(
rel["name"="Paulista"][type=boundary];
rel["name:en"="Paulista"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Notes:
- You can download geometry data for Paulista 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.