Task/WG-321: fix importing for geojson shapefiles - #481
Merged
nathanfranklin merged 9 commits intoJul 31, 2026
Conversation
- Attach the Tapis token to PMTiles range requests so the auth-gated /assets route returns tiles instead of 401 - Read the archive's max zoom from its metadata and pass it as maxDataZoom so layers render when the map is zoomed past the data's deepest tile
3 tasks
nathanfranklin
requested review from
rstijerina,
shayanaijaz,
sophia-massie and
taoteg
and removed request for
rstijerina
July 24, 2026 16:28
sophia-massie
approved these changes
Jul 29, 2026
sophia-massie
left a comment
Contributor
There was a problem hiding this comment.
React build is failing. Nathan and I huddled - found with geoJSON with no metadata, the message "Click a feature on the map to see its attributes." could be confusing because its attributes will not appear after clicking.
Also noticed that the mouse isn't detecting that the pmtiles are clickable even though they are and work correctly i.e. change metadata depending on the point selected.
Otherwise, LGTM!
Collaborator
Author
Fixed in a3e0def. |
nathanfranklin
deleted the
task/WG-321-fix-importing-for-geojson-shapefiles
branch
July 31, 2026 01:35
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.
Overview:
This PR is frontend changes related to our reworking of importing vector files. See TACC-Cloud/geoapi#294 for all details.
PR Status:
Related Jira tickets: