Grand (Colorado) Map Cropping Samples
Grand (Colorado) Map Cropping Samples-1
Grand (Colorado) Map Cropping Samples-2
Grand neighborhoods and villages map with 3D shadow effect
flag map of Grand with 3D shadow effect
Grand map with 3d shadow effect
Download outline map of Grand (geojson format) :
Grand.geojson (**)
Download polygon array of Grand map for "Google Maps" :
Grand.txt
Bounding Box for Grand Map : ( 39.684122 , -106.652957 , 40.486252 , -105.62609 )
Wikipedia ID for Grand : Q115589
Wikipedia SPARQL Query for Grand (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q115589 wdt:P1082 ?population. }
OPTIONAL { wd:Q115589 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q115589 wdt:P2046 ?area. }
OPTIONAL { wd:Q115589 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q115589 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q115589 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 Grand map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](39.684122, -106.652957, 40.486252, -105.62609);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Grand)
[out:json];
(
rel["name"="Grand"][type=boundary];
rel["name:en"="Grand"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Grand
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Azure | 39.990799 , -106.490179 |
Elkdale | 40.040260 , -105.881120 |
Fraser | 39.930351 , -105.803034 |
Gaskil | 40.330540 , -105.862230 |
Granby | 40.065659 , -105.919517 |
Grand Lake | 40.250501 , -105.823684 |
Hot Sulphur Springs | 40.074834 , -106.102486 |
Kremmling | 40.056543 , -106.378161 |
Leal | 39.810260 , -106.044460 |
Lulu City | 40.414361 , -105.810152 |
Parshall | 40.055562 , -106.175996 |
Radium | 39.955244 , -106.550937 |
Silver Creek Cpu | 39.986590 , -105.918245 |
Silvercreek | 40.000563 , -105.910135 |
Tabernash | 39.978845 , -105.844370 |
Troublesome | 40.060820 , -106.291690 |
Winter Park | 39.877827 , -105.782812 |
Notes:
- You can download geometry data for Grand 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.