Download outline map of Recetor (geojson format) :
Recetor.geojson (**)
Download polygon array of Recetor map for "Google Maps" :
Recetor.txt
Bounding Box for Recetor Map : ( 5.172345 , -72.839225 , 5.395681 , -72.697801 )
Wikipedia ID for Recetor : Q954584
Wikipedia SPARQL Query for Recetor (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q954584 wdt:P1082 ?population. }
OPTIONAL { wd:Q954584 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q954584 wdt:P2046 ?area. }
OPTIONAL { wd:Q954584 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q954584 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q954584 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 Recetor map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](5.172345, -72.839225, 5.395681, -72.697801);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Recetor)
[out:json];
(
rel["name"="Recetor"][type=boundary];
rel["name:en"="Recetor"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Recetor
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alto Redondo | 5.210590 , -72.774390 |
La Palma | 5.245220 , -72.778060 |
Los Alpes | 5.317150 , -72.752210 |
Recetor | 5.231840 , -72.760370 |
San Jose | 5.314860 , -72.740920 |
San Luis | 5.258490 , -72.758410 |
Serrania | 5.235250 , -72.818500 |
Notes:
- You can download geometry data for Recetor 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.