Download outline map of Early (geojson format) :
Early.geojson (**)
Download polygon array of Early map for "Google Maps" :
Early.txt
Bounding Box for Early Map : ( 31.07259 , -85.114601 , 31.51867 , -84.627579 )
Wikipedia ID for Early : Q486757
Wikipedia SPARQL Query for Early (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q486757 wdt:P1082 ?population. }
OPTIONAL { wd:Q486757 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q486757 wdt:P2046 ?area. }
OPTIONAL { wd:Q486757 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q486757 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q486757 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 Early map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](31.07259, -85.114601, 31.51867, -84.627579);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Early)
[out:json];
(
rel["name"="Early"][type=boundary];
rel["name:en"="Early"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Early
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bancroft | 31.414900 , -84.839920 |
Blakely | 31.382661 , -84.922742 |
Cedar Springs | 31.187306 , -85.032440 |
Centerville | 31.274900 , -84.896040 |
Colomokee | 31.460450 , -84.879370 |
Crossroads | 31.337680 , -84.740200 |
Cuba | 31.292400 , -84.864090 |
Damascus | 31.298857 , -84.716985 |
Douglass Crossroads | 31.303510 , -84.673250 |
Ferrell Crossroads | 31.484340 , -84.916040 |
Freeman | 31.360730 , -85.062710 |
Hentown | 31.279900 , -84.836870 |
Hilton | 31.288230 , -85.065210 |
Howards Mill | 31.156290 , -84.994650 |
Jakin | 31.090055 , -84.982261 |
Jones Crossroads | 31.174350 , -84.936870 |
Killarney | 31.137400 , -84.941320 |
Liberty | 31.178790 , -85.072150 |
Luke | 31.337950 , -85.000210 |
New Hope | 31.271010 , -84.826310 |
Nicholasville | 31.404070 , -84.669920 |
Old Damascus | 31.307400 , -84.737140 |
Rock Hill | 31.328230 , -85.031590 |
Rowena | 31.381010 , -84.712970 |
Saffold | 31.120180 , -85.033260 |
Sawhatchee | 31.276840 , -85.027710 |
Urquhart | 31.473780 , -85.009370 |
Notes:
- You can download geometry data for Early 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.