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

mapshaper works by building an internal topological representation of the map. Is it possible (or perhaps: please make it possible!) to export this topological representation in any format? If someone...

Splinter polygons can form as a byproduct of some operations, like clipping and erasing. There should be a way to remove these. Perhaps the clip/erase commands should automatically filter out...

![selection_001](https://user-images.githubusercontent.com/899988/52072929-775deb80-2586-11e9-9ff0-b2d05217c478.png) blue: input, red: output `mapshaper -i input.geojson -o rfc7946 damaged.geojson` Skipping rfc7946 option removes the problem. Is this changing geometry a bug and should not happen (I will post...

I reviewed the CLI Mapshaper help for -proj and -projections and also the online documentation and I'm still not sure how to format the command for getting the results I...

mapshaper -i test.geojson -lines fields=building -o out.geojson test.geojson content: ``` { "type": "FeatureCollection", "features": [ { "type": "Feature", "id": "way/52004195", "geometry": { "type": "Polygon", "coordinates": [ [ [ 19.9275616, 50.0560056...

First off, I wanted to say that I love this utility. It's so much faster than ogr2ogr has been for what I'm trying to do. The only problem I've had...

Let's say you have two layers, one congressional district in a state and every zip code in that state. I want to be able to create a layer of zip...

So, maybe there's a command that does this more simply, but I was wondering whether it was possible to render data as a path, starting from a points layer? Say,...

Hi -- I'm not sure if this is the expected output, but I noticed when simplifying the attached geojson consisting of two MultiPolygons, the output results in a degenerate polygon...

Trying to figure out how to run the line intersection check as it's own method. Is this something accessible to the command line tool or a method I can invoke...