Download outline map of Bent (geojson format) :
Bent.geojson (**)
Download polygon array of Bent map for "Google Maps" :
Bent.txt
Bounding Box for Bent Map : ( 37.643272 , -103.404426 , 38.267796 , -102.740346 )
Wikipedia ID for Bent : Q312201
Wikipedia SPARQL Query for Bent (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q312201 wdt:P1082 ?population. }
OPTIONAL { wd:Q312201 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q312201 wdt:P2046 ?area. }
OPTIONAL { wd:Q312201 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q312201 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q312201 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 Bent map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.643272, -103.404426, 38.267796, -102.740346);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Bent)
[out:json];
(
rel["name"="Bent"][type=boundary];
rel["name:en"="Bent"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Bent
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Able | 38.060560 , -102.869640 |
Big Bend | 38.201400 , -102.750750 |
Boggsville | 38.041670 , -103.212710 |
Caddoa | 38.047790 , -102.966030 |
Cornelia | 38.092780 , -103.288270 |
Fort Lyon | 38.092230 , -103.152150 |
Four Corners Crossing | 38.026670 , -102.777980 |
Gilpin | 37.946120 , -103.184650 |
Hasty | 38.106556 , -102.956168 |
Hilton | 38.070280 , -103.061040 |
John Martin Reservoir | 38.068213 , -102.937259 |
Keesee | 38.136400 , -102.778810 |
Keller | 38.062780 , -103.146320 |
Kreybill | 38.113900 , -103.100480 |
Las Animas | 38.069518 , -103.223542 |
Las Animas Junction | 38.062510 , -103.174100 |
Lubers | 38.128900 , -102.924370 |
Marlman | 38.093620 , -103.349100 |
Mcclave | 38.137510 , -102.850480 |
Melina | 38.099450 , -103.186600 |
Old Fort Lyons | 38.095840 , -102.772700 |
Prowers | 38.081950 , -102.767700 |
Riverdale | 38.058620 , -103.316600 |
Ruxton | 37.748060 , -103.146600 |
Toonerville | 37.775010 , -103.164100 |
Notes:
- You can download geometry data for Bent 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.