Download outline map of Holmes (geojson format) :
Holmes.geojson (**)
Download polygon array of Holmes map for "Google Maps" :
Holmes.txt
Bounding Box for Holmes Map : ( 30.702975 , -86.037772 , 30.996931 , -85.497992 )
Wikipedia ID for Holmes : Q488879
Wikipedia SPARQL Query for Holmes (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q488879 wdt:P1082 ?population. }
OPTIONAL { wd:Q488879 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q488879 wdt:P2046 ?area. }
OPTIONAL { wd:Q488879 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q488879 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q488879 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 Holmes map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](30.702975, -86.037772, 30.996931, -85.497992);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Holmes)
[out:json];
(
rel["name"="Holmes"][type=boundary];
rel["name:en"="Holmes"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Holmes
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ards Crossroads | 30.959350 , -85.693270 |
Baker Settlement | 30.867130 , -85.904940 |
Barker Store | 30.914350 , -85.916050 |
Bayou Crossing | 30.764350 , -85.900210 |
Bethlehem | 30.924630 , -85.739100 |
Bonifay | 30.782761 , -85.684558 |
Bounds Crossing | 30.798240 , -85.912440 |
Cerrogordo | 30.831850 , -85.887430 |
Cobb Cross Roads | 30.980740 , -85.547430 |
Eleanor | 30.964910 , -85.553270 |
Esto | 30.981829 , -85.642892 |
Gritney | 30.838240 , -85.830210 |
Hathaway Mill | 30.813800 , -85.801320 |
Hickory Hill | 30.822130 , -85.924940 |
Holland Crossroads | 30.965460 , -85.646600 |
Hudson | 30.862410 , -85.943270 |
Izagora | 30.910180 , -85.841600 |
Miller Crossroads | 30.949350 , -85.741600 |
New Hope | 30.947680 , -85.879380 |
Noma | 30.980049 , -85.622350 |
Noma Junction | 30.972680 , -85.617710 |
Pittman | 30.942400 , -85.819930 |
Ponce de Leon | 30.723336 , -85.937416 |
Prosperity | 30.851850 , -85.946880 |
Royals Crossroads | 30.975740 , -85.997720 |
Smith Crossroads | 30.983510 , -85.771600 |
Tendil Crossing | 30.964070 , -85.579650 |
Underwood Crossing | 30.974630 , -85.583540 |
Westville | 30.769661 , -85.846467 |
Wynnlum | 30.971020 , -85.589930 |
Notes:
- You can download geometry data for Holmes 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.