Download outline map of Falls (geojson format) :
Falls.geojson (**)
Download polygon array of Falls map for "Google Maps" :
Falls.txt
Bounding Box for Falls Map : ( 30.98622 , -97.278113 , 31.522269 , -96.596862 )
Wikipedia ID for Falls : Q27238
Wikipedia SPARQL Query for Falls (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q27238 wdt:P1082 ?population. }
OPTIONAL { wd:Q27238 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q27238 wdt:P2046 ?area. }
OPTIONAL { wd:Q27238 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q27238 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q27238 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 Falls map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](30.98622, -97.278113, 31.522269, -96.596862);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Falls)
[out:json];
(
rel["name"="Falls"][type=boundary];
rel["name:en"="Falls"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Falls
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Alto Springs | 31.286010 , -96.670540 |
| Beacon | 31.182680 , -96.811650 |
| Blevins | 31.223230 , -97.208610 |
| Cedar Springs | 31.177960 , -96.919430 |
| Cego | 31.245180 , -97.162500 |
| Chilton | 31.284813 , -97.060772 |
| Coymack | 31.180180 , -96.842480 |
| Dott | 31.261560 , -97.124720 |
| Golinda | 31.371095 , -97.076303 |
| Guda | 31.358780 , -97.032770 |
| Highbank | 31.169900 , -96.833590 |
| Lott | 31.205961 , -97.033326 |
| Marlin | 31.308520 , -96.893340 |
| McClanahan | 31.357120 , -96.828600 |
| Mooreville | 31.302120 , -97.140830 |
| Mustang | 31.251290 , -96.641920 |
| North Prairie | 31.341840 , -97.083610 |
| Otto | 31.449060 , -96.808880 |
| Perry | 31.417950 , -96.915270 |
| Pleasant Grove | 31.130460 , -96.903600 |
| Reagan | 31.218240 , -96.782480 |
| Rocky Hill | 31.347670 , -96.948600 |
| Rosebud | 31.075513 , -96.974990 |
| Satin | 31.346560 , -97.031660 |
| Sunrise | 31.272400 , -96.873040 |
| Terry Chapel | 31.053240 , -97.093330 |
| Tomlinson Hill | 31.265730 , -96.988050 |
| Triangle | 31.281570 , -96.989990 |
| Westphalia | 31.119070 , -97.115270 |
| Wilderville | 31.104630 , -96.883040 |
| Wilson | 31.018240 , -97.063880 |
| Zipperlandville | 31.068790 , -97.055270 |
Notes:
- You can download geometry data for Falls 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.