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