Skip to content

Max zoom level configuration from localConfig for Coordinate Search #11154

@rowheat02

Description

@rowheat02

Description

While performing a coordinate search, it is always zoomed into the zoom level 12.

Image

Expected output
The zoom level to be used for a Coordinate search should be configured from localConfig.

Other useful information

Suggestion cfg for the Search plugin inside the localConfig

{
        "name": "Search",
        "cfg": {
          "other_configs" : "...",
          // add this <start>
          "coordinateSearchOptions": {
             "maxZoomLevel": 10
          }
          <end>
        }
      }

Use this zoom level for coordinate search.

Metadata

Metadata

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions