Download outline map of Calloway (geojson format) :
Calloway.geojson (**)
Download polygon array of Calloway map for "Google Maps" :
Calloway.txt
Bounding Box for Calloway Map : ( 36.497058 , -88.489117 , 36.7507 , -88.032541 )
Wikipedia ID for Calloway : Q491927
Wikipedia SPARQL Query for Calloway (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q491927 wdt:P1082 ?population. }
OPTIONAL { wd:Q491927 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q491927 wdt:P2046 ?area. }
OPTIONAL { wd:Q491927 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q491927 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q491927 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 Calloway map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.497058, -88.489117, 36.7507, -88.032541);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Calloway)
[out:json];
(
rel["name"="Calloway"][type=boundary];
rel["name:en"="Calloway"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Calloway
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Almo | 36.694780 , -88.278370 |
Almo Heights | 36.692830 , -88.295870 |
Backusburg | 36.705890 , -88.468380 |
Bakers Crossroads | 36.552280 , -88.356990 |
Boatwright | 36.644220 , -88.123640 |
Browns Grove | 36.623950 , -88.487270 |
Coldwater | 36.650890 , -88.455320 |
Crossland | 36.500610 , -88.380320 |
Dexter | 36.739617 , -88.295545 |
Faxon | 36.678660 , -88.147530 |
Fort Heiman | 36.502000 , -88.055860 |
Hamlin | 36.598390 , -88.076420 |
Hazel | 36.505471 , -88.325254 |
Hico | 36.729500 , -88.183370 |
Irvin Cobb Resort | 36.645610 , -88.132530 |
Kirksey | 36.698670 , -88.395320 |
Lynn Grove | 36.589220 , -88.438100 |
Midway | 36.551440 , -88.323930 |
Murray | 36.614721 , -88.320369 |
New Concord | 36.548390 , -88.154760 |
New Providence | 36.528940 , -88.236980 |
North Murray | 36.624450 , -88.337670 |
Penny | 36.647000 , -88.360600 |
Pleasant Hill | 36.713940 , -88.293370 |
Pottertown | 36.621440 , -88.191150 |
Protemus | 36.553390 , -88.479210 |
Shiloh | 36.685890 , -88.213650 |
South Murray | 36.584800 , -88.321580 |
Stella | 36.640330 , -88.396710 |
Van Cleave | 36.654500 , -88.238920 |
Wadesboro | 36.748110 , -88.321430 |
West Murray | 36.594930 , -88.340760 |
Notes:
- You can download geometry data for Calloway 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.