Download outline map of Jasper (geojson format) :
Jasper.geojson (**)
Download polygon array of Jasper map for "Google Maps" :
Jasper.txt
Bounding Box for Jasper Map : ( 32.033454 , -81.28127 , 32.753058 , -80.741668 )
Wikipedia ID for Jasper : Q201175
Wikipedia SPARQL Query for Jasper (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q201175 wdt:P1082 ?population. }
OPTIONAL { wd:Q201175 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q201175 wdt:P2046 ?area. }
OPTIONAL { wd:Q201175 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q201175 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q201175 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 Jasper map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.033454, -81.28127, 32.753058, -80.741668);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Jasper)
[out:json];
(
rel["name"="Jasper"][type=boundary];
rel["name:en"="Jasper"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Jasper
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Baker Hill | 32.373250 , -81.121220 |
Berrys Landing | 32.422130 , -81.203440 |
Bolon Hall Landing | 32.419640 , -80.851500 |
Boyd | 32.445470 , -80.896220 |
Chelsea | 32.354360 , -80.888160 |
Cook Landing | 32.195200 , -81.000390 |
Coosawhatchie | 32.588790 , -80.927330 |
Cosby | 32.581850 , -81.248160 |
Deerfield | 32.382410 , -81.096500 |
Gillisonville | 32.611010 , -81.003720 |
Gilmania | 32.611850 , -80.910660 |
Glasgow Landing | 32.135480 , -80.990940 |
Grahamville | 32.474080 , -80.963440 |
Grays | 32.673790 , -81.020390 |
Groover Landing | 32.485460 , -81.218440 |
Hardeeville | 32.294393 , -81.045316 |
Knowles | 32.509630 , -80.858160 |
Levy | 32.202980 , -81.029000 |
Limehouse | 32.212700 , -81.070670 |
Mill Stone Landing | 32.286310 , -81.119280 |
Mitchellville | 32.461860 , -80.992050 |
Morgan | 32.303810 , -81.082330 |
Murad | 32.496020 , -80.870110 |
Nevadum | 32.458800 , -80.889270 |
New Landing | 32.512960 , -81.230380 |
Okatie | 32.352140 , -80.978160 |
Old House | 32.459630 , -80.896500 |
Pineland | 32.600180 , -81.159550 |
Pocataligo | 32.637130 , -80.863440 |
Possum Corner | 32.684340 , -80.975940 |
Purysburgh | 32.297420 , -81.119280 |
Purysburgh Landing | 32.304080 , -81.122060 |
Ricetown | 32.517130 , -80.966770 |
Ridgeland | 32.468068 , -80.917731 |
Robertville | 32.586570 , -81.198440 |
Salvesbarg Landing | 32.475190 , -80.849830 |
Switzerland | 32.427690 , -81.008720 |
Tarboro | 32.531850 , -81.154270 |
Tillman | 32.463520 , -81.107330 |
Notes:
- You can download geometry data for Jasper 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.