Skip to content

Commit 722e55c

Browse files
authored
Merge pull request #1038 from OpenGeoscience/v0.19.7
Version 0.19.7.
2 parents 61d47af + 38a5540 commit 722e55c

File tree

3 files changed

+16
-35
lines changed

3 files changed

+16
-35
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Change Log
22

3-
## Unreleased
3+
## Version 0.19.7
44

55
### Features
6-
- The osmLayer now has predefined `tileSources` that can be used with the `source` method or property to switch multiple parameters at once. (#1020)
6+
- The osmLayer now has predefined `tileSources` that can be used with the `source` method or property to switch multiple parameters at once (#1020)
77

88
### Improvements
99
- Points with small radii or thin strokes are rendered better (#1021)
@@ -13,7 +13,7 @@
1313
- Less data is transfered to the GPU when only styles have changed in webgl line or polygon features (#1016)
1414

1515
### Changes
16-
- Switched the default tile server to Stamen Design's toner-lite. (#1020)
16+
- Switched the default tile server to Stamen Design's toner-lite (#1020)
1717

1818
### Bug Fixes
1919
- Mouse wheel events didn't recompute gcs coordinates, so a wheel event without a previous move event coult list the wrong location (#1027)

package-lock.json

Lines changed: 12 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "geojs",
3-
"version": "0.19.6",
3+
"version": "0.19.7",
44
"description": "JavaScript Geo Visualization and Analysis Library",
55
"homepage": "https://github.com/OpenGeoscience/geojs",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)