Download outline map of Stone (geojson format) :
Stone.geojson (**)
Download polygon array of Stone map for "Google Maps" :
Stone.txt
Bounding Box for Stone Map : ( 35.704932 , -92.418408 , 36.132798 , -91.836081 )
Wikipedia ID for Stone : Q61165
Wikipedia SPARQL Query for Stone (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q61165 wdt:P1082 ?population. }
OPTIONAL { wd:Q61165 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q61165 wdt:P2046 ?area. }
OPTIONAL { wd:Q61165 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q61165 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q61165 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 Stone map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.704932, -92.418408, 36.132798, -91.836081);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Stone)
[out:json];
(
rel["name"="Stone"][type=boundary];
rel["name:en"="Stone"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Stone
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alco | 35.887570 , -92.367100 |
Allison | 35.936740 , -92.117370 |
Arlberg | 35.733690 , -92.389320 |
Big Springs | 35.898410 , -92.269880 |
Chalybeate Springs | 35.780350 , -91.958200 |
East Richwoods | 35.845910 , -92.134600 |
Fifty-Six | 35.961808 , -92.229934 |
Flag | 35.819240 , -92.394320 |
Fox | 35.791470 , -92.297660 |
Gayler | 35.927300 , -92.170150 |
Hanover | 35.803410 , -92.123760 |
Harness | 35.843130 , -92.405440 |
Herpel | 35.907570 , -92.026820 |
Lexington | 35.719800 , -92.410990 |
Luber | 35.765630 , -92.083760 |
Lydalisk | 35.743970 , -92.334320 |
Marcella | 35.788130 , -91.883760 |
Melrose | 35.743690 , -91.849310 |
Mountain View | 35.863854 , -92.104274 |
Mozart | 35.835630 , -92.317930 |
Newnata | 35.889520 , -92.251820 |
Onia | 35.918960 , -92.327100 |
Optimus | 36.044790 , -92.125150 |
Parma | 35.719240 , -92.179040 |
Pleasant Grove | 35.816460 , -91.909310 |
Pleasant Hill | 35.917850 , -92.297930 |
Rushing | 35.735350 , -92.264600 |
Saint James | 35.838410 , -91.917920 |
Timbo | 35.870910 , -92.317100 |
Turkey Creek | 35.766470 , -92.209880 |
West Richwoods | 35.826460 , -92.171820 |
Notes:
- You can download geometry data for Stone 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.