Description
Description
While performing a coordinate search, it is always zoomed into the zoom level 12.
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.