Download outline map of Támesis (geojson format) :
Támesis.geojson (**)
Download polygon array of Támesis map for "Google Maps" :
Támesis.txt
Bounding Box for Támesis Map : ( 5.548257 , -75.803772 , 5.801065 , -75.638955 )
Wikipedia ID for Támesis : Q1526001
Wikipedia SPARQL Query for Támesis (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1526001 wdt:P1082 ?population. }
OPTIONAL { wd:Q1526001 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1526001 wdt:P2046 ?area. }
OPTIONAL { wd:Q1526001 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1526001 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1526001 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 Támesis map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](5.548257, -75.803772, 5.801065, -75.638955);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Támesis)
[out:json];
(
rel["name"="Támesis"][type=boundary];
rel["name:en"="Támesis"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Támesis
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Betania | 5.607780 , -75.712500 |
Buena Vista | 5.716670 , -75.750000 |
Campo Alegre | 5.637220 , -75.715000 |
Cedeno | 5.607010 , -75.686470 |
El Guayabo | 5.675170 , -75.736900 |
La Florida | 5.550770 , -75.711850 |
La Florida | 5.612170 , -75.697970 |
La Mesa | 5.691070 , -75.708130 |
La Palmera | 5.599610 , -75.738080 |
La Pradera | 5.679630 , -75.789740 |
Libano | 5.716670 , -75.683330 |
Palermo | 5.731450 , -75.694790 |
Pencil | 5.707650 , -75.691520 |
San Pablo | 5.604660 , -75.681120 |
Támesis | 5.664620 , -75.713390 |
Villa Luz | 5.703140 , -75.705260 |
Notes:
- You can download geometry data for Támesis 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.