Sharp (Arkansas) Map Cropping Samples
Sharp (Arkansas) Map Cropping Samples-1
Sharp (Arkansas) Map Cropping Samples-2
Sharp neighborhoods and villages map with 3D shadow effect
flag map of Sharp with 3D shadow effect
Sharp map with 3d shadow effect
Download outline map of Sharp (geojson format) :
Sharp.geojson (**)
Download polygon array of Sharp map for "Google Maps" :
Sharp.txt
Bounding Box for Sharp Map : ( 35.890621 , -91.710797 , 36.497653 , -91.258581 )
Wikipedia ID for Sharp : Q61481
Wikipedia SPARQL Query for Sharp (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q61481 wdt:P1082 ?population. }
OPTIONAL { wd:Q61481 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q61481 wdt:P2046 ?area. }
OPTIONAL { wd:Q61481 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q61481 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q61481 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 Sharp map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.890621, -91.710797, 36.497653, -91.258581);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Sharp)
[out:json];
(
rel["name"="Sharp"][type=boundary];
rel["name:en"="Sharp"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Sharp
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Aetna | 35.936460 , -91.440130 |
Armstrong | 36.372840 , -91.317360 |
Ash Flat | 36.236434 , -91.607222 |
Baker | 36.280620 , -91.414030 |
Ballard | 36.235070 , -91.668750 |
Calamine | 36.011460 , -91.399020 |
Cave City | 35.948432 , -91.547294 |
Evening Shade | 36.070285 , -91.622128 |
Hardy | 36.318757 , -91.479319 |
Hidden Valley | 36.275340 , -91.512920 |
Highland | 36.265544 , -91.518277 |
Maxville | 35.991460 , -91.575690 |
Nelsonville | 36.070070 , -91.426520 |
Ozark Acres | 36.294790 , -91.382910 |
Poughkeepsie | 36.076740 , -91.479300 |
Sellers Store | 36.341730 , -91.409860 |
Sidney | 36.004773 , -91.658435 |
Sitka | 36.188400 , -91.421520 |
Stuart | 36.263960 , -91.518470 |
Williford | 36.251826 , -91.360094 |
Wirth | 36.450620 , -91.380410 |
Notes:
- You can download geometry data for Sharp 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.