File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ export default class extends AbstractMapController<
187187 this . createInfoWindow ( { definition : infoWindow , element : marker } ) ;
188188 }
189189
190- if ( icon ) {
190+ if ( icon && ! rawOptions . hasOwnProperty ( 'content' ) && ! bridgeOptions . hasOwnProperty ( 'content' ) ) {
191191 this . doCreateIcon ( { definition : icon , element : marker } ) ;
192192 }
193193
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ export default class extends AbstractMapController<
153153 this . createInfoWindow ( { definition : infoWindow , element : marker } ) ;
154154 }
155155
156- if ( icon ) {
156+ if ( icon && ! rawOptions . hasOwnProperty ( 'icon' ) && ! bridgeOptions . hasOwnProperty ( 'icon' ) ) {
157157 this . doCreateIcon ( { definition : icon , element : marker } ) ;
158158 }
159159
You can’t perform that action at this time.
0 commit comments