Download outline map of Bartow (geojson format) :
Bartow.geojson (**)
Download polygon array of Bartow map for "Google Maps" :
Bartow.txt
Bounding Box for Bartow Map : ( 34.075296 , -85.047074 , 34.413061 , -84.644293 )
Wikipedia ID for Bartow : Q488181
Wikipedia SPARQL Query for Bartow (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q488181 wdt:P1082 ?population. }
OPTIONAL { wd:Q488181 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q488181 wdt:P2046 ?area. }
OPTIONAL { wd:Q488181 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q488181 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q488181 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 Bartow map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.075296, -85.047074, 34.413061, -84.644293);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Bartow)
[out:json];
(
rel["name"="Bartow"][type=boundary];
rel["name:en"="Bartow"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Bartow
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Adairsville | 34.370223 , -84.921460 |
Allatoona Beach | 34.110930 , -84.707440 |
Aubrey | 34.264540 , -84.752710 |
Bolivar | 34.369810 , -84.711600 |
Cartersville | 34.163171 , -84.800661 |
Cass | 34.222235 , -84.847927 |
Cassville | 34.244820 , -84.852160 |
Center | 34.199820 , -84.740490 |
Chunn Estates | 34.253430 , -84.860500 |
Corbin | 34.220100 , -84.695490 |
Country Village | 34.241210 , -84.858550 |
Deerfield Estates | 34.146210 , -84.816050 |
Dewey Crossroads | 34.329820 , -84.791880 |
East Boxwood Estates | 34.213990 , -84.747160 |
Emerson | 34.129645 , -84.744311 |
Euharlee | 34.143896 , -84.932647 |
Five Forks | 34.279540 , -84.810220 |
Folsom | 34.382870 , -84.828550 |
Funkhouser | 34.387040 , -84.701880 |
Gum Springs | 34.360370 , -84.786600 |
Happy Hollow | 34.181210 , -84.710770 |
Hidden Hills | 34.202600 , -84.755490 |
Holly Spring | 34.234820 , -84.738270 |
Indian Valley | 34.117600 , -84.852440 |
Indian Village | 34.099540 , -84.687160 |
Iron Hill | 34.080650 , -84.693820 |
Jones Heights | 34.233430 , -84.862440 |
Jones Heights Ubdivision) | 34.237372 , -84.879904 |
Kingston | 34.231973 , -84.944493 |
Mccallie | 34.258710 , -84.764940 |
Mountain Ridge Estates | 34.097880 , -84.757440 |
Parkerosa | 34.100100 , -84.846610 |
Pine Log | 34.342870 , -84.732160 |
Rodgers | 34.202320 , -84.827720 |
Rowland Spring | 34.219540 , -84.739940 |
Rydal | 34.335370 , -84.715490 |
Saddle Ridge Estates | 34.257590 , -84.843830 |
Sequoyah Estates | 34.086210 , -84.674100 |
Simpson Crossroads | 34.297590 , -84.800220 |
Snow Springs | 34.340370 , -84.976330 |
Stilesboro | 34.104820 , -84.915780 |
Taylorsville | 34.085985 , -84.987566 |
White | 34.282403 , -84.747235 |
Notes:
- You can download geometry data for Bartow 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.