mapshaper 0.6.113 → 0.6.115
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/mapshaper.js +2851 -355
- package/package.json +4 -2
- package/www/geopackage.js +4362 -0
- package/www/index.html +2 -2
- package/www/mapshaper-gui.js +81 -33
- package/www/mapshaper.js +2851 -355
- package/www/modules.js +0 -1
- package/www/sql-wasm.wasm +0 -0
package/www/modules.js
CHANGED
|
@@ -32359,7 +32359,6 @@
|
|
|
32359
32359
|
var geographiclibGeodesic_minExports = requireGeographiclibGeodesic_min();
|
|
32360
32360
|
var GeographicLib = /*@__PURE__*/getDefaultExportFromCjs(geographiclibGeodesic_minExports);
|
|
32361
32361
|
|
|
32362
|
-
// Export modules for use with custom require() function
|
|
32363
32362
|
window.modules = {
|
|
32364
32363
|
'iconv-lite': iconvLite,
|
|
32365
32364
|
'idb-keyval': idbKeyval,
|
|
Binary file
|