Download outline map of Geneva (geojson format) :
Geneva.geojson (**)
Download polygon array of Geneva map for "Google Maps" :
Geneva.txt
Bounding Box for Geneva Map : ( 30.992859 , -86.193476 , 31.199886 , -85.485288 )
Wikipedia ID for Geneva : Q494620
Wikipedia SPARQL Query for Geneva (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q494620 wdt:P1082 ?population. }
OPTIONAL { wd:Q494620 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q494620 wdt:P2046 ?area. }
OPTIONAL { wd:Q494620 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q494620 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q494620 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 Geneva map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](30.992859, -86.193476, 31.199886, -85.485288);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Geneva)
[out:json];
(
rel["name"="Geneva"][type=boundary];
rel["name:en"="Geneva"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Geneva
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bald Hill | 31.163790 , -85.635490 |
Bellwood | 31.173230 , -85.793270 |
Black | 31.010249 , -85.742791 |
Center Ridge | 31.196010 , -85.924940 |
Chancellor | 31.181560 , -85.877160 |
Coffee Springs | 31.166401 , -85.910309 |
Dundee | 31.120450 , -85.671600 |
Earlytown | 31.128510 , -86.129390 |
Eunola | 31.032596 , -85.840877 |
Fadette | 31.044620 , -85.537430 |
Ganer | 31.083230 , -86.106890 |
Geneva | 31.043668 , -85.876345 |
Hacoda | 31.074900 , -86.166330 |
Hartford | 31.105522 , -85.691568 |
High Bluff | 31.156560 , -85.731320 |
Highfalls | 31.098510 , -85.799930 |
Highnote | 30.996010 , -85.692430 |
Lowery | 31.167400 , -86.142720 |
Lytle | 31.075730 , -85.952440 |
Malvern | 31.142784 , -85.521005 |
Marl | 31.090450 , -85.979940 |
Mount Carmel | 31.170730 , -86.001050 |
Oak Grove | 31.087120 , -85.774380 |
Piney Grove | 31.168780 , -86.050780 |
Samson | 31.112377 , -86.046341 |
Scranton | 31.192950 , -85.841880 |
Sellersville | 31.129900 , -86.004110 |
Slocomb | 31.110317 , -85.595392 |
Somerset | 31.021290 , -85.892710 |
Spears | 31.144900 , -85.985490 |
Thurston | 31.014900 , -85.781880 |
Vanlandingham Mill | 31.043510 , -85.758820 |
Vaughanville | 31.006010 , -85.914380 |
Notes:
- You can download geometry data for Geneva 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.