Skip to content

Commit

Permalink
Merge pull request #1038 from OpenGeoscience/v0.19.7
Browse files Browse the repository at this point in the history
Version 0.19.7.
  • Loading branch information
manthey authored Oct 7, 2019
2 parents 61d47af + 38a5540 commit 722e55c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 35 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Change Log

## Unreleased
## Version 0.19.7

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

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

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

### Bug Fixes
- Mouse wheel events didn't recompute gcs coordinates, so a wheel event without a previous move event coult list the wrong location (#1027)
Expand Down
43 changes: 12 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "geojs",
"version": "0.19.6",
"version": "0.19.7",
"description": "JavaScript Geo Visualization and Analysis Library",
"homepage": "https://github.com/OpenGeoscience/geojs",
"license": "Apache-2.0",
Expand Down

0 comments on commit 722e55c

Please sign in to comment.