Skip to content
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

Update leaflet to 1.9.4 and carto to 5.8.0 #403

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

centic9
Copy link

@centic9 centic9 commented Dec 10, 2023

This PR updates Leaflet to 1.9.4 and openstreetmap-carto to 5.8.0 and adjusts steps in the Dockerfile as necessary.

This then allows to inject file:// URLs to work around download issues discussed in #244

This includes gravitystorm/openstreetmap-carto#4468 and thus allows to work around issue Overv#244 via local file downloads
files are now in a sub-dir "dist" in the download-package
&& cd openstreetmap-carto \
&& sed -i 's/, "unifont Medium", "Unifont Upper Medium"//g' style/fonts.mss \
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All these font-replacements are not necessary any more now

&& unzip leaflet.zip \
&& mv dist/* . \
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Zip-Package now contains a sub-dir "dist", so we need to move the content back to the main directory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant