Download outline map of McIntosh (geojson format) :
McIntosh.geojson (**)
Download polygon array of McIntosh map for "Google Maps" :
McIntosh.txt
Bounding Box for McIntosh Map : ( 31.290953 , -81.668357 , 31.699575 , -81.095383 )
Wikipedia ID for McIntosh : Q492652
Wikipedia SPARQL Query for McIntosh (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q492652 wdt:P1082 ?population. }
OPTIONAL { wd:Q492652 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q492652 wdt:P2046 ?area. }
OPTIONAL { wd:Q492652 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q492652 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q492652 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 McIntosh map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](31.290953, -81.668357, 31.699575, -81.095383);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (McIntosh)
[out:json];
(
rel["name"="McIntosh"][type=boundary];
rel["name:en"="McIntosh"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of McIntosh
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ardick | 31.461330 , -81.433440 |
Ashintilly | 31.393840 , -81.408990 |
Bellville Point | 31.531330 , -81.365930 |
Brickston | 31.612440 , -81.490110 |
Carnigan | 31.434390 , -81.393990 |
Cedar Point | 31.497440 , -81.349270 |
Chimney Villa | 31.614660 , -81.402330 |
Cox | 31.455220 , -81.563440 |
Credit Hill | 31.511610 , -81.500380 |
Crescent | 31.509390 , -81.369540 |
Darien | 31.356782 , -81.431435 |
Eulonia | 31.533280 , -81.427050 |
Fairhope | 31.537440 , -81.388710 |
Huxford | 31.559390 , -81.510110 |
Jones | 31.633830 , -81.480110 |
Julienton | 31.560500 , -81.301770 |
Meridian | 31.451890 , -81.377880 |
Pine Harbor | 31.547440 , -81.375380 |
Raccoon Bluff | 31.466060 , -81.235090 |
Ridgeville | 31.406340 , -81.401490 |
Sapelo Island | 31.397450 , -81.278710 |
Shellman Bluff | 31.572720 , -81.323160 |
South Newport | 31.634940 , -81.396220 |
Thomas Landing | 31.641050 , -81.256770 |
Townsend | 31.539390 , -81.522610 |
Warsaw | 31.589940 , -81.495110 |
Notes:
- You can download geometry data for McIntosh 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.