Daniels (Montana) Map Cropping Samples
Daniels (Montana) Map Cropping Samples-1
Daniels (Montana) Map Cropping Samples-2
Daniels neighborhoods and villages map with 3D shadow effect
flag map of Daniels with 3D shadow effect
Daniels map with 3d shadow effect
Download outline map of Daniels (geojson format) :
Daniels.geojson (**)
Download polygon array of Daniels map for "Google Maps" :
Daniels.txt
Bounding Box for Daniels Map : ( 48.562481 , -106.152064 , 48.99982 , -104.973036 )
Wikipedia ID for Daniels : Q427315
Wikipedia SPARQL Query for Daniels (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q427315 wdt:P1082 ?population. }
OPTIONAL { wd:Q427315 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q427315 wdt:P2046 ?area. }
OPTIONAL { wd:Q427315 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q427315 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q427315 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 Daniels map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](48.562481, -106.152064, 48.99982, -104.973036);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Daniels)
[out:json];
(
rel["name"="Daniels"][type=boundary];
rel["name:en"="Daniels"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Daniels
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Brenna Trailer Court | 48.789470 , -105.415550 |
Carbert | 48.975860 , -105.810570 |
Flaxville | 48.803889 , -105.174456 |
Four Buttes | 48.809750 , -105.606390 |
Leibrands Trailer Court | 48.790020 , -105.412770 |
Madoc | 48.810860 , -105.285820 |
Navajo | 48.792250 , -105.060260 |
Peerless | 48.782530 , -105.831120 |
Pleasant Prairie | 48.592250 , -105.082480 |
Scobey | 48.790595 , -105.420800 |
West Fork | 48.686970 , -105.911680 |
Whitetail | 48.895030 , -105.163320 |
Notes:
- You can download geometry data for Daniels 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.