Download outline map of Bosque (geojson format) :
Bosque.geojson (**)
Download polygon array of Bosque map for "Google Maps" :
Bosque.txt
Bounding Box for Bosque Map : ( 31.587762 , -98.005462 , 32.207403 , -97.276716 )
Wikipedia ID for Bosque : Q108424
Wikipedia SPARQL Query for Bosque (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q108424 wdt:P1082 ?population. }
OPTIONAL { wd:Q108424 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q108424 wdt:P2046 ?area. }
OPTIONAL { wd:Q108424 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q108424 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q108424 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 Bosque map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](31.587762, -98.005462, 32.207403, -97.276716);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Bosque)
[out:json];
(
rel["name"="Bosque"][type=boundary];
rel["name:en"="Bosque"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Bosque
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Brazos Point | 32.187090 , -97.619190 |
Cayote | 31.768770 , -97.457520 |
Cedar Shores | 31.934880 , -97.441680 |
Clifton | 31.782257 , -97.582424 |
Cranfills Gap | 31.775272 , -97.830275 |
Crossroad Store | 31.734050 , -97.665300 |
Eulogy | 32.169310 , -97.655860 |
Iredell | 31.986473 , -97.871878 |
Kimball | 32.116011 , -97.493080 |
Kopperl | 32.069870 , -97.503910 |
Laguna Park | 31.864298 , -97.386185 |
Lakeside Village | 32.020990 , -97.493910 |
Lakewood Harbor | 31.903770 , -97.419740 |
Meridian | 31.925992 , -97.650239 |
Morgan | 32.015545 , -97.606106 |
Mosheim | 31.626270 , -97.600020 |
Norse | 31.755990 , -97.672520 |
Pendell | 31.713770 , -97.541410 |
Rock Springs | 31.685990 , -97.416680 |
Smiths Bend | 31.830160 , -97.304460 |
Valley Mills | 31.658423 , -97.471706 |
Walnut Springs | 32.056228 , -97.750729 |
Womack | 31.837100 , -97.496130 |
Notes:
- You can download geometry data for Bosque 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.