Skip to content

Commit 6b72bf1

Browse files
Don't specify retina URL
1 parent 4cc7d8a commit 6b72bf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/AVURNAVs.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ export default {
7575
},
7676
visible: true,
7777
icon: L.icon({
78-
iconRetinaUrl: `static/images/markers-${this.iconColor(el['valid_from'])}@2x.png`,
79-
shadowRetinaUrl: 'static/images/[email protected]',
78+
iconUrl: `static/images/markers-${this.iconColor(el['valid_from'])}@2x.png`,
79+
shadowUrl: 'static/images/[email protected]',
8080
iconSize: [36, 46],
8181
shadowSize: [34, 16],
8282
}),

0 commit comments

Comments
 (0)