Skip to content
This repository has been archived by the owner on Apr 10, 2018. It is now read-only.

Add 'interactive' attribute to layers to opt-in to interaction #112

Merged
merged 2 commits into from
Jul 19, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions reference/v4.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,11 @@
"type": "number",
"doc": "The maximum zoom level on which the layer gets parsed and appears on."
},
"interactive": {
"type": "boolean",
"doc": "Enable querying of feature data from this layer for interactivity.",
"default": false
},
"render": {
"type": "render",
"doc": "Symbolizer type that should be used to visualize this layer. If unspecified or null, this layer is not treated as a symbolizer and only exists to have properties inherited to other layers using ref."
Expand Down