Download outline map of Emanuel (geojson format) :
Emanuel.geojson (**)
Download polygon array of Emanuel map for "Google Maps" :
Emanuel.txt
Bounding Box for Emanuel Map : ( 32.291882 , -82.647733 , 32.84133 , -82.001236 )
Wikipedia ID for Emanuel : Q111894
Wikipedia SPARQL Query for Emanuel (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q111894 wdt:P1082 ?population. }
OPTIONAL { wd:Q111894 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q111894 wdt:P2046 ?area. }
OPTIONAL { wd:Q111894 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q111894 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q111894 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 Emanuel map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.291882, -82.647733, 32.84133, -82.001236);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Emanuel)
[out:json];
(
rel["name"="Emanuel"][type=boundary];
rel["name:en"="Emanuel"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Emanuel
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Adrian | 32.530591 , -82.592026 |
Blun | 32.701270 , -82.297070 |
Blundale | 32.748210 , -82.391240 |
Canoochee | 32.678632 , -82.178572 |
Colemans Lake | 32.820990 , -82.275120 |
Covena | 32.497110 , -82.442350 |
Dellwood | 32.672940 , -82.383460 |
Durdenville | 32.536550 , -82.193460 |
Garfield | 32.649540 , -82.096228 |
Gary | 32.557660 , -82.318460 |
Kirby | 32.511280 , -82.334570 |
Lexsy | 32.468500 , -82.297350 |
Lombard | 32.425730 , -82.325130 |
Modoc | 32.655720 , -82.309290 |
Norristown | 32.506479 , -82.498168 |
Norristown Junction | 32.557670 , -82.488460 |
Nunez | 32.491959 , -82.346660 |
Oak Park | 32.382135 , -82.315272 |
Old Dellwood | 32.668490 , -82.365680 |
Stevens Crossing | 32.772660 , -82.254570 |
Stillmore | 32.441030 , -82.214470 |
Summertown | 32.745794 , -82.276369 |
Swainsboro | 32.586608 , -82.334485 |
Three Points | 32.783770 , -82.245120 |
Twin City | 32.582934 , -82.157519 |
Wesley | 32.483500 , -82.330960 |
Notes:
- You can download geometry data for Emanuel 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.