Thomas (Georgia) Map Cropping Samples
Thomas (Georgia) Map Cropping Samples-1
Thomas (Georgia) Map Cropping Samples-2
Thomas neighborhoods and villages map with 3D shadow effect
flag map of Thomas with 3D shadow effect
Thomas map with 3d shadow effect
Download outline map of Thomas (geojson format) :
Thomas.geojson (**)
Download polygon array of Thomas map for "Google Maps" :
Thomas.txt
Bounding Box for Thomas Map : ( 30.658396 , -84.119245 , 31.077971 , -83.736158 )
Wikipedia ID for Thomas : Q498327
Wikipedia SPARQL Query for Thomas (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q498327 wdt:P1082 ?population. }
OPTIONAL { wd:Q498327 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q498327 wdt:P2046 ?area. }
OPTIONAL { wd:Q498327 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q498327 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q498327 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 Thomas map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](30.658396, -84.119245, 31.077971, -83.736158);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Thomas)
[out:json];
(
rel["name"="Thomas"][type=boundary];
rel["name:en"="Thomas"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Thomas
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Barwick | 30.893258 , -83.739135 |
Boston | 30.792003 , -83.789922 |
Chastain | 31.032690 , -83.930450 |
Coolidge | 31.011326 , -83.866120 |
Dawesville | 30.922410 , -84.009060 |
Dillon | 30.899640 , -83.892390 |
Eason | 30.811030 , -83.849330 |
Enon | 31.012970 , -83.800170 |
Glasgow | 30.722420 , -83.875440 |
Meigs | 31.071378 , -84.092199 |
Merrillville | 30.949080 , -83.879890 |
Metcalf | 30.700200 , -83.987950 |
Newark | 30.823800 , -83.909610 |
Ochlocknee | 30.975164 , -84.051763 |
Pasco | 30.911580 , -83.995730 |
Patten | 30.917140 , -83.814610 |
Pavo | 30.959746 , -83.737998 |
Quality | 31.040740 , -84.073510 |
Thomasville | 30.839372 , -83.978173 |
Notes:
- You can download geometry data for Thomas 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.