Download outline map of Izard (geojson format) :
Izard.geojson (**)
Download polygon array of Izard map for "Google Maps" :
Izard.txt
Bounding Box for Izard Map : ( 35.867411 , -92.215203 , 36.261248 , -91.674143 )
Wikipedia ID for Izard : Q61042
Wikipedia SPARQL Query for Izard (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q61042 wdt:P1082 ?population. }
OPTIONAL { wd:Q61042 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q61042 wdt:P2046 ?area. }
OPTIONAL { wd:Q61042 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q61042 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q61042 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 Izard map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.867411, -92.215203, 36.261248, -91.674143);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Izard)
[out:json];
(
rel["name"="Izard"][type=boundary];
rel["name:en"="Izard"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Izard
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Band Mill | 36.133680 , -91.979040 |
Belview | 36.090350 , -91.919590 |
Bone Town | 36.044790 , -91.776530 |
Boswell | 36.040350 , -92.055710 |
Brockwell | 36.142850 , -91.926540 |
Calico Rock | 36.139407 , -92.133139 |
Creswell | 36.090900 , -92.124320 |
Crossroads | 36.193680 , -92.094320 |
Day | 36.238680 , -91.727650 |
Dolph | 36.228400 , -92.112650 |
Forty Four | 36.143680 , -92.060990 |
Franklin | 36.172697 , -91.769987 |
Gid | 35.979790 , -91.856540 |
Gorby | 36.102010 , -92.075990 |
Guion | 35.927103 , -91.938513 |
Horseshoe Bend | 36.221617 , -91.739805 |
Iuka | 36.204230 , -92.155150 |
Jumbo | 36.060070 , -91.979590 |
Knob Creek | 36.084240 , -91.988210 |
Lacrosse | 36.090630 , -91.841540 |
Lafferty | 35.914240 , -91.825150 |
Larkin | 36.111740 , -91.867930 |
Lone Star | 36.003680 , -91.989870 |
Lunenburg | 36.002570 , -91.907650 |
Melbourne | 36.064113 , -91.885728 |
Mount Olive | 36.000630 , -92.092930 |
Mount Pleasant | 35.981732 , -91.776327 |
Myersville | 35.885070 , -91.876260 |
Myron | 36.183680 , -91.705700 |
Nasco | 35.964240 , -91.985150 |
Needmore | 36.040900 , -91.691250 |
New Liberty | 36.131460 , -91.866540 |
Newburg | 36.115620 , -91.949870 |
Oxford | 36.209056 , -91.919368 |
Pineville | 36.161112 , -92.106419 |
Pleasant Valley | 36.138400 , -92.164040 |
Sage | 36.045900 , -91.816260 |
Sylamore | 35.941460 , -92.108210 |
Twin Bridges | 36.138400 , -91.950710 |
Twin Creek | 35.945630 , -92.036260 |
Violet Hill | 36.153680 , -91.841540 |
Wideman | 36.186460 , -92.008760 |
Wiseman | 36.234510 , -91.815430 |
Wolquarry | 35.897570 , -91.909590 |
Zion | 36.080350 , -91.769870 |
Notes:
- You can download geometry data for Izard 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.