-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Labels
BugA genuine bug. There must be some form of error exception to work with.A genuine bug. There must be some form of error exception to work with.
Description
I have a type:layer with this configuration.
{
"name": "A",
"type": "layer",
"featureLookup": true,
"zIndex": 98,
"layer": "layer_to_copy",
"query": "query_to_run",
"template": {
"key": "query_to_run",
"src": "whatever"
},
"queryparams": {
"id": true,
"table": "schema.table"
}
}The layer is correctly cloned and the initial theme is shown on the map.
However:
- changing the labels on the
type: layerclone is not working. - changing the theme on the
type:layerclone is not working properly - some of the themes aren't styling but work correctly on the non-cloned version of the llayer. - changing the theme is not changing the hover as it should.
Metadata
Metadata
Assignees
Labels
BugA genuine bug. There must be some form of error exception to work with.A genuine bug. There must be some form of error exception to work with.