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<
187
187
this . createInfoWindow ( { definition : infoWindow , element : marker } ) ;
188
188
}
189
189
190
- if ( icon ) {
190
+ if ( icon && ! rawOptions . hasOwnProperty ( 'content' ) && ! bridgeOptions . hasOwnProperty ( 'content' ) ) {
191
191
this . doCreateIcon ( { definition : icon , element : marker } ) ;
192
192
}
193
193
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ export default class extends AbstractMapController<
153
153
this . createInfoWindow ( { definition : infoWindow , element : marker } ) ;
154
154
}
155
155
156
- if ( icon ) {
156
+ if ( icon && ! rawOptions . hasOwnProperty ( 'icon' ) && ! bridgeOptions . hasOwnProperty ( 'icon' ) ) {
157
157
this . doCreateIcon ( { definition : icon , element : marker } ) ;
158
158
}
159
159
You can’t perform that action at this time.
0 commit comments