Closed AliceBalfanz closed 1 year ago
The link https://openlayers.org/en/v6.15.1/doc/errors/#14 in the backtrace describes the error as "Invalid color", so it seems plausible that something is falling off the end of a colour look-up table, or hitting an invalid item.
userPlaceColorsArray
looks relevant.
This looks like the cause: the 11th item of userPlaceColorsArray
is deepPurple
, but according to this list deepPurple
is not a valid CSS colour name. So removing it, or replacing it with a valid colour name, should fix the error.
If I create more than 10 point locations in the viewer, it crashes with the following error: Looks like it hits a limit for user created feature data