Skip to content

Add autopan/autozoom params on QueryLayer control #31

@nachouve

Description

@nachouve

Add autopan/autozoom params on QueryLayer control.

The YAML file of the control which add the vector layer using QueryLayerControl may be :

init:
  displayClass: 'olControlSimpleForm'
  trigger: eval(launchSimpleFormDialog)
  title: eval($.i18n('buscador'))
  mylayer1:
    autozoom: false
    autopan: true
  mylayer2:
    autozoom: true
    autopan: true

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions