Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
luisrodriguezgalvez committed Oct 17, 2023
1 parent 7096f78 commit 3d5ab05
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions data/datalayers.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,10 @@
"id": "nourishments",
"type": "fill",
"source": {
"url": "mapbox://coastviewer.ceak9koc",
"url": "mapbox://coastviewer.644wlz03",
"type": "vector"
},
"source-layer": "nourishment4mapbox-dnpu74",
"source-layer": "nourishment4mapbox_08082023-clshgv",
"minzoom": 4,
"paint": {
"fill-color": [
Expand Down Expand Up @@ -185,10 +185,10 @@
"id": "nourishments_hover",
"type": "line",
"source": {
"url": "mapbox://coastviewer.ceak9koc",
"url": "mapbox://coastviewer.644wlz03",
"type": "vector"
},
"source-layer": "nourishment4mapbox-dnpu74",
"source-layer": "nourishment4mapbox_08082023-clshgv",
"minzoom": 4,
"paint": {
"line-color": "red",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ self.__precacheManifest = (self.__precacheManifest || []).concat([
"url": "/coastviewer-static/css/chunk-vendors.7b71a00b.css"
},
{
"revision": "dfc179e1b67d536772dd7561186aaae1",
"revision": "119a550485c1f838de619e18087459f6",
"url": "/coastviewer-static/data/datalayers.json"
},
{
Expand Down
2 changes: 1 addition & 1 deletion service-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
importScripts("https://storage.googleapis.com/workbox-cdn/releases/4.3.1/workbox-sw.js");

importScripts(
"/coastviewer-static/precache-manifest.2e6c5604b0f26fbf9a8cb80d590f55c8.js"
"/coastviewer-static/precache-manifest.96a55d5b3c001ede1358201bdfe4a4cc.js"
);

workbox.core.setCacheNameDetails({prefix: "coastviewer-static"});
Expand Down

0 comments on commit 3d5ab05

Please sign in to comment.