Skip to content

Commit

Permalink
Add geoJson parser & data prop watcher
Browse files Browse the repository at this point in the history
Extend examples to test geoJson
Update dependencies to latest
Refactor parser
Add colorMappings to adjust example colors and legend texts
  • Loading branch information
TheGreatRefrigerator committed Aug 5, 2020
1 parent e95f3a9 commit c7a9efe
Show file tree
Hide file tree
Showing 19 changed files with 7,123 additions and 4,040 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- in case of vulnerabilities
-->
## [Unreleased]

### Added
- data watcher
- changing the 'data' prop now rebuilds the graph without
removing and adding the whole leaflet control by calling
addData() of the L.control.heightgraph instance
- 'geoJson' parser
- supports LineStrings, LineString-Features and FeatureCollections of
LineStrings
- geoJson examples
- second normal example
- colorMappings to adjust example colors and legend text

### Changed
- dependencies -> updated to latest

## [v0.1.2] - 2019-12-09

### Fixed
Expand Down
193 changes: 149 additions & 44 deletions dist/Vue2LeafletHeightGraph.common.js

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

Loading

0 comments on commit c7a9efe

Please sign in to comment.