Skip to content

Commit

Permalink
Merge pull request #1035 from OpenGeoscience/marker-feature
Browse files Browse the repository at this point in the history
Add a marker feature.
  • Loading branch information
manthey authored Mar 9, 2020
2 parents ff9fbc7 + 76f712c commit f36a947
Show file tree
Hide file tree
Showing 19 changed files with 1,906 additions and 110 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## Unreleased

### Features
- Added a marker feature (#1035)

## Version 0.19.8

### Changes
Expand Down
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ module.exports = $.extend({
lineFeature: require('./lineFeature'),
map: require('./map'),
mapInteractor: require('./mapInteractor'),
markerFeature: require('./markerFeature'),
meshFeature: require('./meshFeature'),
object: require('./object'),
osmLayer: require('./osmLayer'),
Expand Down
Loading

0 comments on commit f36a947

Please sign in to comment.