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 : ( 32.879573 , -90.43195 , 33.375121 , -89.748572 )
Wikipedia ID for Holmes : Q485426
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:Q485426 wdt:P1082 ?population. }
OPTIONAL { wd:Q485426 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q485426 wdt:P2046 ?area. }
OPTIONAL { wd:Q485426 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q485426 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q485426 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"](32.879573, -90.43195, 33.375121, -89.748572);
);
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) |
| Aberdeen Junction | 33.032630 , -89.877580 |
| Acona | 33.271790 , -90.016200 |
| Bee Lake | 33.047070 , -90.325370 |
| Blissdale | 33.087070 , -90.220920 |
| Bowling Green | 33.162630 , -89.913140 |
| Brozville | 33.033180 , -90.112310 |
| Butler | 33.227620 , -90.298970 |
| Choctaw | 33.172900 , -90.304530 |
| Coxburg | 32.998460 , -90.210090 |
| Cruger | 33.322998 , -90.235522 |
| Dulweber | 33.341790 , -90.237310 |
| Durant | 33.079940 , -89.856586 |
| Ebenezer | 32.970690 , -90.090920 |
| Edsville | 33.172630 , -89.833420 |
| Egypt | 33.341230 , -90.277310 |
| Emory | 33.252630 , -89.923970 |
| Eulogy | 33.033740 , -90.174810 |
| Good Hope | 33.101790 , -90.300370 |
| Goodman | 32.967696 , -89.912846 |
| Gum Grove | 33.077630 , -90.427030 |
| Hoffman | 33.145960 , -89.808970 |
| Howard | 33.122900 , -90.190920 |
| Jones Crossing | 33.119570 , -90.136200 |
| Keirn | 33.274570 , -90.224250 |
| Lebanon | 33.189020 , -90.052860 |
| Lexington | 33.116317 , -90.049707 |
| Marcella | 33.129570 , -90.297590 |
| Marksville | 33.309290 , -90.280360 |
| McMillan | 33.102630 , -89.942580 |
| Meeks | 33.299570 , -90.189250 |
| Mileston | 33.110400 , -90.273420 |
| Montgomery | 33.297350 , -90.326750 |
| Oak Grove | 33.250960 , -90.309250 |
| Omega | 33.123460 , -90.313140 |
| Oregon | 33.144020 , -90.113420 |
| Owens Wells | 33.095130 , -89.967860 |
| Pickens | 32.891295 , -89.969688 |
| Pinchback | 33.277350 , -90.193140 |
| Pine Grove | 33.026520 , -90.145920 |
| Pluto | 33.053460 , -90.381200 |
| Poplar Springs | 33.226790 , -89.976200 |
| Quofaloma | 33.104850 , -90.346200 |
| Roseneath | 33.067910 , -90.428420 |
| Shackleford | 33.147350 , -90.236470 |
| Stonewall | 33.083460 , -90.370370 |
| Tchula | 33.183079 , -90.223150 |
| Tolarville | 33.047350 , -90.218700 |
| West | 33.197767 , -89.782106 |
| West Hill | 33.102350 , -89.914810 |
| Westfield | 33.125960 , -90.260920 |
| Wyatt | 33.233180 , -90.220360 |
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.