Skip to content

Commit

Permalink
Merge pull request #1198 from OpenGeoscience/polygon-operations
Browse files Browse the repository at this point in the history
feat: Polygon operations
  • Loading branch information
manthey authored May 26, 2022
2 parents e13f6d9 + e9abfcf commit ffc7f42
Show file tree
Hide file tree
Showing 25 changed files with 17,340 additions and 264 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'
- uses: browser-actions/setup-firefox@latest
- run: sudo apt-get install --yes --no-install-recommends optipng
- run: sudo apt-get remove --yes fonts-lato
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# GeoJS Change Log

## Version 1.9.0

### Features

- Polygon operations ([#1198](../../pull/1198))
- Use meta keys to modify annotations ([#1209](../../pull/1209))

## Version 1.8.10

### Improvements
Expand Down
Loading

0 comments on commit ffc7f42

Please sign in to comment.