Download outline map of Bastrop (geojson format) :
Bastrop.geojson (**)
Download polygon array of Bastrop map for "Google Maps" :
Bastrop.txt
Bounding Box for Bastrop Map : ( 29.786541 , -97.649449 , 30.419642 , -97.024461 )
Wikipedia ID for Bastrop : Q108436
Wikipedia SPARQL Query for Bastrop (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q108436 wdt:P1082 ?population. }
OPTIONAL { wd:Q108436 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q108436 wdt:P2046 ?area. }
OPTIONAL { wd:Q108436 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q108436 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q108436 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 Bastrop map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](29.786541, -97.649449, 30.419642, -97.024461);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Bastrop)
[out:json];
(
rel["name"="Bastrop"][type=boundary];
rel["name:en"="Bastrop"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Bastrop
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Alum Creek | 30.067720 , -97.217490 |
| Bastrop | 30.111227 , -97.315916 |
| Bateman | 29.951330 , -97.475270 |
| Butler | 30.320770 , -97.296660 |
| Calvin | 30.108435 , -97.268754 |
| Camp Swift | 30.188473 , -97.293305 |
| Cedar Creek | 30.087160 , -97.500830 |
| Circle D-KC Estates | 30.161016 , -97.234934 |
| Clearview | 30.042720 , -97.335550 |
| Elgin | 30.352940 , -97.388673 |
| Elysium | 30.166880 , -97.515280 |
| Flower Hill | 29.965220 , -97.131650 |
| Grassyville | 30.140770 , -97.071370 |
| Hills Prairie | 30.051610 , -97.291940 |
| Jeddo | 29.808840 , -97.314710 |
| Jordan | 29.940780 , -97.354710 |
| KC Estates | 30.148650 , -97.241500 |
| Kovar | 29.901890 , -97.213880 |
| McDade | 30.281873 , -97.244856 |
| Paige | 30.210210 , -97.114990 |
| Pettytown | 29.907450 , -97.459440 |
| Phelan | 30.158830 , -97.326100 |
| Pin Oak | 30.085500 , -97.085260 |
| Pine Hills | 30.138470 , -97.253250 |
| Red Rock | 29.959670 , -97.446110 |
| Rockne | 29.995780 , -97.431110 |
| Rosanky | 29.929390 , -97.293600 |
| Sayersville | 30.231880 , -97.327220 |
| Smithville | 30.006935 , -97.150777 |
| String Prairie | 29.885780 , -97.346940 |
| Swiftex | 30.206320 , -97.313600 |
| Togo | 29.950500 , -97.219160 |
| Upton | 30.011330 , -97.264160 |
| Utley | 30.181880 , -97.420830 |
| Watterson | 29.989110 , -97.387770 |
| Willman | 29.933000 , -97.260270 |
| Wyldwood | 30.129884 , -97.480030 |
Notes:
- You can download geometry data for Bastrop 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.