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 : ( 29.71867 , -82.049442 , 30.193466 , -81.581207 )
Wikipedia ID for Clay : Q488853
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:Q488853 wdt:P1082 ?population. }
OPTIONAL { wd:Q488853 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q488853 wdt:P2046 ?area. }
OPTIONAL { wd:Q488853 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q488853 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q488853 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"](29.71867, -82.049442, 30.193466, -81.581207);
);
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) |
Asbury Lake | 30.047239 , -81.785521 |
Bellair | 30.174410 , -81.740650 |
Bellair-Meadowbrook Terrace | 30.179644 , -81.737771 |
Brewers Landing | 29.873300 , -81.620640 |
Camp Echockotee | 30.152460 , -81.727040 |
Doctors Inlet | 30.100240 , -81.776210 |
Fellowship Park | 30.021910 , -81.722040 |
Fleming Island | 30.098832 , -81.712435 |
Green Cove Springs | 29.990319 , -81.680764 |
Hibernia | 30.065240 , -81.697590 |
Highland | 30.112460 , -82.045660 |
Hugh | 30.165790 , -82.032890 |
Keystone Heights | 29.780961 , -82.033904 |
Kingsley | 29.981910 , -81.995940 |
Kingsley Beach | 29.979130 , -81.995660 |
Kingsley Village | 29.971910 , -82.016220 |
Lake Geneva | 29.772190 , -82.010100 |
Lakeside | 30.135740 , -81.767411 |
Leno | 29.889690 , -81.640640 |
Loch Lommond | 29.801630 , -82.013430 |
Magnolia Springs | 30.011910 , -81.695370 |
Mcrae | 29.830713 , -81.950111 |
Meadowbrook Terrace | 30.177460 , -81.734540 |
Middleburg | 30.050363 , -81.901207 |
Neilhurst | 30.121070 , -81.727320 |
North Meadowbrook Terrace | 30.178570 , -81.751210 |
Oakleaf Plantation | 30.168917 , -81.833641 |
Orange Park | 30.170628 , -81.704039 |
Park of the Palms | 29.793020 , -82.038430 |
Penney Farms | 29.980379 , -81.811348 |
Peoria Siding | 30.108850 , -81.769540 |
Rattlesnake Bend | 30.093850 , -81.830100 |
Rideout | 30.084960 , -81.811210 |
Ridgewood | 30.138850 , -81.784260 |
Russell | 30.056350 , -81.747320 |
Solite | 30.091486 , -81.806784 |
Walkill | 29.938020 , -81.662030 |
West Tocoi | 29.850240 , -81.617310 |
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.