Skip to content
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

Merged
merged 12 commits into from
Nov 14, 2023
Merged

Release v1.0.2 #26

merged 12 commits into from
Nov 14, 2023

Commits on Aug 16, 2022

  1. Fixed hascode issue.

    xivk committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    a127e9e View commit details
    Browse the repository at this point in the history
  2. Minor bugfix.

    xivk committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    d876411 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Configuration menu
    Copy the full SHA
    68fb511 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #20 from pietervdvn/develop

    Update README: link packages
    xivk authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    afe2e5b View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. 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.
    rbrundritt authored Nov 22, 2022
    Configuration menu
    Copy the full SHA
    a5e99d5 View commit details
    Browse the repository at this point in the history
  2. Fix handling of empty geometries

    Closes #18
    FObermaier committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    83c856d View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Fix serializing default values for Tile.Value

    - added bool ShouldSerialize_xxx_Value() that checks Has_xxx_Value property
    - added unit tests
    
    closes #22
    FObermaier committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    bb14106 View commit details
    Browse the repository at this point in the history
  2. Fix MapboxTileWriter encoding of MultiPoint and Polygon rings (#21)

    * Last point removed for polygon rings
    * Multipoint encode fix
    kolyanch authored Nov 23, 2022
    Configuration menu
    Copy the full SHA
    b75d308 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Configuration menu
    Copy the full SHA
    f89f29b View commit details
    Browse the repository at this point in the history
  2. Fix tile range bug (#24)

    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.
    rbrundritt authored Jun 13, 2023
    Configuration menu
    Copy the full SHA
    0871418 View commit details
    Browse the repository at this point in the history
  3. 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
    kolyanch authored Jun 13, 2023
    Configuration menu
    Copy the full SHA
    3068c12 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    1fbb921 View commit details
    Browse the repository at this point in the history