Skip to content

Commit

Permalink
Merge pull request #207 from Geodan/release_2_16_0
Browse files Browse the repository at this point in the history
release 2.16.0
  • Loading branch information
bertt authored Aug 29, 2024
2 parents 561cf9e + fe2f49a commit 980d39c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,14 @@ Press F5 to start debugging.

## History

2024-08-29: release 2.16.0:

- Parameter -g --geometricerrors changed to -g, --geometricerror;

- Added parameter --geometricerrorfactor;

- Parameter -r --refinement default changed from REPLACE to ADD;

2024-08-15: release 2.15.1: assume RGBA format for hex color values, not ARGB

2024-08-14: release 2.15: add alpha blending support. Parameter --default_alpha_mode (default OPAQUE, options OPAQUE/BLEND/MASK)
Expand Down
6 changes: 3 additions & 3 deletions src/pg2b3dm/pg2b3dm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<PackageOutputPath>./nupkg</PackageOutputPath>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<ToolCommandName>pg2b3dm</ToolCommandName>
<Version>2.15.1</Version>
<Version>2.16.0</Version>
<Description>Console tool for converting PostGIS geometries to 3D Tiles</Description>
<AssemblyVersion>2.15.1</AssemblyVersion>
<FileVersion>2.15.1</FileVersion>
<AssemblyVersion>2.16.0</AssemblyVersion>
<FileVersion>2.16.0</FileVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Company>Geodan</Company>
Expand Down

0 comments on commit 980d39c

Please sign in to comment.