-
Notifications
You must be signed in to change notification settings - Fork 11.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix offline leaflet #2420
Fix offline leaflet #2420
Conversation
Signed-off-by: George Araujo <[email protected]>
Signed-off-by: George Araujo <[email protected]>
Signed-off-by: George Araujo <[email protected]>
Signed-off-by: George Araujo <[email protected]>
I'm wondering how the images can downloaded beforehand? |
Sorry for the confusion, I was referring to the static graphics for markers etc. that are delivered together (or not...) with the JS and CSS. Downloading all the maps could quickly become a lot. The source can be selected individually and they are downloaded dynamically. |
Yes, there is so much we can do about offline support. Check if it is working now @gockar. |
Sorry, wanted to point out that all the maps themselves should not be downloaded as they consume an extreme amount of memory. My problems are solved with the changes, thank you! |
Fixes alshedivat#2419 by downloading leaflet images. Also changed the path where the libraries are downloaded to avoid not downloading files with same name. --------- Signed-off-by: George Araujo <[email protected]>
Fixes alshedivat#2419 by downloading leaflet images. Also changed the path where the libraries are downloaded to avoid not downloading files with same name. --------- Signed-off-by: George Araujo <[email protected]>
Fixes alshedivat#2419 by downloading leaflet images. Also changed the path where the libraries are downloaded to avoid not downloading files with same name. --------- Signed-off-by: George Araujo <[email protected]>
Fixes alshedivat#2419 by downloading leaflet images. Also changed the path where the libraries are downloaded to avoid not downloading files with same name. --------- Signed-off-by: George Araujo <[email protected]>
Fixes alshedivat#2419 by downloading leaflet images. Also changed the path where the libraries are downloaded to avoid not downloading files with same name. --------- Signed-off-by: George Araujo <[email protected]>
Fixes alshedivat#2419 by downloading leaflet images. Also changed the path where the libraries are downloaded to avoid not downloading files with same name. --------- Signed-off-by: George Araujo <[email protected]>
Fixes #2419 by downloading leaflet images. Also changed the path where the libraries are downloaded to avoid not downloading files with same name.