Skip to content

Commit 98365da

Browse files
committed
Set default to cow
1 parent af69b93 commit 98365da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/public/js/locations_map.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function addLayer(source) {
2020
type: 'symbol',
2121
source,
2222
layout: {
23-
'icon-image': ['case', isCow, 'cow', isPig, 'pig', 'none'],
23+
'icon-image': ['case', isCow, 'cow', isPig, 'pig', 'cow'],
2424
'icon-size': 0.15,
2525
'icon-overlap': 'always'
2626
},

0 commit comments

Comments
 (0)