Download outline map of Caldwell (geojson format) :
Caldwell.geojson (**)
Download polygon array of Caldwell map for "Google Maps" :
Caldwell.txt
Bounding Box for Caldwell Map : ( 36.950714 , -88.095781 , 37.379445 , -87.680049 )
Wikipedia ID for Caldwell : Q491982
Wikipedia SPARQL Query for Caldwell (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q491982 wdt:P1082 ?population. }
OPTIONAL { wd:Q491982 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q491982 wdt:P2046 ?area. }
OPTIONAL { wd:Q491982 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q491982 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q491982 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 Caldwell map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.950714, -88.095781, 37.379445, -87.680049);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Caldwell)
[out:json];
(
rel["name"="Caldwell"][type=boundary];
rel["name:en"="Caldwell"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Caldwell
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bakers | 37.183940 , -88.035580 |
Cedar Bluff | 37.088380 , -87.844740 |
Claxton | 37.104210 , -87.766120 |
Cobb | 36.990330 , -87.778900 |
Creswell | 37.268660 , -87.912240 |
Crider | 37.157270 , -87.974460 |
Dulaney | 37.097000 , -87.980570 |
Enon | 37.253660 , -87.990020 |
Farmersville | 37.202550 , -87.906960 |
Flat Rock | 37.233660 , -87.965850 |
Fredonia | 37.208609 , -88.060285 |
Friendship | 37.056990 , -87.766400 |
Fryer | 37.262270 , -87.819730 |
Harper Ford | 37.266160 , -87.859460 |
Hickory Grove | 37.179360 , -88.040740 |
Hopson | 36.990050 , -87.846960 |
Lakeshore | 37.134210 , -87.699450 |
Mcgowan | 37.057830 , -87.844460 |
Midway | 37.137830 , -87.781120 |
Needmore | 37.221710 , -87.845290 |
Otter Pond | 37.027830 , -87.823070 |
Princeton | 37.106804 , -87.885326 |
Quinn | 37.293380 , -87.836400 |
Rufus | 37.234490 , -87.883900 |
Ruth | 37.108660 , -87.748620 |
Scottsburg | 37.078660 , -87.821400 |
Walche Cut | 37.096440 , -87.797790 |
White Sulphur | 37.145610 , -87.940020 |
Notes:
- You can download geometry data for Caldwell 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.