Download outline map of Portobelo (geojson format) :
Portobelo.geojson (**)
Download polygon array of Portobelo map for "Google Maps" :
Portobelo.txt
Bounding Box for Portobelo Map : ( 9.367512 , -79.804352 , 9.634694 , -79.520588 )
Wikipedia ID for Portobelo : Q1650732
Wikipedia SPARQL Query for Portobelo (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1650732 wdt:P1082 ?population. }
OPTIONAL { wd:Q1650732 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1650732 wdt:P2046 ?area. }
OPTIONAL { wd:Q1650732 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1650732 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1650732 p:P625 ?coordinate.
?coordinate psv:P625 ?coordinate_node.
?coordinate_node wikibase:geoLatitude ?latitude.
?coordinate_node wikibase:geoLongitude ?longitude.
}
}
Run this SPARQL Query on Wikidata Page (Click RUN button on the opened page!)
Run this Query with SPARQL API
Get Boundaries from overpass-turbo (OSM) with boundary box of Portobelo map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](9.367512, -79.804352, 9.634694, -79.520588);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Portobelo)
[out:json];
(
rel["name"="Portobelo"][type=boundary];
rel["name:en"="Portobelo"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Portobelo
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Almirante | 9.549290 , -79.602940 |
Alto de la Cruz | 9.474820 , -79.721230 |
Boca de la Quebrada | 9.583330 , -79.650000 |
Buenaventura | 9.532450 , -79.669590 |
Can Can | 9.514650 , -79.687590 |
Garrote | 9.600000 , -79.583330 |
Guanche | 9.511070 , -79.691480 |
Iguanita | 9.497250 , -79.694650 |
Jose Pobre | 9.600000 , -79.633330 |
Juan Chiquito | 9.583330 , -79.650000 |
Juan Gallego | 9.611420 , -79.564450 |
La Boca de Rio Viejo | 9.416670 , -79.800000 |
La Escucha | 9.544680 , -79.673650 |
La Guayra | 9.622030 , -79.558980 |
Langosta | 9.467280 , -79.724130 |
Las Mercedes | 9.403510 , -79.772570 |
Lima | 9.616670 , -79.566670 |
Marco Antonio | 9.495830 , -79.696390 |
María Chiquita | 9.443060 , -79.755830 |
Maria Soto | 9.516670 , -79.683330 |
Nuevo Tonosi | 9.550060 , -79.622210 |
Playa Blanca | 9.583330 , -79.650000 |
Portobelo | 9.550000 , -79.650000 |
Pueblo Nuevo | 9.597870 , -79.639620 |
Punta Gorda | 9.482990 , -79.717770 |
Rio Piedra Numero Uno | 9.457170 , -79.733700 |
Rio Viejo Arriba | 9.400000 , -79.766670 |
San Antonio | 9.562560 , -79.561310 |
Santa Elena | 9.566770 , -79.634830 |
Santa Isabel | 9.566670 , -79.633330 |
Siban | 9.400000 , -79.750000 |
Tiende Ropa | 9.483330 , -79.711110 |
Notes:
- You can download geometry data for Portobelo 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.