mbloch / mapshaper

Tools for editing Shapefile, GeoJSON, TopoJSON and CSV files
http://mapshaper.org
Other
3.66k stars 529 forks source link

Point layers and data layers do not show up #628

Closed atavoidturk closed 3 months ago

atavoidturk commented 3 months ago

When selecting a point/data layer, the map goes blank and the label at the top remains the same as the last non-point/data layer accessed. If there are only point/data layers, then the label will be blank. attempting to use -points on a broken data layer directly caused the console to break and refuse input, so did using the target= option for -points. Doing -points target=DataLayer -target PolygonLayer worked though. on the Web Version

atavoidturk commented 3 months ago

doing -points vertices on a polygon layer shows the point layer initially, but freezes the console. After selecting another layer, going back to the point layer no longer works.

mbloch commented 3 months ago

This should be fixed now, thanks