[FEATURE] filter divisions by cartography.prominence score in explore… - #331
Draft
Brandon Liu (bdon) wants to merge 1 commit into
Draft
[FEATURE] filter divisions by cartography.prominence score in explore…#331Brandon Liu (bdon) wants to merge 1 commit into
Brandon Liu (bdon) wants to merge 1 commit into
Conversation
… mode * requires overture-tiles v1.1.4 output * remove population from divisions filtering and styling * adjust font sizes based on prominence Resolves #295 Signed-off-by: Brandon Liu <bdon@bdon.org>
🗺️ Overture Explorer preview is live!
Note ♻️ This preview updates automatically with each push to this PR. |
Collaborator
Author
|
Please don't merge this branch for now - taking advantage of the preview at https://staging.overturemaps.org/explore-site/pr/331/index.html Points at my own S3 bucket right now, will need changes in the August release to work. https://github.com/OvertureMaps/overture-tiles/releases/tag/v1.1.4 |
| */ | ||
| export async function loadPmtilesFromStac() { | ||
| const data = await loadStacData(); | ||
| data.pmtilesUrls.set("divisions","https://my-overture-tiles-100.s3.us-west-2.amazonaws.com/2026-07-22.0/divisions.pmtiles"); |
Contributor
There was a problem hiding this comment.
accidental commit of this s3?
Collaborator
Author
There was a problem hiding this comment.
I needed to substitute the real build for a temporary build using the latest overture-tiles code, for the sake of the demo. Will update and remove this once the August release happens.
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.
… mode
Resolves #295