Download outline map of Russell (geojson format) :
Russell.geojson (**)
Download polygon array of Russell map for "Google Maps" :
Russell.txt
Bounding Box for Russell Map : ( 32.061708 , -85.434747 , 32.510157 , -84.888246 )
Wikipedia ID for Russell : Q503329
Wikipedia SPARQL Query for Russell (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q503329 wdt:P1082 ?population. }
OPTIONAL { wd:Q503329 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q503329 wdt:P2046 ?area. }
OPTIONAL { wd:Q503329 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q503329 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q503329 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 Russell map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.061708, -85.434747, 32.510157, -84.888246);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Russell)
[out:json];
(
rel["name"="Russell"][type=boundary];
rel["name:en"="Russell"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Russell
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bon Acre Landing | 32.293952 , -84.959335 |
Brickyard | 32.398480 , -85.009930 |
Colbert | 32.282650 , -85.236610 |
Cottonton | 32.146820 , -85.073820 |
Crawford | 32.456810 , -85.189660 |
Dudleys | 32.301540 , -85.197990 |
Flournoys | 32.369870 , -85.007710 |
Fort Mitchell | 32.341540 , -85.021600 |
Glenville | 32.128760 , -85.176880 |
Hatchechubbee | 32.270700 , -85.275770 |
Hirsch | 32.171820 , -85.121880 |
Holy Trinity | 32.222370 , -85.005210 |
Hooks | 32.191820 , -85.232440 |
Hugley | 32.432090 , -85.246050 |
Hurtsboro | 32.240090 , -85.414670 |
Hyram | 32.352920 , -85.248000 |
Jernigan | 32.126260 , -85.072150 |
Ladonia | 32.460866 , -85.087759 |
Lato | 32.324310 , -85.102160 |
Loflin | 32.197100 , -85.034930 |
McLendon | 32.154870 , -85.094380 |
Nuckols | 32.338200 , -85.054650 |
Oswichee | 32.279590 , -85.003820 |
Parkmanville | 32.388200 , -85.172160 |
Persons | 32.186260 , -85.259110 |
Phenix City | 32.458517 , -85.024979 |
Pittsview | 32.188210 , -85.163270 |
Rutherford | 32.189040 , -85.318000 |
Sandfort | 32.338200 , -85.223270 |
Seale | 32.297370 , -85.168830 |
Uchee | 32.350700 , -85.364670 |
Uhland | 32.426250 , -85.286610 |
Villula | 32.265980 , -85.164660 |
Wende | 32.257650 , -85.339390 |
Notes:
- You can download geometry data for Russell 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.