Download outline map of DeKalb (geojson format) :
DeKalb.geojson (**)
Download polygon array of DeKalb map for "Google Maps" :
DeKalb.txt
Bounding Box for DeKalb Map : ( 35.825703 , -86.063413 , 36.131582 , -85.630384 )
Wikipedia ID for DeKalb : Q294745
Wikipedia SPARQL Query for DeKalb (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q294745 wdt:P1082 ?population. }
OPTIONAL { wd:Q294745 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q294745 wdt:P2046 ?area. }
OPTIONAL { wd:Q294745 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q294745 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q294745 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 DeKalb map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.825703, -86.063413, 36.131582, -85.630384);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (DeKalb)
[out:json];
(
rel["name"="DeKalb"][type=boundary];
rel["name:en"="DeKalb"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of DeKalb
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alexandria | 36.079093 , -86.038101 |
Antioch | 35.857290 , -85.716930 |
Belk | 35.842570 , -85.699430 |
Bethel | 35.858400 , -85.850820 |
Blue Springs | 35.879230 , -85.844430 |
Bluhmtown | 35.903950 , -85.879710 |
Buckner | 36.004780 , -85.751370 |
Catlen | 35.883400 , -85.720820 |
Cherry Hill | 36.074230 , -85.727760 |
Cross Roads | 35.957010 , -85.867210 |
Dowelltown | 36.012158 , -85.942252 |
Helton | 36.065890 , -85.945270 |
Indian Mound | 35.965984 , -85.713075 |
Jefferson | 35.894510 , -85.711090 |
Johnsons Chapel | 35.987560 , -85.669430 |
Keltonburg | 35.876180 , -85.747210 |
Laurel Hill | 36.102840 , -85.813040 |
Liberty | 36.005309 , -85.977972 |
Midway | 35.954510 , -85.754980 |
Philippi | 35.988400 , -85.771100 |
Pisgah | 35.893950 , -85.889430 |
Rock Castle | 36.026450 , -85.673310 |
Smithville | 35.958314 , -85.821149 |
Snows Hill | 35.984230 , -85.876650 |
Temperance Hall | 36.083950 , -85.900820 |
Watkins | 35.923950 , -85.854990 |
Williams Crossroads | 36.037840 , -85.704430 |
Notes:
- You can download geometry data for DeKalb 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.