Download outline map of Ware (geojson format) :
Ware.geojson (**)
Download polygon array of Ware map for "Google Maps" :
Ware.txt
Bounding Box for Ware Map : ( 30.568556 , -82.70105 , 31.469351 , -82.131698 )
Wikipedia ID for Ware : Q498353
Wikipedia SPARQL Query for Ware (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q498353 wdt:P1082 ?population. }
OPTIONAL { wd:Q498353 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q498353 wdt:P2046 ?area. }
OPTIONAL { wd:Q498353 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q498353 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q498353 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 Ware map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](30.568556, -82.70105, 31.469351, -82.131698);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Ware)
[out:json];
(
rel["name"="Ware"][type=boundary];
rel["name:en"="Ware"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Ware
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Astoria | 31.148550 , -82.291790 |
Beach | 31.439930 , -82.503750 |
Bolen | 31.389930 , -82.464300 |
Braganza | 31.118280 , -82.252900 |
Crawley | 31.386040 , -82.453470 |
Crews Crossing | 31.185770 , -82.595140 |
Deenwood | 31.247624 , -82.367717 |
Dixie Union | 31.339380 , -82.463190 |
Emerson Park | 31.188830 , -82.397630 |
Fairfax | 31.260490 , -82.607640 |
Fort Mudge | 31.064390 , -82.186510 |
Garlington Heights Housing Project | 31.207440 , -82.375690 |
Glenmore | 31.123830 , -82.529860 |
Hasty | 31.257710 , -82.572920 |
Haywood | 31.357990 , -82.432080 |
Hebardville | 31.241050 , -82.367910 |
Hinson Crossing | 31.173260 , -82.665970 |
Hopkins | 30.971610 , -82.430410 |
Jamestown | 31.270490 , -82.383190 |
Manor | 31.103820 , -82.573190 |
Millwood | 31.265760 , -82.660420 |
Needham | 31.156050 , -82.428470 |
Okefenokee | 31.060749 , -82.273435 |
Pine Valley | 31.201320 , -82.518470 |
Ruskin | 31.151330 , -82.444860 |
Sand Hill | 31.111330 , -82.539300 |
Sappville | 31.254660 , -82.542080 |
Sunnyside | 31.240578 , -82.341181 |
Three Points | 31.071880 , -82.479300 |
Viviani | 31.254100 , -82.534580 |
Waltertown | 31.299660 , -82.402350 |
Waresboro | 31.247990 , -82.473750 |
Waycross | 31.210906 , -82.357937 |
Winona Park | 31.229110 , -82.387350 |
Notes:
- You can download geometry data for Ware 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.