Search adjustments

This commit is contained in:
2026-05-25 14:31:15 +02:00
parent cb39695e6c
commit c7c6ff2224
4 changed files with 13 additions and 16 deletions

View File

@@ -29,6 +29,9 @@ GIS.INIT_ZOOM = 14;
GIS.MIN_ZOOM = 11;
GIS.MAX_ZOOM = 24;
// Terrible... fix it!
export const INIT_ZOOM = 14;
/**
* Capitalize a text string
* @todo Move to utils