File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff 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
8989Use 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 -->
You can’t perform that action at this time.
0 commit comments