Download outline map of Rains (geojson format) :
Rains.geojson (**)
Download polygon array of Rains map for "Google Maps" :
Rains.txt
Bounding Box for Rains Map : ( 32.711402 , -95.987358 , 32.980227 , -95.634949 )
Wikipedia ID for Rains : Q112698
Wikipedia SPARQL Query for Rains (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q112698 wdt:P1082 ?population. }
OPTIONAL { wd:Q112698 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q112698 wdt:P2046 ?area. }
OPTIONAL { wd:Q112698 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q112698 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q112698 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 Rains map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.711402, -95.987358, 32.980227, -95.634949);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Rains)
[out:json];
(
rel["name"="Rains"][type=boundary];
rel["name:en"="Rains"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Rains
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bellview | 32.782630 , -95.697740 |
Bois d'Arc | 32.911510 , -95.953300 |
Bright Star | 32.832900 , -95.674400 |
Colony | 32.781790 , -95.688020 |
County Line | 32.974280 , -95.786630 |
Dougherty | 32.955670 , -95.769130 |
Dunbar | 32.805960 , -95.799410 |
East Tawakoni | 32.900959 , -95.939646 |
Emory | 32.876560 , -95.767675 |
Flats | 32.838460 , -95.882740 |
Ginger | 32.849850 , -95.719680 |
Hermits Cove | 32.899570 , -95.885520 |
Hogansville | 32.875120 , -95.669400 |
Hooker Ridge | 32.914570 , -95.965520 |
Point | 32.930163 , -95.868907 |
Poole | 32.949840 , -95.667180 |
Prospect | 32.893730 , -95.811350 |
Richland | 32.954290 , -95.825800 |
Rocky Point Center | 32.845960 , -95.783570 |
Shady Grove | 32.903180 , -95.748020 |
Shotgun Crossing | 32.920950 , -95.706910 |
Smyrna | 32.849010 , -95.821910 |
Willow Springs | 32.816510 , -95.750800 |
Notes:
- You can download geometry data for Rains 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.