Merge pull request #11418 from MoonE/icon-color-default-to-composite-operation

Icon color default to composite operation
This commit is contained in:
Andreas Hocevar
2020-08-11 20:57:40 +02:00
committed by GitHub
2 changed files with 22 additions and 26 deletions

View File

@@ -41,7 +41,7 @@ rome.setStyle(
london.setStyle(
new Style({
image: new Icon({
color: '#4271AE',
color: 'rgba(255, 0, 0, .5)',
crossOrigin: 'anonymous',
src: 'data/bigdot.png',
scale: 0.2,