-
Notifications
You must be signed in to change notification settings - Fork 74
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
feat: Support tiled pixelmaps. #1153
Merged
Merged
Conversation
This file contains 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
a249f19
to
63e1ac2
Compare
60a0302
to
765930d
Compare
650123c
to
1973498
Compare
765930d
to
de51a49
Compare
1973498
to
bfdf401
Compare
de51a49
to
6579ed2
Compare
bfdf401
to
88d9ed4
Compare
3b3c997
to
965c169
Compare
88d9ed4
to
ab33897
Compare
965c169
to
c46354b
Compare
ab33897
to
b582e57
Compare
f6ae5c4
to
267b016
Compare
b582e57
to
5acf14a
Compare
5acf14a
to
48daf4a
Compare
267b016
to
7527b04
Compare
48daf4a
to
8fec908
Compare
✔️ Deploy Preview for opengeoscience-geojs ready! 🔨 Explore the source changes: e1a1e20 🔍 Inspect the deploy log: https://app.netlify.com/sites/opengeoscience-geojs/deploys/61f2fb3c9e419200071dee72 😎 Browse the preview: https://deploy-preview-1153--opengeoscience-geojs.netlify.app |
7527b04
to
19fb2f7
Compare
This creates a pixelmapLayer that is much like an osmLayer mixed with a pixelmap feature.
8fec908
to
7ea4977
Compare
0b1d86d
to
67688b6
Compare
naglepuff
reviewed
Feb 3, 2022
naglepuff
approved these changes
Feb 4, 2022
🎉 This PR is included in version 1.7.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Closed
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.
This creates a pixelmapLayer that is much like an osmLayer mixed with a pixelmap feature.
This needs:
It would be nice to expose a function that would report the maximum value, but that would be expensive -- it would have to fetch all tiles and operate on each of them.