-
Notifications
You must be signed in to change notification settings - Fork 4
Column footprint editor #353
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
Open
davenquinn
wants to merge
106
commits into
main
Choose a base branch
from
column-footprint-editor
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
…verted to mult_vert mode
…tance between points functions decides which points to drag, function of pixel distance
… polygons and have geojson endpoint for it
…ntiation for schemas and topologies
…n the backend, async and sync reducer actions now more robust in frontend code. Backend classes have new methods for creating a new project
…oded col_groups on properties view.
…or' into column-footprint-editor * column-footprint-editor/footprints-editor: (99 commits) Some small edits to dependency files needed to get it to build moved exmaple .env frontend clean ups addGeom needs to update based on draw.ref only accept wkt saving toasters shouldn't timeout until complete frontend clean ups blueprint menu points only expoty simplyfy unused imports help text correct order of mode object assignment proper way to copy modes more radius choices larger start radius major rework of state flow mapbox token to env removed console log ...
2 tasks
* origin/main: Better error handling Update package Update selected location Fix maps page Starting to fix side info panel Hide regional stratigraphy when not needed Fix error Eelvation works better Column works New package Update links Fossils only appear when fossil layer is clicked All curent components working Update two of the components Use old info drawer
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.
First stab at integrating the frontend parts of
UW-Macrostrat/column-footprint-editorinto Macrostrat's web environment.This is an editor based on
@mapbox/mapbox-gl-draw, with added topological and snapping utilities.