Download outline map of Vijes (geojson format) :
Vijes.geojson (**)
Download polygon array of Vijes map for "Google Maps" :
Vijes.txt
Bounding Box for Vijes Map : ( 3.681139 , -76.536936 , 3.831088 , -76.401212 )
Wikipedia ID for Vijes : Q1579084
Wikipedia SPARQL Query for Vijes (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1579084 wdt:P1082 ?population. }
OPTIONAL { wd:Q1579084 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1579084 wdt:P2046 ?area. }
OPTIONAL { wd:Q1579084 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1579084 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1579084 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 Vijes map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](3.681139, -76.536936, 3.831088, -76.401212);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Vijes)
[out:json];
(
rel["name"="Vijes"][type=boundary];
rel["name:en"="Vijes"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Vijes
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bellavista | 3.751110 , -76.498890 |
Buenavista | 3.753780 , -76.482580 |
Cachimbal | 3.780560 , -76.468060 |
Caimital | 3.733330 , -76.516670 |
Canca | 3.687780 , -76.426670 |
Colorados | 3.816670 , -76.450000 |
El Crocero | 3.802220 , -76.488610 |
El Lago | 3.707460 , -76.424310 |
El Nilo | 3.817780 , -76.455830 |
El Porvenir | 3.808200 , -76.468950 |
El Tambor | 3.765240 , -76.485070 |
El Vidal | 3.724170 , -76.417220 |
La Estrelia | 3.767780 , -76.461920 |
La Fresneda | 3.758890 , -76.475000 |
La Merceo | 3.795830 , -76.478330 |
La Ribera | 3.733330 , -76.500000 |
Miravalles | 3.697250 , -76.468650 |
Ocache | 3.706380 , -76.486460 |
Rivera | 3.745560 , -76.491040 |
Vijes | 3.699340 , -76.442300 |
Villamaria | 3.714850 , -76.488130 |
Notes:
- You can download geometry data for Vijes 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.