Skip to content

Commit

Permalink
update recommended plotty version
Browse files Browse the repository at this point in the history
  • Loading branch information
danwild committed Mar 11, 2021
1 parent 76c3259 commit f04e70b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Dependencies must be loaded:

- [Leaflet >= 0.7.7](http://leafletjs.com)
- [geotiff.js == 1.0.0-beta.13](https://github.com/constantinius/geotiff.js)
- [plotty == 0.4.1](https://github.com/santilland/plotty) (optional)
- [plotty >= 0.4.4](https://github.com/santilland/plotty) (optional)

```javascript
import "leaflet-geotiff-2";
Expand Down
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ <h2>Leaflet GeoTIFF (plotty example)</h2>

<!--deps-->
<script src="https://unpkg.com/[email protected]/dist/geotiff.bundle.js"></script>
<script src="https://unpkg.com/[email protected].1/dist/plotty.js"></script>
<script src="https://unpkg.com/[email protected].4/dist/plotty.min.js"></script>

<!--the plugin-->
<script src="../dist/leaflet-geotiff.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"rollup-plugin-babel": "^4.3.3"
},
"optionalDependencies": {
"plotty": "^0.4.1"
"plotty": "^0.4.4"
}
}

0 comments on commit f04e70b

Please sign in to comment.