mapshaper icon indicating copy to clipboard operation
mapshaper copied to clipboard

Tools for editing Shapefile, GeoJSON, TopoJSON and CSV files

Results 130 mapshaper issues
Sort by recently updated
recently updated
newest added

When I wanted to add an empty layer and clicked on the add/edit polygons, it seemed to glitch into instead dragging the map and occasionally displaying an `unknown error occured`...

Hi. I am encountering an issue and kindly ask for your assistance. When I upload the files related to a map on Map Shaper website, I can see the map...

Hello, is there a command line way to draw a single geojson that surrounds the lat lon points. Lines can join the outermost points for example but there may be...

I tried to simplify a large GeoJSON file with polygons (cadastral parcels) with the following command: npx mapshaper kadastralekaart_perceelgrenzen.geojson -simplify 80% keep-shapes -o kadastralekaart_perceelgrenzen_simpel.geojson I received this error message: [907:0x7face0008000]...

Snap effects layers with the same source, even if the target is explicitly specified with target=

Now, when you import a shapefile, the mapsh ![微信图片_20240407103755](https://github.com/mbloch/mapshaper/assets/50069310/c8ba18cb-e570-4604-aaf4-dffb161f78fd) aper can not connect to the .dbf and .prj file

So after dissolving, failed layer merge attempts, and filtering; blue lines with the removed features are shown. this negatively impacts performance (to a major degree), so there should be an...

I import a GeoJson and try to export to SHP (used to work fine) and it has an error. Something to do with .prj and basemap issue?

I'm struggling with -require (again ;-) I'm having a bunch of scripts that extend mapshaper functionality that I use from time to time. To make it easier to use them...

I'm facing a problem with this commands: ``` -require myFn.js -run "myFn('foo',{optA:true,optB:false})" ``` The curly braces of the options-property are interpreted as template identifiers and result in an error. Maybe...