Raruto / leaflet-ui

Leaflet presets for common user interface customizations
GNU General Public License v3.0
29 stars 4 forks source link

missing locales/de-DE.js file #11

Closed bleiburger closed 2 years ago

bleiburger commented 2 years ago

Hi!

your script ist looking for:

https://unpkg.com/leaflet-ui@0.5.6/dist/locales/de-DE.js 

can you distribute also this file.

thx

Raruto commented 2 years ago

Hi @bleiburger,

this is just a warning inside the browser console, however this file is used as a fallback: https://github.com/Raruto/leaflet-gesture-handling/blob/5c2f462b769d96a37632550312f95ff265aa74f4/src/locales/de.js

Here you can find the inclusion logic related to that file: https://github.com/Raruto/leaflet-gesture-handling/blob/5c2f462b769d96a37632550312f95ff265aa74f4/src/index.js#L149-L170

If you think there may be some improvements in this regard please refer to the leaflet-gesture-handling library instead.

Have a nice day, Raruto