Switch to pmtiles, update planet data#413
Merged
Merged
Conversation
b442a66 to
fc32802
Compare
97d55b6 to
a4da2e4
Compare
michaelkirk
commented
May 12, 2026
| return rustContainer("git"). | ||
| WithEnvVariable("CACHE_BUSTER", time.Now().String()). | ||
| WithExec([]string{"git", "clone", "--branch", "mkirk/fix-forwarding-header", "--depth=1", "https://github.com/michaelkirk/martin.git", "/martin"}). | ||
| WithExec([]string{"git", "clone", "--branch", "mkirk/relative-source-urls", "--depth=1", "https://github.com/michaelkirk/martin.git", "/martin"}). |
Member
Author
There was a problem hiding this comment.
www (maplibre-gl-js) was (mostly1) happy with relative URLs in the style.json, but maplibre-native wasn't able to construct them.
Footnotes
-
tilejson and sprites worked with relative URLs, but glyphs didn't, so I fixed it with a style-transform handler, but I guess the good news is my hand was forced to fix this on the service side and thus I can get rid of that www client-side glyph hack. ↩
www (maplibre-gl-js) was (mostly[^1]) happy with relative URLs in the style.json, but maplibre-native wasn't able to construct them. [^1]: tilejson and sprites worked with relative URLs, but glyphs didn't, so I fixed it with a style-transform handler, but I guess the good news is my hand was forced to fix this on the service side and thus I can get rid of that www client-side glyph hack.
Previously each tag invoked a fresh `dagger -c` session, so non-deterministic build steps could produce different image digests per tag. Build the container once per image and reuse it for every tag — via a new `publish-multi` Headway function for the publish path, and `docker tag` after a single `export-image` for the local-export path.
4cbcdcd to
7d0dc66
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.