mapshaper 0.7.13 → 0.7.15
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 +1729 -21
- package/package.json +7 -2
- package/www/geotiff.js +26355 -0
- package/www/index.html +2 -2
- package/www/mapshaper-gui.js +1865 -314
- package/www/mapshaper.js +1729 -21
- package/www/page.css +9 -0
package/www/index.html
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<html lang="en">
|
|
3
3
|
<head>
|
|
4
4
|
<title>Mapshaper</title>
|
|
5
|
-
<meta name="Description" content="A topology-aware tool for editing and converting geospatial
|
|
5
|
+
<meta name="Description" content="A topology-aware tool for editing and converting geospatial data. Works with Shapefile, GeoJSON, TopoJSON, GeoPackage, FlatGeobuf, GeoParquet, GeoTIFF, KML and CSV — in the browser or on the command line.">
|
|
6
6
|
<meta charset="UTF-8">
|
|
7
7
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
8
8
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
@@ -307,7 +307,7 @@ a smoother appearance.</div></div></div></div>
|
|
|
307
307
|
<span><input type="checkbox" class="advanced-import-options">with advanced options</span>
|
|
308
308
|
<div class="mini-drop-area">
|
|
309
309
|
<div class="subtitle">Drop, paste or <span class="add-btn inline-btn btn"><span class="label-text">select</span></span> files to import.</div>
|
|
310
|
-
<div class="subtitle">Shapefile, GeoJSON, TopoJSON, GeoPackage, FlatGeobuf, GeoParquet, KML and
|
|
310
|
+
<div class="subtitle">Shapefile, GeoJSON, TopoJSON, GeoPackage, FlatGeobuf, GeoParquet, GeoTIFF, KML, CSV and more are supported. Files can be zipped or gzipped.</div>
|
|
311
311
|
</div>
|
|
312
312
|
</div>
|
|
313
313
|
<div class="queued-file-section">
|