Add option to config
This commit is contained in:
parent
4832451016
commit
9e75c2c1c4
1 changed files with 2 additions and 0 deletions
|
|
@ -294,6 +294,8 @@ const extractMarkersFromQuery = (query, options, transformer) => {
|
|||
// When we encounter a remote icon check if the configuration explicitly allows them.
|
||||
} else if (options.allowRemoteMarkerIcons !== true) {
|
||||
continue;
|
||||
} else if (options.allowInlineMarkerImages !== true) {
|
||||
continue;
|
||||
}
|
||||
|
||||
// Ensure marker location could be parsed
|
||||
|
|
|
|||
Loading…
Reference in a new issue