-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e6e7368
commit 88afd5d
Showing
5 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ Substitutes polygons and lines with markers when their screen size falls below a | |
|
||
![Example](https://cloud.githubusercontent.com/assets/159510/7164588/090c06fe-e399-11e4-956d-0283ef7e69cf.gif) | ||
|
||
(**NOTE:** The following refence reflects pre-release version 1.0-alpha.1. If you're looking to use the latest stable release, please refer to the [maintenance/0.3 branch](https://github.com/oliverroick/Leaflet.Deflate/tree/maintenance/0.3).) | ||
(**NOTE:** The following refence reflects pre-release version 1.0-alpha.2. If you're looking to use the latest stable release, please refer to the [maintenance/0.3 branch](https://github.com/oliverroick/Leaflet.Deflate/tree/maintenance/0.3).) | ||
|
||
## Installation | ||
|
||
|
@@ -17,15 +17,15 @@ Substitutes polygons and lines with markers when their screen size falls below a | |
Include the source into the `head` section of your document. | ||
|
||
```html | ||
<script src="https://unpkg.com/[email protected].1/dist/L.Deflate.js"></script> | ||
<script src="https://unpkg.com/[email protected].2/dist/L.Deflate.js"></script> | ||
``` | ||
|
||
### Install via NPM | ||
|
||
If you use the [npm package manager](https://www.npmjs.com/), you can fetch a local copy by running: | ||
|
||
```bash | ||
npm install [email protected].1 | ||
npm install [email protected].2 | ||
``` | ||
|
||
You will find a copy of the release files in `node_modules/Leaflet.Deflate/dist`. | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters