Potosi (Rivas) Map Cropping Samples
Potosi (Rivas) Map Cropping Samples-1
Potosi (Rivas) Map Cropping Samples-2
Potosi neighborhoods and villages map with 3D shadow effect
flag map of Potosi with 3D shadow effect
Potosi map with 3d shadow effect
Download outline map of Potosi (geojson format) :
Potosi.geojson (**)
Download polygon array of Potosi map for "Google Maps" :
Potosi.txt
Bounding Box for Potosi Map : ( 11.458491 , -85.969414 , 11.682673 , -85.828752 )
Wikipedia ID for Potosi : Q1647911
Wikipedia SPARQL Query for Potosi (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1647911 wdt:P1082 ?population. }
OPTIONAL { wd:Q1647911 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1647911 wdt:P2046 ?area. }
OPTIONAL { wd:Q1647911 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1647911 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1647911 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 Potosi map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](11.458491, -85.969414, 11.682673, -85.828752);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Potosi)
[out:json];
(
rel["name"="Potosi"][type=boundary];
rel["name:en"="Potosi"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Potosi
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
El Amparo | 11.631450 , -85.957390 |
El Jabillo | 11.586770 , -85.893430 |
El Rosario | 11.462290 , -85.853290 |
Las Mercedes | 11.625300 , -85.942500 |
Los Viejitos | 11.554290 , -85.897010 |
Potosí | 11.494160 , -85.856800 |
San Emilio | 11.519060 , -85.868620 |
San Joaquin | 11.508740 , -85.870170 |
San Jose | 11.637680 , -85.955570 |
Santa Justa | 11.595280 , -85.909870 |
Santa Teresa | 11.638020 , -85.924850 |
Tierra Blanca | 11.558800 , -85.899080 |
Notes:
- You can download geometry data for Potosi 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.