Rio Grande (Colorado) Map Cropping Samples
Rio Grande (Colorado) Map Cropping Samples-1
Rio Grande (Colorado) Map Cropping Samples-2
Rio Grande neighborhoods and villages map with 3D shadow effect
flag map of Rio Grande with 3D shadow effect
Rio Grande map with 3d shadow effect
Download outline map of Rio Grande (geojson format) :
Rio Grande.geojson (**)
Download polygon array of Rio Grande map for "Google Maps" :
Rio Grande.txt
Bounding Box for Rio Grande Map : ( 37.39935 , -106.711835 , 37.835244 , -106.03841 )
Wikipedia ID for Rio Grande : Q312737
Wikipedia SPARQL Query for Rio Grande (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q312737 wdt:P1082 ?population. }
OPTIONAL { wd:Q312737 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q312737 wdt:P2046 ?area. }
OPTIONAL { wd:Q312737 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q312737 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q312737 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 Rio Grande map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.39935, -106.711835, 37.835244, -106.03841);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Rio Grande)
[out:json];
(
rel["name"="Rio Grande"][type=boundary];
rel["name:en"="Rio Grande"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Rio Grande
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alpine | 37.687792 , -106.586181 |
Ansel | 37.703060 , -106.102530 |
Baxterville | 37.674170 , -106.657820 |
Del Norte | 37.678448 , -106.353931 |
Dunul | 37.662220 , -106.102530 |
Evansville | 37.671110 , -106.318920 |
Gerrard | 37.678351 , -106.575243 |
Hanna | 37.679450 , -106.458930 |
Jasper | 37.417780 , -106.462540 |
Lariat | 37.485947 , -106.143004 |
Maxeyville | 37.618060 , -106.149470 |
Monte Vista | 37.578824 , -106.150348 |
Sevenmile Plaza | 37.648060 , -106.237530 |
South Fork | 37.669362 , -106.642640 |
Sugar Junction | 37.567780 , -106.112530 |
Summitville | 37.472014 , -106.534461 |
Torres | 37.606670 , -106.204470 |
Vastine | 37.634450 , -106.103360 |
Zinzer | 37.560280 , -106.094470 |
Notes:
- You can download geometry data for Rio Grande 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.