Download outline map of Salamina (geojson format) :
Salamina.geojson (**)
Download polygon array of Salamina map for "Google Maps" :
Salamina.txt
Bounding Box for Salamina Map : ( 5.222367 , -75.53273 , 5.467515 , -75.279373 )
Wikipedia ID for Salamina : Q610524
Wikipedia SPARQL Query for Salamina (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q610524 wdt:P1082 ?population. }
OPTIONAL { wd:Q610524 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q610524 wdt:P2046 ?area. }
OPTIONAL { wd:Q610524 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q610524 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q610524 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 Salamina map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](5.222367, -75.53273, 5.467515, -75.279373);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Salamina)
[out:json];
(
rel["name"="Salamina"][type=boundary];
rel["name:en"="Salamina"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Salamina
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Aguadita | 5.350000 , -75.350000 |
Cruces | 5.366670 , -75.350000 |
La Arenosa | 5.433330 , -75.433330 |
La Mesa | 5.250000 , -75.383330 |
La Union | 5.357520 , -75.484570 |
Morro Sucio | 5.266670 , -75.366670 |
Salamina | 5.407330 , -75.487490 |
San Felix | 5.433330 , -75.333330 |
San Pablo | 5.438560 , -75.423870 |
Notes:
- You can download geometry data for Salamina 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.