Roosevelt (Montana) Map Cropping Samples
Roosevelt (Montana) Map Cropping Samples-1
Roosevelt (Montana) Map Cropping Samples-2
Roosevelt neighborhoods and villages map with 3D shadow effect
flag map of Roosevelt with 3D shadow effect
Roosevelt map with 3d shadow effect
Download outline map of Roosevelt (geojson format) :
Roosevelt.geojson (**)
Download polygon array of Roosevelt map for "Google Maps" :
Roosevelt.txt
Bounding Box for Roosevelt Map : ( 47.996107 , -105.844164 , 48.564132 , -104.044104 )
Wikipedia ID for Roosevelt : Q496751
Wikipedia SPARQL Query for Roosevelt (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q496751 wdt:P1082 ?population. }
OPTIONAL { wd:Q496751 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q496751 wdt:P2046 ?area. }
OPTIONAL { wd:Q496751 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q496751 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q496751 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 Roosevelt map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](47.996107, -105.844164, 48.564132, -104.044104);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Roosevelt)
[out:json];
(
rel["name"="Roosevelt"][type=boundary];
rel["name:en"="Roosevelt"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Roosevelt
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Anderson | 48.345580 , -104.932470 |
Bainville | 48.139291 , -104.219844 |
Biem | 48.483360 , -104.942190 |
Blair | 48.146690 , -104.626070 |
Bredette | 48.505580 , -105.299710 |
Brockton | 48.150065 , -104.914094 |
Calais | 48.147800 , -104.815800 |
Chelsea | 48.133070 , -105.338320 |
Culbertson | 48.147272 , -104.515281 |
Fort Kipp | 48.146690 , -104.715800 |
Froid | 48.335214 , -104.492024 |
Lakeside | 48.075300 , -104.177720 |
Lanark | 48.143080 , -104.357450 |
Macon | 48.109740 , -105.518880 |
Moes Trailer Court | 48.098350 , -105.633890 |
Poplar | 48.110490 , -105.196715 |
Slab Crossing | 48.287800 , -104.698300 |
Snowden | 48.026960 , -104.084100 |
Sprole | 48.107240 , -105.063310 |
Volt | 48.388360 , -105.718890 |
Wolf Point | 48.093052 , -105.641398 |
Notes:
- You can download geometry data for Roosevelt 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.