Skip to content

Commit 22524d9

Browse files
committed
change 5d to 7d. license and notes about noaa layer.
1 parent 4fe72cf commit 22524d9

File tree

2 files changed

+36
-8
lines changed

2 files changed

+36
-8
lines changed

README.md

Lines changed: 34 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11

2+
## lots of licenses
3+
4+
* see [cyclemaps.org](https://cyclemaps.org/) for the licenses
5+
* [or the index here](/index.html)
6+
7+
### license for client-side
8+
9+
* [this license](LICENSE.md)
10+
* [maplibre](https://github.com/maplibre/maplibre-gl-js/blob/main/LICENSE.txt)
11+
* [maplibre-gl-vector-text-protocol](https://github.com/jimmyrocks/maplibre-gl-vector-text-protocol/blob/main/LICENSE)
12+
* [js-cookie](https://github.com/js-cookie/js-cookie/blob/master/LICENSE)
13+
214
## domain name
315

416
* [cyclemaps.org](https://cyclemaps.org/)
@@ -14,10 +26,26 @@
1426
* `npm install`
1527
* `./build.sh`
1628

17-
## license for client-side
18-
19-
* [this license](LICENSE.md)
20-
* [maplibre](https://github.com/maplibre/maplibre-gl-js/blob/main/LICENSE.txt)
21-
* [maplibre-gl-vector-text-protocol](https://github.com/jimmyrocks/maplibre-gl-vector-text-protocol/blob/main/LICENSE)
22-
* [js-cookie](https://github.com/js-cookie/js-cookie/blob/master/LICENSE)
29+
## non server-side layers
30+
31+
### noaa layer notes
32+
33+
`curl https://mapservices.weather.noaa.gov/raster/rest/services/obs/rfc_qpe/MapServer/?f=json |jq`
34+
35+
* 1d = 25+3
36+
* today = 29+3
37+
* 2d = 33+3
38+
* 3d = 37+3
39+
* 4d = 41+3
40+
* 5d = 45+3
41+
* 6d = 49+3
42+
* 7d = 53+3
43+
* 10d = 57+3
44+
* 14d = 61+3
45+
* 30d = 65+3
46+
* 60d = 69+3
47+
* 90d = 73+3
48+
* 120d = 77+3
49+
* 180d = 81+3
50+
* 365d = 85+3
2351

buttons.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
}
5858
},
5959
{
60-
"id": "past-rain-5d",
60+
"id": "past-rain-7d",
6161
"class": "rain",
6262
"type": "raster",
6363
"paint": {"raster-opacity": 0.5},
@@ -67,7 +67,7 @@
6767
"type": "raster",
6868
"tileSize": 2048,
6969
"tiles" : [
70-
"https://mapservices.weather.noaa.gov/raster/rest/services/obs/rfc_qpe/MapServer/export?bbox={bbox-epsg-3857}&size=512,512&dpi=96&format=png8&transparent=true&bboxSR=3857&imageSR=3857&layers=show:48&f=image"
70+
"https://mapservices.weather.noaa.gov/raster/rest/services/obs/rfc_qpe/MapServer/export?bbox={bbox-epsg-3857}&size=512,512&dpi=96&format=png8&transparent=true&bboxSR=3857&imageSR=3857&layers=show:56&f=image"
7171
]
7272
}
7373
}

0 commit comments

Comments
 (0)