Download outline map of Dodge (geojson format) :
Dodge.geojson (**)
Download polygon array of Dodge map for "Google Maps" :
Dodge.txt
Bounding Box for Dodge Map : ( 31.900325 , -83.373931 , 32.452533 , -82.87179 )
Wikipedia ID for Dodge : Q115272
Wikipedia SPARQL Query for Dodge (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q115272 wdt:P1082 ?population. }
OPTIONAL { wd:Q115272 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q115272 wdt:P2046 ?area. }
OPTIONAL { wd:Q115272 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q115272 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q115272 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 Dodge map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](31.900325, -83.373931, 32.452533, -82.87179);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Dodge)
[out:json];
(
rel["name"="Dodge"][type=boundary];
rel["name:en"="Dodge"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Dodge
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ararat | 32.061290 , -83.126260 |
Bryant | 32.353780 , -83.134600 |
Calvin | 32.008510 , -83.140150 |
Chauncey | 32.105903 , -83.064551 |
Chester | 32.394516 , -83.154912 |
Copeland | 31.988230 , -83.239320 |
Dempsey | 32.246560 , -83.237380 |
Dodge High | 32.230450 , -83.229040 |
Dubois | 32.303500 , -83.273210 |
Eastman | 32.197348 , -83.171589 |
Empire | 32.339439 , -83.295029 |
Five Points | 32.073230 , -83.181260 |
Gresston | 32.286280 , -83.252380 |
Horne | 32.282390 , -83.104870 |
Jay Bird Springs | 32.131290 , -83.005420 |
Lowery | 32.205730 , -83.127930 |
McCranie | 32.072950 , -83.084040 |
Mukerson | 32.250730 , -83.074590 |
Pitts | 32.159060 , -83.037920 |
Plainfield | 32.288780 , -83.112090 |
Poplar Hill | 31.991010 , -83.100980 |
Rhine | 31.989078 , -83.200005 |
Rowland | 32.436550 , -83.168490 |
Saunders | 32.212120 , -83.062090 |
Union | 32.097950 , -83.250430 |
Yonkers | 32.366280 , -83.216540 |
Notes:
- You can download geometry data for Dodge 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.