Washington (Georgia) Map Cropping Samples
Washington (Georgia) Map Cropping Samples-1
Washington (Georgia) Map Cropping Samples-2
Washington neighborhoods and villages map with 3D shadow effect
flag map of Washington with 3D shadow effect
Washington map with 3d shadow effect
Download outline map of Washington (geojson format) :
Washington.geojson (**)
Download polygon array of Washington map for "Google Maps" :
Washington.txt
Bounding Box for Washington Map : ( 32.756261 , -83.073648 , 33.238428 , -82.510851 )
Wikipedia ID for Washington : Q498286
Wikipedia SPARQL Query for Washington (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q498286 wdt:P1082 ?population. }
OPTIONAL { wd:Q498286 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q498286 wdt:P2046 ?area. }
OPTIONAL { wd:Q498286 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q498286 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q498286 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 Washington map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.756261, -83.073648, 33.238428, -82.510851);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Washington)
[out:json];
(
rel["name"="Washington"][type=boundary];
rel["name:en"="Washington"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Washington
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Brook Springs | 32.970710 , -82.945980 |
Davisboro | 32.982508 , -82.603261 |
Deepstep | 33.017644 , -82.967846 |
Downs | 33.066260 , -82.673470 |
Ennis | 32.910710 , -82.982090 |
Goat Town | 33.018760 , -82.980980 |
Halls Crossing | 33.024040 , -82.647350 |
Harrison | 32.826323 , -82.725834 |
Hazard | 32.870430 , -82.886530 |
Hebron | 32.964320 , -82.997370 |
Heidrich | 32.976540 , -82.650970 |
Irwins Crossroads | 32.857380 , -82.849310 |
Kaolin | 33.026260 , -82.880700 |
Oconee | 32.853452 , -82.957675 |
Pringle | 32.800160 , -82.634580 |
Riddleville | 32.906919 , -82.666068 |
Rose | 32.982650 , -82.656520 |
Sandersville | 32.982662 , -82.809289 |
Sparks | 33.087930 , -82.737640 |
Sun Hill | 32.951540 , -82.729300 |
Tabernacle | 32.971260 , -82.916530 |
Tanner | 32.975430 , -82.742080 |
Tennille | 32.935906 , -82.813470 |
Veal | 32.779320 , -82.927370 |
Warthen | 33.102090 , -82.803750 |
Notes:
- You can download geometry data for Washington 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.