Add option to config

This commit is contained in:
Boon Boonsiri 2023-10-05 15:13:28 -04:00
parent 3b675738e4
commit bdd24ffc3b

View file

@ -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