Add option to config
This commit is contained in:
parent
3b675738e4
commit
bdd24ffc3b
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.
|
// When we encounter a remote icon check if the configuration explicitly allows them.
|
||||||
} else if (options.allowRemoteMarkerIcons !== true) {
|
} else if (options.allowRemoteMarkerIcons !== true) {
|
||||||
continue;
|
continue;
|
||||||
|
} else if (options.allowInlineMarkerImages !== true) {
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Ensure marker location could be parsed
|
// Ensure marker location could be parsed
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue