Download outline map of Coleman (geojson format) :
Coleman.geojson (**)
Download polygon array of Coleman map for "Google Maps" :
Coleman.txt
Bounding Box for Coleman Map : ( 31.409778 , -99.722403 , 32.082089 , -99.195871 )
Wikipedia ID for Coleman : Q109825
Wikipedia SPARQL Query for Coleman (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q109825 wdt:P1082 ?population. }
OPTIONAL { wd:Q109825 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q109825 wdt:P2046 ?area. }
OPTIONAL { wd:Q109825 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q109825 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q109825 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 Coleman map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](31.409778, -99.722403, 32.082089, -99.195871);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Coleman)
[out:json];
(
rel["name"="Coleman"][type=boundary];
rel["name:en"="Coleman"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Coleman
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Buffalo | 31.790700 , -99.207830 |
Burkett | 31.995980 , -99.225620 |
Coleman | 31.831604 , -99.422309 |
Echo | 31.928200 , -99.317840 |
Fisk | 31.670980 , -99.489230 |
Glen Cove | 31.865980 , -99.637570 |
Goldsboro | 32.060140 , -99.681190 |
Gouldbusk | 31.554880 , -99.476730 |
Hamrick | 31.858480 , -99.480070 |
Hays Crossing | 31.470160 , -99.433670 |
Knight Crossing | 31.432100 , -99.340890 |
Liberty | 31.728210 , -99.231170 |
Mozelle | 31.599040 , -99.492840 |
Novice | 31.987205 , -99.625293 |
Obregon | 31.722090 , -99.232560 |
Rockwood | 31.500990 , -99.373390 |
San Angelo Junction | 31.776260 , -99.367840 |
Santa Anna | 31.736914 , -99.325424 |
Shields | 31.593210 , -99.424230 |
Silver Valley | 31.956530 , -99.546180 |
Talpa | 31.776540 , -99.709520 |
Trickham | 31.587660 , -99.230610 |
Valera | 31.752930 , -99.547290 |
Voss | 31.620990 , -99.561730 |
Whon | 31.490440 , -99.306160 |
Notes:
- You can download geometry data for Coleman 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.