Download outline map of Tunica (geojson format) :
Tunica.geojson (**)
Download polygon array of Tunica map for "Google Maps" :
Tunica.txt
Bounding Box for Tunica Map : ( 34.423807 , -90.588536 , 34.891945 , -90.198439 )
Wikipedia ID for Tunica : Q484668
Wikipedia SPARQL Query for Tunica (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q484668 wdt:P1082 ?population. }
OPTIONAL { wd:Q484668 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q484668 wdt:P2046 ?area. }
OPTIONAL { wd:Q484668 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q484668 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q484668 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 Tunica map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.423807, -90.588536, 34.891945, -90.198439);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Tunica)
[out:json];
(
rel["name"="Tunica"][type=boundary];
rel["name:en"="Tunica"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Tunica
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Austin | 34.640660 , -90.449270 |
Banks | 34.825930 , -90.229820 |
Bowdre | 34.796770 , -90.332320 |
Clack | 34.845930 , -90.293150 |
Clayton | 34.600100 , -90.416490 |
Commerce | 34.817880 , -90.370930 |
Commerce Landing | 34.832040 , -90.384820 |
Dooley | 34.670660 , -90.237040 |
Dubbs | 34.568440 , -90.373710 |
Dundee | 34.524270 , -90.455660 |
Eagle Landing | 34.534550 , -90.544830 |
Evansville | 34.640380 , -90.388710 |
Fox Island | 34.675100 , -90.445930 |
Gerlach Mill | 34.502880 , -90.332870 |
Green River | 34.772320 , -90.243150 |
Hally | 34.508990 , -90.362040 |
Hamlin | 34.503160 , -90.457320 |
Harbert Landing | 34.653710 , -90.557330 |
Hollywood | 34.745380 , -90.358150 |
Lost Lake | 34.783710 , -90.243980 |
Maud | 34.562050 , -90.437040 |
Mhoon Landing | 34.741770 , -90.442050 |
North Tunica | 34.703178 , -90.379613 |
Pink | 34.555660 , -90.304540 |
Prichard | 34.699550 , -90.244260 |
Robinsonville | 34.817320 , -90.316210 |
Saint Francis Island Landing | 34.686770 , -90.541210 |
Tibbs | 34.467330 , -90.310100 |
Trotter Landing | 34.543710 , -90.533160 |
Tunica | 34.688137 , -90.380937 |
Tunica North | 34.702880 , -90.377880 |
Tunica Resorts | 34.829787 , -90.321777 |
White Oak | 34.643868 , -90.349435 |
Notes:
- You can download geometry data for Tunica 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.