-
Notifications
You must be signed in to change notification settings - Fork 274
load Maxar feature properties as structural metadata #1402
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
Merged
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
ca71862
Record string metadata
timoore 610ff00
record scalar GeoJson properties
timoore 0e714fc
Change variable name after PR review
timoore 97232b3
Merge branch 'main' into maxar-feature-properties
timoore 5a58575
Fix up clang-tidy and documentation complaints
timoore 1aebd45
Merge branch 'maxar-geojson-schema' into maxar-feature-properties
j9liu 485870d
Fix bugs in schema conversion
timoore a0b897b
Merge remote-tracking branch 'origin/maxar-feature-properties' into m…
timoore 101c9d5
Don't keep a reference to invalidated memory
timoore cce3626
Merge remote-tracking branch 'origin/main' into maxar-feature-properties
timoore da19ae4
Add unit test for GeoJSON metadata and fix exposed problems
timoore 9afa2a2
Respond to PR feedback
timoore daeb090
Fix shadowing error on Windows
timoore cf4cecf
More shadowing stuff plus make schema optional
timoore 08d92ee
Use sizeof(uint64_t) instead of sizeof(size_t)
timoore 70a3338
Try again for 32 bit platforms
timoore 6d93a36
Missed a size_t
timoore ebc4085
Resolve more byte vs size confusion in offsets
timoore 2ed9f01
Merge branch 'maxar-geojson-schema' into maxar-feature-properties
timoore 7014ee8
Include file for clang-tidy
timoore 79feaca
Verify GeoJSON property types against schema
timoore 354cf70
Resolve a clang-tidy warning about unchecked optional value use
timoore 04ba613
Do a better job of validating GeoJSON features against the schema
timoore 369d548
Be liberal in converting GeoJSON values based on the schema
timoore 2a68267
Fix clang-tidy and Windows compilation
timoore 20193c3
Pass intrusive pointer to schema as a reference
timoore c4fcd3e
Pass external schema to child tileset loaders
timoore 614a01d
Fix CI complaints
timoore 0e4c626
Respond to PR feedback
timoore c62bb92
Formatting
timoore 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
There are no files selected for viewing
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.