Download outline map of Marion (geojson format) :
Marion.geojson (**)
Download polygon array of Marion map for "Google Maps" :
Marion.txt
Bounding Box for Marion Map : ( 36.062756 , -92.890695 , 36.498599 , -92.407022 )
Wikipedia ID for Marion : Q61173
Wikipedia SPARQL Query for Marion (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q61173 wdt:P1082 ?population. }
OPTIONAL { wd:Q61173 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q61173 wdt:P2046 ?area. }
OPTIONAL { wd:Q61173 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q61173 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q61173 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 Marion map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.062756, -92.890695, 36.498599, -92.407022);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Marion)
[out:json];
(
rel["name"="Marion"][type=boundary];
rel["name:en"="Marion"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Marion
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bruno | 36.144240 , -92.778220 |
Bull Shoals | 36.374909 , -92.590150 |
Caney | 36.105070 , -92.629610 |
Comal | 36.237290 , -92.772390 |
Cowan | 36.175350 , -92.646280 |
Dodd City | 36.327290 , -92.792950 |
Eros | 36.183410 , -92.850720 |
Fairview | 36.333400 , -92.604610 |
Flippin | 36.277449 , -92.592734 |
Freck | 36.107290 , -92.700170 |
Georges Creek | 36.250900 , -92.761560 |
Hand Valley | 36.205070 , -92.494610 |
Lakeway | 36.338680 , -92.768500 |
Midway | 36.410620 , -92.662940 |
Monarch | 36.377290 , -92.845730 |
Mull | 36.077570 , -92.605440 |
Oakland | 36.460900 , -92.571000 |
Old Buffalo | 36.168400 , -92.456830 |
Peel | 36.432290 , -92.768780 |
Pine Branch | 36.475070 , -92.696910 |
Powell | 36.237570 , -92.816840 |
Price Place | 36.494510 , -92.606550 |
Pyatt | 36.251003 , -92.844091 |
Ralph | 36.172020 , -92.674330 |
Rea Valley | 36.221180 , -92.541270 |
Rush | 36.133130 , -92.571000 |
Snow | 36.252850 , -92.802110 |
Summit | 36.252100 , -92.687817 |
Verona | 36.109240 , -92.827390 |
Yellville | 36.228753 , -92.686103 |
Notes:
- You can download geometry data for Marion 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.