Bailey (Texas) Map Cropping Samples
Bailey (Texas) Map Cropping Samples-1
Bailey (Texas) Map Cropping Samples-2
Bailey neighborhoods and villages map with 3D shadow effect
flag map of Bailey with 3D shadow effect
Bailey map with 3d shadow effect
Download outline map of Bailey (geojson format) :
Bailey.geojson (**)
Download polygon array of Bailey map for "Google Maps" :
Bailey.txt
Bounding Box for Bailey Map : ( 33.824627 , -103.047346 , 34.313015 , -102.61515 )
Wikipedia ID for Bailey : Q107973
Wikipedia SPARQL Query for Bailey (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q107973 wdt:P1082 ?population. }
OPTIONAL { wd:Q107973 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q107973 wdt:P2046 ?area. }
OPTIONAL { wd:Q107973 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q107973 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q107973 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 Bailey map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](33.824627, -103.047346, 34.313015, -102.61515);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Bailey)
[out:json];
(
rel["name"="Bailey"][type=boundary];
rel["name:en"="Bailey"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Bailey
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Baileyboro | 34.026750 , -102.819660 |
Bula | 33.911480 , -102.637980 |
Circleback | 34.032310 , -102.664370 |
Enochs | 33.873150 , -102.759930 |
Fairview | 34.102310 , -102.617430 |
Goodland | 33.872310 , -102.975770 |
Maple | 33.848700 , -102.898550 |
Muleshoe | 34.229179 , -102.728380 |
Needmore | 34.033140 , -102.737440 |
Progress | 34.282850 , -102.809940 |
Stegall | 34.003420 , -102.956330 |
Notes:
- You can download geometry data for Bailey 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.