Download outline map of Drew (geojson format) :
Drew.geojson (**)
Download polygon array of Drew map for "Google Maps" :
Drew.txt
Bounding Box for Drew Map : ( 33.38896 , -92.015334 , 33.792246 , -91.450325 )
Wikipedia ID for Drew : Q61478
Wikipedia SPARQL Query for Drew (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q61478 wdt:P1082 ?population. }
OPTIONAL { wd:Q61478 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q61478 wdt:P2046 ?area. }
OPTIONAL { wd:Q61478 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q61478 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q61478 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 Drew map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](33.38896, -92.015334, 33.792246, -91.450325);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Drew)
[out:json];
(
rel["name"="Drew"][type=boundary];
rel["name:en"="Drew"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Drew
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Allis | 33.627890 , -91.905130 |
| Barkada | 33.673160 , -91.902360 |
| Baxter | 33.529280 , -91.497070 |
| Bethel | 33.784830 , -91.940690 |
| Beulah | 33.489280 , -91.854020 |
| Brandon | 33.719270 , -91.920140 |
| Carpenter | 33.410670 , -91.850130 |
| Coleman | 33.774550 , -91.749020 |
| Collins | 33.531500 , -91.565400 |
| Cominto | 33.545670 , -91.626790 |
| Deane | 33.570390 , -91.697070 |
| Enon | 33.588440 , -91.677910 |
| Florence | 33.765660 , -91.645680 |
| Goose Hollow | 33.421780 , -91.849850 |
| Green Hill | 33.564830 , -91.897910 |
| Jerome | 33.397915 , -91.470406 |
| Lacey | 33.455110 , -91.846800 |
| Ladelle | 33.464560 , -91.793740 |
| Lewis | 33.487610 , -91.790960 |
| Monticello | 33.625414 , -91.793493 |
| Montongo | 33.743160 , -91.822350 |
| New Hope | 33.531780 , -91.875410 |
| Plantersville | 33.767050 , -91.880690 |
| Prairie Grove | 33.422610 , -91.762630 |
| Rock Springs | 33.761220 , -91.908190 |
| Rose Hill | 33.665940 , -91.814300 |
| Scipio | 33.396230 , -91.794020 |
| Selma | 33.697330 , -91.567630 |
| Shiloh | 33.506220 , -91.982910 |
| Sixteenth Section | 33.662610 , -91.614020 |
| Tillar | 33.710917 , -91.452220 |
| Valley Junction | 33.445390 , -91.793740 |
| Wilmar | 33.626492 , -91.928983 |
| Winchester | 33.774039 , -91.473822 |
| Youngstown | 33.423450 , -91.793740 |
Notes:
- You can download geometry data for Drew 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.