Download outline map of Clinch (geojson format) :
Clinch.geojson (**)
Download polygon array of Clinch map for "Google Maps" :
Clinch.txt
Bounding Box for Clinch Map : ( 30.581767 , -82.971336 , 31.184353 , -82.418632 )
Wikipedia ID for Clinch : Q486167
Wikipedia SPARQL Query for Clinch (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q486167 wdt:P1082 ?population. }
OPTIONAL { wd:Q486167 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q486167 wdt:P2046 ?area. }
OPTIONAL { wd:Q486167 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q486167 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q486167 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 Clinch map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](30.581767, -82.971336, 31.184353, -82.418632);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Clinch)
[out:json];
(
rel["name"="Clinch"][type=boundary];
rel["name:en"="Clinch"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Clinch
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Argyle | 31.073214 , -82.648875 |
Chauncey | 30.913550 , -82.697080 |
Cogdell | 31.164930 , -82.717920 |
Colon | 30.756050 , -82.622080 |
Council | 30.614110 , -82.510960 |
Cutting | 31.014650 , -82.803470 |
Du Pont | 30.989096 , -82.869085 |
Edith | 30.678550 , -82.551240 |
Eightmile Still | 31.068260 , -82.880140 |
Ernest | 30.779100 , -82.660130 |
Fargo | 30.688075 , -82.572056 |
Fivemile Still | 31.087710 , -82.804860 |
Gillicon | 31.024650 , -82.774030 |
Homerville | 31.038577 , -82.741957 |
Jamestown | 30.928270 , -82.584580 |
Magnolia | 30.888270 , -82.732360 |
Mexico Crossing | 31.141870 , -82.786250 |
Paletree | 31.043820 , -82.726250 |
Sirmans | 31.081320 , -82.969310 |
Spooner | 30.972720 , -82.544030 |
Traisville | 31.059660 , -82.685140 |
Vickers Crossing | 30.734100 , -82.595130 |
Williamsburg | 30.782720 , -82.512630 |
Withers | 30.854930 , -82.903200 |
Notes:
- You can download geometry data for Clinch 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.