Download outline map of Filadelfia (geojson format) :
Filadelfia.geojson (**)
Download polygon array of Filadelfia map for "Google Maps" :
Filadelfia.txt
Bounding Box for Filadelfia Map : ( 5.203332 , -75.666131 , 5.376571 , -75.511029 )
Wikipedia ID for Filadelfia : Q1525422
Wikipedia SPARQL Query for Filadelfia (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1525422 wdt:P1082 ?population. }
OPTIONAL { wd:Q1525422 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1525422 wdt:P2046 ?area. }
OPTIONAL { wd:Q1525422 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1525422 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1525422 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 Filadelfia map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](5.203332, -75.666131, 5.376571, -75.511029);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Filadelfia)
[out:json];
(
rel["name"="Filadelfia"][type=boundary];
rel["name:en"="Filadelfia"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Filadelfia
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Calentaderos | 5.237780 , -75.620280 |
El Guamo | 5.256060 , -75.638640 |
El Pintado | 5.334840 , -75.627990 |
Filadelfra | 5.296060 , -75.561200 |
Guaimaral | 5.225000 , -75.595830 |
La Aguadita | 5.279530 , -75.556360 |
La Amapola | 5.305560 , -75.648890 |
La Felisa | 5.350000 , -75.600000 |
La India | 5.238890 , -75.591940 |
La Paila | 5.292510 , -75.515370 |
Maiba | 5.300000 , -75.533330 |
Morritos | 5.260560 , -75.571940 |
Samaria | 5.231940 , -75.580830 |
Villa Martin | 5.283330 , -75.650000 |
Notes:
- You can download geometry data for Filadelfia 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.