Download outline map of St. Helena (geojson format) :
St. Helena.geojson (**)
Download polygon array of St. Helena map for "Google Maps" :
St. Helena.txt
Bounding Box for St. Helena Map : ( 30.649285 , -90.91224 , 30.999733 , -90.565819 )
Wikipedia ID for St. Helena : Q507112
Wikipedia SPARQL Query for St. Helena (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q507112 wdt:P1082 ?population. }
OPTIONAL { wd:Q507112 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q507112 wdt:P2046 ?area. }
OPTIONAL { wd:Q507112 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q507112 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q507112 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 St. Helena map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](30.649285, -90.91224, 30.999733, -90.565819);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (St. Helena)
[out:json];
(
rel["name"="St. Helena"][type=boundary];
rel["name:en"="St. Helena"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of St. Helena
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Chipola | 30.922120 , -90.803160 |
Coleman Town | 30.889350 , -90.820100 |
Darlington | 30.877960 , -90.781490 |
Easleyville | 30.928790 , -90.687600 |
Greensburg | 30.830003 , -90.669760 |
Hillsdale | 30.744630 , -90.620930 |
Jack | 30.738240 , -90.712320 |
Kedron | 30.756570 , -90.577320 |
Liverpool | 30.915180 , -90.680380 |
Montpelier | 30.682242 , -90.654524 |
Pine Grove | 30.709910 , -90.753990 |
Notes:
- You can download geometry data for St. Helena 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.