Mesetas (Meta) Map Cropping Samples
Mesetas (Meta) Map Cropping Samples-1
Mesetas (Meta) Map Cropping Samples-2
Mesetas neighborhoods and villages map with 3D shadow effect
flag map of Mesetas with 3D shadow effect
Mesetas map with 3d shadow effect
Download outline map of Mesetas (geojson format) :
Mesetas.geojson (**)
Download polygon array of Mesetas map for "Google Maps" :
Mesetas.txt
Bounding Box for Mesetas Map : ( 2.57015 , -74.299503 , 3.634743 , -73.952334 )
Wikipedia ID for Mesetas : Q1574693
Wikipedia SPARQL Query for Mesetas (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1574693 wdt:P1082 ?population. }
OPTIONAL { wd:Q1574693 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1574693 wdt:P2046 ?area. }
OPTIONAL { wd:Q1574693 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1574693 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1574693 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 Mesetas map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](2.57015, -74.299503, 3.634743, -73.952334);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Mesetas)
[out:json];
(
rel["name"="Mesetas"][type=boundary];
rel["name:en"="Mesetas"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Mesetas
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Cacayal | 3.325990 , -73.963990 |
Caserio Muriba | 3.118080 , -74.238710 |
Cincuenta y Ocho | 3.413890 , -74.054550 |
El Paraiso | 3.422000 , -74.105000 |
El Paraiso | 3.298000 , -74.279000 |
El Porvenir | 3.417000 , -74.122000 |
El Santuario | 3.429420 , -74.042240 |
Inspeccion de Policia El Jardin de las Penas | 3.278340 , -74.164040 |
Inspeccion de Policia El Mirador | 3.412560 , -74.126670 |
Inspeccion de Policia El Oriente | 3.197300 , -74.259470 |
Isla de Los Japoneses | 2.631000 , -74.033000 |
La Caramanta | 3.357520 , -74.077800 |
La Esmeralda | 3.376000 , -74.152000 |
La Esperanza | 3.414000 , -74.014000 |
La Manuelita | 3.399340 , -74.061930 |
Mesetas | 3.384640 , -74.044240 |
Notes:
- You can download geometry data for Mesetas 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.