-
Notifications
You must be signed in to change notification settings - Fork 80
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
Save Atlas to ProtobufAtlas similar to TextAtlas #99
Merged
Merged
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
bb7706a
Fully integrated protobuf build flow with gradle. See ECLIPSE_README.…
lucaspcram 1890bc8
Fixed spotless application to ignore generated source code.
lucaspcram a03cade
Initial, naive implementation of proto specs for Tags and Points.
lucaspcram 4e05e34
Small updates to the README files.
lucaspcram 18611a3
Started implementation of naive ProtoAtlasBuilder
lucaspcram f382466
Implemented Point and Line packing.
lucaspcram fd9af27
Stylistic and structural changes per PR notes.
lucaspcram fbdaacc
Trying to get Areas working with the serializer.
lucaspcram c9720fe
Fixed tab indentation to use spaces in suppressions.xml
lucaspcram bc15496
Trying to fix the Area serialization. Currently failing due to Polygo…
lucaspcram a804b72
Fixed failing tests, which were due to bad copy paste.
lucaspcram 40437f7
Integrated a few PR style suggestions.
lucaspcram 70abe50
Added an area count to the metadata.
lucaspcram 1eba0c9
Last of the copy paste shenanigans that I messed up. I hope. lol
lucaspcram d08f1a8
Ok. If this is not the last copy-paste bug then I resign.
lucaspcram 5aa04a8
Initial drafts of Node and Edge protos.
lucaspcram 539337e
Added unit tests for the proto converter classes.
lucaspcram 0bfec87
Changed packages on the converter classes per PR suggestions.
lucaspcram 5ce39d5
Forgot to stage this file.
lucaspcram 6359a6f
Implemented support for Nodes and Edges.
lucaspcram ba3b136
Almost done with relations. Small bug with the OSM identifier. See un…
lucaspcram 6db5ee7
Fixed bug with relation packing. Relations work!
lucaspcram a7266a6
Lots of ProtoAtlas testing.
lucaspcram 27aa4e2
Added some commands for converting between Packed and ProtoAtlases. T…
lucaspcram 4cd48d0
Fixed spotless formatting issue.
lucaspcram 4a06a5d
Wrote a quick test class to investigate the proto size discrepancies.
lucaspcram cd9fb95
Fixed bug where tags containing delimiter characters were not deseria…
lucaspcram f8db3ff
Added a ProtoAtlas file suffix to FileSuffix per Mike suggestion
lucaspcram 307b015
Changed hardcoded protoc value in build.gradle
lucaspcram 0e19a0b
Tweak to buildflow. Gradle project refresh still requires a rebuild, but
lucaspcram 2678b77
Small tweak to prevent Gradle Refresh from deleting the generated code.
lucaspcram bc6f404
Added a task to actually clear the generated code.
lucaspcram fe1e9a1
Slight tweak to build.gradle to fix beforeMerged
lucaspcram 3918bb8
Hopefully ready for merge
lucaspcram ee43801
Finalized fixes to gradle. Everything should work now.
lucaspcram eeeb127
Slight change to README
lucaspcram 0d4e3f0
Fixed checkstyle and spotless suppressions to deal with new generated…
lucaspcram 9657bac
Final changes before merge. Hopefully we are ready to go.
lucaspcram 79e7450
Fixed some nits.
lucaspcram File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Trying to fix the Area serialization. Currently failing due to Polygo…
…n issues.
- Loading branch information
commit bc1549683355cb7ff39f3055b4f604dbf99424cf
There are no files selected for viewing
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can this TODO be removed?