-
Notifications
You must be signed in to change notification settings - Fork 13
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
Release v1.0.2 #26
Release v1.0.2 #26
Commits on Aug 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a127e9e - Browse repository at this point
Copy the full SHA a127e9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d876411 - Browse repository at this point
Copy the full SHA d876411View commit details
Commits on Nov 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 68fb511 - Browse repository at this point
Copy the full SHA 68fb511View commit details -
Merge pull request #20 from pietervdvn/develop
Update README: link packages
Configuration menu - View commit details
-
Copy full SHA for afe2e5b - Browse repository at this point
Copy the full SHA afe2e5bView commit details
Commits on Nov 22, 2022
-
Code clean up and minor improvements (#16)
- Clean up a lot of code (a lot as per VS code analysis recommendations and required - Added a lot more test cases and functional test (found and fixed a couple of bugs when using more complex data). - Enhanced the sample app.
Configuration menu - View commit details
-
Copy full SHA for a5e99d5 - Browse repository at this point
Copy the full SHA a5e99d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83c856d - Browse repository at this point
Copy the full SHA 83c856dView commit details
Commits on Nov 23, 2022
-
Fix serializing default values for Tile.Value
- added bool ShouldSerialize_xxx_Value() that checks Has_xxx_Value property - added unit tests closes #22
Configuration menu - View commit details
-
Copy full SHA for bb14106 - Browse repository at this point
Copy the full SHA bb14106View commit details -
Fix MapboxTileWriter encoding of MultiPoint and Polygon rings (#21)
* Last point removed for polygon rings * Multipoint encode fix
Configuration menu - View commit details
-
Copy full SHA for b75d308 - Browse repository at this point
Copy the full SHA b75d308View commit details
Commits on Jun 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f89f29b - Browse repository at this point
Copy the full SHA f89f29bView commit details -
TileRange Count property was an `int` which fails when zoom level is >= 16. Changed it to a `long` and added a test case for this scenario.
Configuration menu - View commit details
-
Copy full SHA for 0871418 - Browse repository at this point
Copy the full SHA 0871418View commit details -
Mapbox Vector Tiles: Integer local tile coordinates (#23)
* Last point removed for polygons in MapboxTileWriter * Multipoint encode fix * MultiPoint in MapBoxTileWriter: returned and modified the point hit check in extent * Pixel coordinates are made integer * Added comments and a little refactoring * Reverted some tests. The IsGreaterThanOnePixelOfTile method has been moved to TileGeometryTransform * Removed unused using * Returned the old conversion methods to the WebMercatorHandler class
Configuration menu - View commit details
-
Copy full SHA for 3068c12 - Browse repository at this point
Copy the full SHA 3068c12View commit details
Commits on Nov 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1fbb921 - Browse repository at this point
Copy the full SHA 1fbb921View commit details