Custer (Montana) Map Cropping Samples
Custer (Montana) Map Cropping Samples-1
Custer (Montana) Map Cropping Samples-2
Custer neighborhoods and villages map with 3D shadow effect
flag map of Custer with 3D shadow effect
Custer map with 3d shadow effect
Download outline map of Custer (geojson format) :
Custer.geojson (**)
Download polygon array of Custer map for "Google Maps" :
Custer.txt
Bounding Box for Custer Map : ( 45.786959 , -106.191861 , 46.860975 , -104.732821 )
Wikipedia ID for Custer : Q490789
Wikipedia SPARQL Query for Custer (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q490789 wdt:P1082 ?population. }
OPTIONAL { wd:Q490789 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q490789 wdt:P2046 ?area. }
OPTIONAL { wd:Q490789 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q490789 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q490789 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 Custer map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](45.786959, -106.191861, 46.860975, -104.732821);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Custer)
[out:json];
(
rel["name"="Custer"][type=boundary];
rel["name:en"="Custer"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Custer
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Beebe | 46.055280 , -105.569430 |
Bonfield | 46.632780 , -105.571380 |
Carbon Hill Trailer Court | 46.399170 , -105.820000 |
Fort Keogh | 46.400228 , -105.859408 |
Garland | 46.048330 , -105.930550 |
Green Star Trailer Court | 46.409170 , -105.823340 |
Horton | 46.341390 , -106.061950 |
Ismay | 46.500055 , -104.793127 |
Kinsey | 46.570840 , -105.656940 |
Knowlton | 46.343610 , -105.088030 |
Miles City | 46.405909 , -105.838970 |
Mizpah | 46.244720 , -105.267480 |
Paragon | 46.365280 , -106.003340 |
Sheffield | 46.332780 , -106.139460 |
Shirley | 46.591390 , -105.580000 |
Smiths Trailer Court | 46.406950 , -105.858890 |
Tusler | 46.483610 , -105.751670 |
Ulmer | 46.354450 , -105.929450 |
Volborg | 45.842780 , -105.681100 |
Notes:
- You can download geometry data for Custer 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.