Baruta (Miranda) Map Cropping Samples
Baruta (Miranda) Map Cropping Samples-1
Baruta (Miranda) Map Cropping Samples-2
Baruta neighborhoods and villages map with 3D shadow effect
flag map of Baruta with 3D shadow effect
Baruta map with 3d shadow effect
Download outline map of Baruta (geojson format) :
Baruta.geojson (**)
Download polygon array of Baruta map for "Google Maps" :
Baruta.txt
Bounding Box for Baruta Map : ( 10.360128 , -66.898412 , 10.491752 , -66.822807 )
Wikipedia ID for Baruta : Q761148
Wikipedia SPARQL Query for Baruta (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q761148 wdt:P1082 ?population. }
OPTIONAL { wd:Q761148 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q761148 wdt:P2046 ?area. }
OPTIONAL { wd:Q761148 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q761148 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q761148 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 Baruta map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](10.360128, -66.898412, 10.491752, -66.822807);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Baruta)
[out:json];
(
rel["name"="Baruta"][type=boundary];
rel["name:en"="Baruta"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Baruta
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alto de La Loma | 10.377270 , -66.886650 |
Baruta | 10.433980 , -66.876620 |
El Cafetal | 10.460650 , -66.833267 |
El Respiro | 10.413360 , -66.883360 |
Gavilan | 10.396300 , -66.849020 |
La Cienega | 10.450000 , -66.866670 |
Las Mercedes | 10.482410 , -66.860570 |
Maya | 10.456910 , -66.862960 |
Ojo de Agua | 10.422280 , -66.870370 |
Serrucho | 10.387180 , -66.856390 |
Notes:
- You can download geometry data for Baruta 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.