Download outline map of Clay (geojson format) :
Clay.geojson (**)
Download polygon array of Clay map for "Google Maps" :
Clay.txt
Bounding Box for Clay Map : ( 33.506168 , -89.036067 , 33.812374 , -88.471886 )
Wikipedia ID for Clay : Q111291
Wikipedia SPARQL Query for Clay (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q111291 wdt:P1082 ?population. }
OPTIONAL { wd:Q111291 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q111291 wdt:P2046 ?area. }
OPTIONAL { wd:Q111291 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q111291 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q111291 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 Clay map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](33.506168, -89.036067, 33.812374, -88.471886);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Clay)
[out:json];
(
rel["name"="Clay"][type=boundary];
rel["name:en"="Clay"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Clay
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Abbott | 33.680120 , -88.774500 |
Barrs Mill | 33.797340 , -88.852830 |
Beasley | 33.684840 , -88.929220 |
Cairo | 33.670120 , -88.897560 |
Cedar Bluff | 33.586790 , -88.832280 |
Griffith | 33.635120 , -88.828110 |
Hopewell | 33.657060 , -88.853670 |
Mhoons Valley | 33.579840 , -88.754220 |
Montpelier | 33.717900 , -88.947840 |
Palestine | 33.710120 , -88.921720 |
Palo Alto | 33.680670 , -88.800050 |
Pheba | 33.584290 , -88.949780 |
Point Harbor | 33.589010 , -88.496710 |
Siloam | 33.636790 , -88.757550 |
Stephen | 33.562620 , -88.544770 |
Tibbee | 33.528450 , -88.631440 |
Una | 33.797060 , -88.807000 |
Vinton | 33.658450 , -88.523380 |
Waddell | 33.580400 , -88.871170 |
Walkers Gin | 33.644560 , -88.970890 |
Waverly | 33.567620 , -88.503930 |
West Point | 33.606388 , -88.657160 |
Whites | 33.660400 , -88.620880 |
Notes:
- You can download geometry data for Clay 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.