Download outline map of Plaza (geojson format) :
Plaza.geojson (**)
Download polygon array of Plaza map for "Google Maps" :
Plaza.txt
Bounding Box for Plaza Map : ( 10.408999 , -66.720408 , 10.548768 , -66.578677 )
Wikipedia ID for Plaza : Q1149242
Wikipedia SPARQL Query for Plaza (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1149242 wdt:P1082 ?population. }
OPTIONAL { wd:Q1149242 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1149242 wdt:P2046 ?area. }
OPTIONAL { wd:Q1149242 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1149242 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1149242 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 Plaza map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](10.408999, -66.720408, 10.548768, -66.578677);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Plaza)
[out:json];
(
rel["name"="Plaza"][type=boundary];
rel["name:en"="Plaza"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Plaza
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bella Vista | 10.476270 , -66.691890 |
Brazo Seco | 10.466670 , -66.700000 |
Campo Alegre | 10.428920 , -66.651860 |
Campo Alegre | 10.466670 , -66.700000 |
Cogollal | 10.505720 , -66.660390 |
Cujicito | 10.473880 , -66.678220 |
Curupao | 10.499640 , -66.644230 |
El Bebedero | 10.535160 , -66.658810 |
El Cercado | 10.483330 , -66.650000 |
El Estrillo | 10.416670 , -66.600000 |
El Socorro | 10.414440 , -66.646780 |
El Tamarindo | 10.471710 , -66.641610 |
Guarenas | 10.467360 , -66.606630 |
Izcaragua | 10.500000 , -66.700000 |
La Comunidad | 10.474470 , -66.632660 |
La Concepcion | 10.466670 , -66.600000 |
La Cortada | 10.476990 , -66.585300 |
La Estrella | 10.484540 , -66.669880 |
La Fundacion | 10.464130 , -66.593930 |
La Guaira | 10.478180 , -66.624430 |
La Mina | 10.453470 , -66.708120 |
La Montanita | 10.488760 , -66.634430 |
La Preciosa | 10.422220 , -66.646020 |
Los Largos | 10.466670 , -66.700000 |
Los Naranjos | 10.482970 , -66.589480 |
Mampote | 10.476180 , -66.673860 |
Manguito | 10.472750 , -66.659890 |
Maturin | 10.475800 , -66.612840 |
Ochoa | 10.466670 , -66.700000 |
Paradero | 10.414010 , -66.633250 |
Plan de La Viuda | 10.514920 , -66.638290 |
Plan German Diaz | 10.519270 , -66.628070 |
Portachuelo | 10.501900 , -66.654680 |
San Jose | 10.415030 , -66.671140 |
Santa Ana | 10.416670 , -66.683330 |
Santa Cruz | 10.466290 , -66.581140 |
Tocoron | 10.461550 , -66.584060 |
Trapichito | 10.466670 , -66.616670 |
Notes:
- You can download geometry data for Plaza 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.