Download outline map of Burleson (geojson format) :
Burleson.geojson (**)
Download polygon array of Burleson map for "Google Maps" :
Burleson.txt
Bounding Box for Burleson Map : ( 30.295549 , -96.963629 , 30.730819 , -96.271816 )
Wikipedia ID for Burleson : Q108821
Wikipedia SPARQL Query for Burleson (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q108821 wdt:P1082 ?population. }
OPTIONAL { wd:Q108821 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q108821 wdt:P2046 ?area. }
OPTIONAL { wd:Q108821 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q108821 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q108821 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 Burleson map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](30.295549, -96.963629, 30.730819, -96.271816);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Burleson)
[out:json];
(
rel["name"="Burleson"][type=boundary];
rel["name:en"="Burleson"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Burleson
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Big Creek | 30.338540 , -96.595800 |
Birch | 30.381880 , -96.677200 |
Caldwell | 30.530693 , -96.700635 |
Center Line | 30.424650 , -96.537750 |
Chances Store | 30.521310 , -96.390800 |
Chriesman | 30.599370 , -96.770810 |
Cooks Point | 30.596030 , -96.609690 |
Davidson | 30.472150 , -96.631080 |
Deanville | 30.432150 , -96.756090 |
Fosters Store | 30.521455 , -96.459918 |
Frenstat | 30.397430 , -96.653310 |
Gus | 30.455490 , -96.857760 |
Harmony | 30.448820 , -96.656920 |
Hix | 30.697970 , -96.662200 |
Hogg | 30.435490 , -96.798590 |
Lyons | 30.386320 , -96.563300 |
Merle | 30.449370 , -96.462470 |
Parker | 30.604920 , -96.521630 |
Rita | 30.686860 , -96.608860 |
San Antonio Prairie | 30.457990 , -96.783310 |
Scofield | 30.353820 , -96.439970 |
Snook | 30.490691 , -96.467117 |
Somerville | 30.346003 , -96.531092 |
Tunis | 30.544930 , -96.527190 |
Wilcox | 30.446040 , -96.379410 |
Notes:
- You can download geometry data for Burleson 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.