Add PLSS vector tile layer to overlay selector#254
Merged
Conversation
Copilot
AI
changed the title
[WIP] Add PLSS Vector Tile service as an Overlay option
Add PLSS vector tile layer to overlay selector
Apr 14, 2026
Agent-Logs-Url: https://github.com/agrc/parcels/sessions/332dab33-96f3-4bb8-9c55-6771ab3f315c Co-authored-by: stdavis <1326248+stdavis@users.noreply.github.com>
c45e2d8 to
176dd29
Compare
stdavis
requested changes
Apr 14, 2026
Member
stdavis
left a comment
There was a problem hiding this comment.
The separate file and unit tests are overkill. Just add the new layer inline. Keep the URL in the config.
Agent-Logs-Url: https://github.com/agrc/parcels/sessions/27a39afc-4807-460b-a0a9-6a21fcbdbd3c Co-authored-by: stdavis <1326248+stdavis@users.noreply.github.com>
Contributor
Author
Addressed in 1ed38b7. The PLSS layer is now defined inline in |
|
Visit the preview URL for this PR (updated for commit 070c001): |
stdavis
approved these changes
Apr 14, 2026
stdavis
pushed a commit
that referenced
this pull request
Apr 14, 2026
Co-authored-by: stdavis <1326248+stdavis@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Closes #253
Merged
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.

This adds the Utah PLSS vector tile service to the map’s overlay options so users can toggle it alongside parcel-related context layers. The change keeps the existing overlay behavior intact while exposing PLSS directly in the layer selector.
Overlay configuration
VectorTileServerURL to app config.Layer selector
PLSSoverlay entry to the map layer menu.Land Ownershipoverlay and appended PLSS as an additional operational layer.MapContainerper review feedback.