Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cf32eb3

Browse files
authored
Merge pull request #139 from matthewdowns/release/v1.1.0
1.1.0
2 parents 3fa1f2e + f0fb637 commit cf32eb3

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Add a script tag to your HTML file with your desired shapefile.js version from a
8484

8585
_You can use the minified version by simply replacing the ending **.js** extension with **.min.js**_
8686

87-
You will also need shims for [JSZip](https://github.com/Stuk/jszip) and [Moment Timezone](https://github.com/moment/moment-timezone)
87+
You will also need a shim for [JSZip](https://github.com/Stuk/jszip)
8888

8989
Use the `ShapefileJS` UMD global variable and access the `Shapefile` class
9090
```html
@@ -93,9 +93,8 @@ Use the `ShapefileJS` UMD global variable and access the `Shapefile` class
9393
<head>
9494
<meta charset="utf-8">
9595

96-
<!-- Load the shapefile.js library -->
96+
<!-- Load JSZip and shapefile.js libraries -->
9797
<script src="https://unpkg.com/jszip/dist/jszip.min.js"></script>
98-
<script src="https://unpkg.com/moment-timezone/moment-timezone.js"></script>
9998
<script src="https://unpkg.com/shapefile.js/dist/shapefile.js"></script>
10099

101100
<!-- Add custom JS logic -->

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shapefile.js",
3-
"version": "1.0.4",
3+
"version": "1.1.0",
44
"description": "Easily read and parse Shapefiles from the browser.",
55
"keywords": [
66
"shapefiles",

0 commit comments

Comments
 (0)