Skip to content
This repository was archived by the owner on Oct 28, 2025. It is now read-only.

Commit 321ca38

Browse files
committed
fix query combination
1 parent 6aa1455 commit 321ca38

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this package will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## [1.6.1] - 18-07-2024
9+
10+
### Fixed
11+
- Fixed the way tileset urls and keys are combined, solving issue with empty url query parameters
12+
813
## [1.6.0] - 18-07-2024
914

1015
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eu.netherlands3d.tiles3d",
33
"displayName": "Netherlands 3D - 3DTiles",
4-
"version": "1.6.0",
4+
"version": "1.6.1",
55
"unity": "2022.2",
66
"type": "library",
77
"keywords": [

0 commit comments

Comments
 (0)