We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af69b93 commit 98365daCopy full SHA for 98365da
app/public/js/locations_map.js
@@ -20,7 +20,7 @@ function addLayer(source) {
20
type: 'symbol',
21
source,
22
layout: {
23
- 'icon-image': ['case', isCow, 'cow', isPig, 'pig', 'none'],
+ 'icon-image': ['case', isCow, 'cow', isPig, 'pig', 'cow'],
24
'icon-size': 0.15,
25
'icon-overlap': 'always'
26
},
0 commit comments