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 : ( 31.80209 , -89.322729 , 32.224381 , -88.910429 )
Wikipedia ID for Jasper : Q490843
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:Q490843 wdt:P1082 ?population. }
OPTIONAL { wd:Q490843 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q490843 wdt:P2046 ?area. }
OPTIONAL { wd:Q490843 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q490843 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q490843 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"](31.80209, -89.322729, 32.224381, -88.910429);
);
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) |
Acme | 31.967650 , -89.173390 |
Baxter | 32.191260 , -89.169780 |
Bay Springs | 31.977206 , -89.279196 |
Blue Ridge | 31.895990 , -89.147280 |
Fellowship | 32.195150 , -88.940610 |
Fouke | 32.029040 , -89.116170 |
Garlandville | 32.219590 , -89.122560 |
Gridley | 32.059870 , -89.112560 |
Heidelberg | 31.889733 , -88.987811 |
Kelona | 31.962100 , -89.008940 |
Lake Como | 31.962380 , -89.212560 |
Louin | 32.072177 , -89.262665 |
Markwald | 31.826270 , -89.002550 |
McNeal | 32.041540 , -89.153670 |
Montrose | 32.125665 , -89.234386 |
Moss | 31.815160 , -89.177840 |
Mulberry | 32.052370 , -89.137560 |
New Fellowship | 32.212650 , -88.970330 |
Orange | 32.095150 , -88.920610 |
Paulding | 32.030710 , -89.037560 |
Penantly | 32.155700 , -89.052830 |
Ras | 32.049600 , -89.135340 |
Rose Hill | 32.144590 , -88.995890 |
Stafford Springs | 31.904880 , -88.933380 |
Stevens | 32.030990 , -89.275620 |
Stringer | 31.866820 , -89.263390 |
Turnerville | 32.025710 , -89.203390 |
Verba | 32.135700 , -89.174230 |
Vossburg | 31.928770 , -88.940880 |
Waldrup | 31.965150 , -89.107830 |
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.