Download outline map of Hot Spring (geojson format) :
Hot Spring.geojson (**)
Download polygon array of Hot Spring map for "Google Maps" :
Hot Spring.txt
Bounding Box for Hot Spring Map : ( 34.149622 , -93.408124 , 34.506114 , -92.668711 )
Wikipedia ID for Hot Spring : Q61348
Wikipedia SPARQL Query for Hot Spring (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q61348 wdt:P1082 ?population. }
OPTIONAL { wd:Q61348 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q61348 wdt:P2046 ?area. }
OPTIONAL { wd:Q61348 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q61348 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q61348 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 Hot Spring map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.149622, -93.408124, 34.506114, -92.668711);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Hot Spring)
[out:json];
(
rel["name"="Hot Spring"][type=boundary];
rel["name:en"="Hot Spring"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Hot Spring
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Abco | 34.348980 , -92.829340 |
| Antioch | 34.311760 , -92.986840 |
| Beaton | 34.305370 , -93.261570 |
| Bismarck | 34.316200 , -93.170730 |
| Bonnerdale | 34.384820 , -93.381850 |
| Brown Springs | 34.157040 , -92.920730 |
| Butterfield | 34.427310 , -92.813780 |
| Central | 34.296200 , -92.852950 |
| Cross Roads | 34.377870 , -93.399070 |
| De Roche | 34.327870 , -93.056840 |
| Donaldson | 34.234145 , -92.918641 |
| Faber | 34.168430 , -92.936280 |
| Friendship | 34.224529 , -93.003481 |
| Gifford | 34.375650 , -92.744330 |
| Glen Rose | 34.455650 , -92.729610 |
| Harp | 34.326760 , -92.788780 |
| Jones Mill | 34.437590 , -92.887670 |
| Lambert | 34.308150 , -93.206570 |
| Landers | 34.263430 , -92.751280 |
| Lono | 34.208150 , -92.710160 |
| Magnet Cove | 34.438325 , -92.837488 |
| Malvern | 34.368948 , -92.818590 |
| Midway | 34.260268 , -92.960643 |
| Mount Moriah | 34.395090 , -93.353800 |
| Oak Bower | 34.283700 , -93.165180 |
| Oak Grove | 34.348430 , -92.904060 |
| Old De Roche | 34.271760 , -93.126570 |
| Perla | 34.364935 , -92.776346 |
| Point Cedar | 34.327590 , -93.307400 |
| Rockport | 34.405522 , -92.809089 |
| Saginaw | 34.300370 , -92.936280 |
| Shorewood Hills | 34.437590 , -92.896010 |
| Social Hill | 34.332040 , -92.913230 |
Notes:
- You can download geometry data for Hot Spring 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.