X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/7ed97d6aceab15f29088f45aa6fbf1eda551173d..dbcfea8d6f79d07de57e153bc28a4c3afb6e8448:/src/lib/helpers.js diff --git a/src/lib/helpers.js b/src/lib/helpers.js index 023da09..ea0e0c5 100644 --- a/src/lib/helpers.js +++ b/src/lib/helpers.js @@ -142,10 +142,7 @@ export function zoomLevels() { /* 15 */ '', /* 16 */ 'Street', /* 17 */ '', - /* 18 */ 'Building', - /* 19 */ '', - /* 20 */ '', - /* 21 */ '' + /* 18 */ 'Building' ]; return aZoomLevels; }