Download outline map of Gadsden (geojson format) :
Gadsden.geojson (**)
Download polygon array of Gadsden map for "Google Maps" :
Gadsden.txt
Bounding Box for Gadsden Map : ( 30.387797 , -84.932519 , 30.711542 , -84.282559 )
Wikipedia ID for Gadsden : Q501848
Wikipedia SPARQL Query for Gadsden (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q501848 wdt:P1082 ?population. }
OPTIONAL { wd:Q501848 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q501848 wdt:P2046 ?area. }
OPTIONAL { wd:Q501848 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q501848 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q501848 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 Gadsden map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](30.387797, -84.932519, 30.711542, -84.282559);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Gadsden)
[out:json];
(
rel["name"="Gadsden"][type=boundary];
rel["name:en"="Gadsden"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Gadsden
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Branchville | 30.654080 , -84.482690 |
Chattahoochee | 30.697352 , -84.834050 |
Concord | 30.657700 , -84.364910 |
Darsey | 30.687970 , -84.379630 |
Dogtown | 30.678810 , -84.503240 |
Douglas City | 30.594080 , -84.641580 |
Ebenezer | 30.457970 , -84.591580 |
Florence | 30.593810 , -84.482690 |
Freemont | 30.614640 , -84.452410 |
Gibson | 30.566310 , -84.399350 |
Greensboro | 30.570410 , -84.732663 |
Gretna | 30.590105 , -84.685537 |
Hardaway | 30.630470 , -84.735470 |
Hardin Heights | 30.674360 , -84.838530 |
Havana | 30.629735 , -84.413386 |
Hinson | 30.647420 , -84.416570 |
Jamieson | 30.662690 , -84.450460 |
Juniper | 30.542690 , -84.753250 |
Littman | 30.592140 , -84.514350 |
Midway | 30.499435 , -84.460175 |
Mount Pleasant | 30.657410 , -84.691030 |
Oak Grove | 30.691860 , -84.733250 |
Quincy | 30.578597 , -84.583609 |
Rich Bay | 30.604640 , -84.391850 |
Rosedale | 30.655470 , -84.808530 |
Sawdust | 30.548250 , -84.676860 |
Scotland | 30.576590 , -84.430180 |
Shady Rest | 30.588250 , -84.486850 |
Sycamore | 30.584080 , -84.828810 |
Wetumpka | 30.482970 , -84.622970 |
Notes:
- You can download geometry data for Gadsden 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.