Download outline map of Mamore (geojson format) :
Mamore.geojson (**)
Download polygon array of Mamore map for "Google Maps" :
Mamore.txt
Bounding Box for Mamore Map : ( -14.23548 , -65.34142 , -11.889179 , -64.203031 )
Wikipedia ID for Mamore : Q832
Wikipedia SPARQL Query for Mamore (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q832 wdt:P1082 ?population. }
OPTIONAL { wd:Q832 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q832 wdt:P2046 ?area. }
OPTIONAL { wd:Q832 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q832 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q832 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 Mamore map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-14.23548, -65.34142, -11.889179, -64.203031);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Mamore)
[out:json];
(
rel["name"="Mamore"][type=boundary];
rel["name:en"="Mamore"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Mamore
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Altura Nueva Brema | -12.550000 , -64.400000 |
Arbol Solo | -13.616670 , -64.750000 |
Baurecito | -13.216670 , -64.800000 |
Carnaval | -13.816670 , -64.733330 |
Chalamama | -12.866670 , -64.333330 |
El Cairo | -13.133330 , -65.200000 |
La Esperanza | -14.016670 , -64.766670 |
La Horquilla | -12.566670 , -64.416670 |
Las Pampitas | -12.916670 , -64.650000 |
Logoinha | -11.966670 , -65.066670 |
Los Penocos | -13.333330 , -64.733330 |
Lucuma | -13.483330 , -64.750000 |
Montevideo | -12.950000 , -64.700000 |
Pailon | -13.066670 , -64.866670 |
Puente | -12.883330 , -64.900000 |
Puerto Ustarez | -12.400000 , -64.500000 |
Puquio | -12.800000 , -64.466670 |
San Antonio de Rivera | -13.883330 , -65.116670 |
San Francisco | -13.033330 , -64.750000 |
San Ignacio | -13.550000 , -64.750000 |
San Ignacio | -13.533330 , -64.733330 |
San Joaquin | -13.041000 , -64.668000 |
San Miguelito | -13.800000 , -65.166670 |
San Pedro Viejo | -13.916670 , -65.050000 |
San Ramon | -13.265200 , -64.615750 |
San Ramón | -13.283330 , -64.716670 |
Santo Domingo | -13.783330 , -64.766670 |
Soberania | -13.716670 , -65.216670 |
Windsor | -12.683330 , -64.450000 |
Notes:
- You can download geometry data for Mamore 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.