Skip to content

Commit 84d707c

Browse files
committed
Rename anomaly style.
1 parent 08552ca commit 84d707c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "metrics",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Mosquito Alert metrics",
55
"productName": "Metrics | Mosquito Alert",
66
"author": "Guillermo Sanz <[email protected]>",

src/components/BiteIndexMap/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ const anomalySource = new TileWMS({
243243
LAYERS: 'mosquitoalert:metric',
244244
SRS: mapStore.projection,
245245
viewparams: 'date:' + mapStore.lastDate,
246-
STYLES: 'anomalystyle',
246+
STYLES: 'metricstyle-anomaly',
247247
},
248248
});
249249
const anomalyLayer = new TileLayer({

0 commit comments

Comments
 (0)