Download outline map of Bowie (geojson format) :
Bowie.geojson (**)
Download polygon array of Bowie map for "Google Maps" :
Bowie.txt
Bounding Box for Bowie Map : ( 33.237046 , -94.747063 , 33.71606 , -94.042886 )
Wikipedia ID for Bowie : Q108612
Wikipedia SPARQL Query for Bowie (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q108612 wdt:P1082 ?population. }
OPTIONAL { wd:Q108612 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q108612 wdt:P2046 ?area. }
OPTIONAL { wd:Q108612 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q108612 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q108612 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 Bowie map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](33.237046, -94.747063, 33.71606, -94.042886);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Bowie)
[out:json];
(
rel["name"="Bowie"][type=boundary];
rel["name:en"="Bowie"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Bowie
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Barkman | 33.525400 , -94.244360 |
| Bassett | 33.316790 , -94.561040 |
| Beaverdam | 33.636500 , -94.671320 |
| Boston | 33.441510 , -94.419650 |
| Burns | 33.518180 , -94.289090 |
| Carbondale | 33.315120 , -94.441310 |
| Corley | 33.326230 , -94.394360 |
| Dalby Springs | 33.369010 , -94.679650 |
| Darden | 33.300120 , -94.581040 |
| De Kalb | 33.507524 , -94.616565 |
| Eylau | 33.379290 , -94.116300 |
| Garland | 33.516500 , -94.669380 |
| Hartman | 33.378460 , -94.168520 |
| Hodgson | 33.472060 , -94.686040 |
| Hooks | 33.470678 , -94.284115 |
| Hoot | 33.329290 , -94.048520 |
| Hubbard | 33.466500 , -94.638540 |
| Leary | 33.468948 , -94.218926 |
| Malta | 33.488170 , -94.522150 |
| Maud | 33.329892 , -94.346145 |
| Nash | 33.442236 , -94.128244 |
| New Boston | 33.460889 , -94.417911 |
| New Hope | 33.442340 , -94.703540 |
| Oak Grove | 33.536220 , -94.687990 |
| Old Salem | 33.451510 , -94.527150 |
| Old Union | 33.339840 , -94.465760 |
| Pine Springs | 33.621220 , -94.743820 |
| Red Bank | 33.525400 , -94.242700 |
| Red Lick | 33.476674 , -94.168668 |
| Red Springs | 33.405960 , -94.193250 |
| Redbank | 33.525950 , -94.258810 |
| Redwater | 33.358555 , -94.255104 |
| Siloam | 33.363450 , -94.573260 |
| Simms | 33.350400 , -94.507420 |
| Smith Hill | 33.540120 , -94.294920 |
| Spring Hill | 33.604560 , -94.671880 |
| Sulphur | 33.312910 , -94.055740 |
| Texarkana | 33.448709 , -94.081455 |
| Tuckers Corner | 33.427340 , -94.709100 |
| Victory City | 33.465120 , -94.236860 |
| Wake Village | 33.424049 , -94.118707 |
| Wamba | 33.505960 , -94.128800 |
| Whaley | 33.463730 , -94.335200 |
| Whatley | 33.489850 , -94.047130 |
| Woodstock | 33.558170 , -94.462980 |
Notes:
- You can download geometry data for Bowie 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.