Skip to content

type:layer location entry with lookup layer, featureLookup, and changeEnd #2547

@simon-leech

Description

@simon-leech

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:

  1. changing the labels on the type: layer clone is not working.
  2. changing the theme on the type:layer clone is not working properly - some of the themes aren't styling but work correctly on the non-cloned version of the llayer.
  3. 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.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions