Download outline map of Limestone (geojson format) :
Limestone.geojson (**)
Download polygon array of Limestone map for "Google Maps" :
Limestone.txt
Bounding Box for Limestone Map : ( 31.2209 , -96.932215 , 31.814887 , -96.236629 )
Wikipedia ID for Limestone : Q109616
Wikipedia SPARQL Query for Limestone (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q109616 wdt:P1082 ?population. }
OPTIONAL { wd:Q109616 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q109616 wdt:P2046 ?area. }
OPTIONAL { wd:Q109616 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q109616 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q109616 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 Limestone map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](31.2209, -96.932215, 31.814887, -96.236629);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Limestone)
[out:json];
(
rel["name"="Limestone"][type=boundary];
rel["name:en"="Limestone"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Limestone
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ben Hur | 31.510450 , -96.727760 |
Beulah | 31.457670 , -96.551920 |
Bi-Stone | 31.686280 , -96.422760 |
Big Hill | 31.467670 , -96.673590 |
Box Church | 31.467670 , -96.487480 |
Calina | 31.756550 , -96.699990 |
Center | 31.510730 , -96.424700 |
Coit | 31.383230 , -96.671370 |
Coolidge | 31.751386 , -96.652379 |
Datura | 31.724330 , -96.613040 |
Delia | 31.706830 , -96.767770 |
Doyle | 31.573500 , -96.505260 |
Echols | 31.686000 , -96.637490 |
Fair Oaks | 31.486840 , -96.307470 |
Fallon | 31.581000 , -96.406370 |
Farrar | 31.456840 , -96.280800 |
Forest Glade | 31.630720 , -96.521930 |
Fort Parker | 31.563780 , -96.547200 |
Frosa | 31.627390 , -96.697490 |
Groesbeck | 31.525809 , -96.528370 |
Holden | 31.653220 , -96.447480 |
Kirk | 31.587110 , -96.728040 |
Kosse | 31.306982 , -96.629227 |
Lasalle | 31.533230 , -96.418870 |
Lavender | 31.534610 , -96.655820 |
Little Elm | 31.439060 , -96.707210 |
Mexia | 31.680850 , -96.483285 |
Midway | 31.542670 , -96.729150 |
Munger | 31.796000 , -96.706380 |
Mustang | 31.682940 , -96.737490 |
New Hope | 31.411290 , -96.281360 |
Odds | 31.409060 , -96.715820 |
Old Union | 31.408790 , -96.416360 |
Oletha | 31.358510 , -96.413030 |
Personville | 31.512670 , -96.336640 |
Pleasant Grove | 31.428510 , -96.635810 |
Point Enterprise | 31.659060 , -96.425530 |
Prairie Grove | 31.571000 , -96.423030 |
Prairie Hill | 31.655170 , -96.788880 |
Red Hill | 31.487390 , -96.513030 |
Sandy | 31.684610 , -96.641930 |
Shiloh | 31.611840 , -96.453590 |
Springfield | 31.659610 , -96.482760 |
Tehuacana | 31.741026 , -96.543617 |
Thelma | 31.583220 , -96.611090 |
Thornton | 31.411133 , -96.573857 |
Victoria | 31.597950 , -96.776660 |
Watt | 31.643780 , -96.858880 |
Notes:
- You can download geometry data for Limestone 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.