MapWindow / MapWindow5

MW5 is a desktop GIS which is extendable using the plug-in architecture. It is using the MapWinGIS mapping control and is created from scratch in 2015 using new technologies like MEF and Dependency Injection making it small in size, robust and fast.
290 stars 100 forks source link

SelectByRectangle #46

Closed JuntaoLi closed 5 years ago

JuntaoLi commented 5 years ago

Hi, System crash when I click feature by SelectByRectangle tool。 I looked at the MapWinGIS source code,found Shapefile_Selection.cpp-SelectShapeCore()-_shapeData[shapeVal]->shape is NULL

wanghai1988 commented 5 years ago

mark

pmeems commented 5 years ago

Which version are you using and what data did you load and how can we reproduce.

JuntaoLi commented 5 years ago

Which version are you using and what data did you load and how can we reproduce.

Hi,I am using MapWindow-5.4.0,add a shapefile (Polygon), click any feature by SelectByRectangle tool

pmeems commented 5 years ago

I just checked with the USA-sample data and I can confirm MW5 crashes. We will investigate this and provide a fix soon.

Thanks for catching this. I've created https://mapwindow.atlassian.net/browse/MW5CORE-218 for this.

pmeems commented 5 years ago

We've fixed the problem and I just published a new version of MapWindow5: https://github.com/MapWindow/MapWindow5/releases/ Please download and install it.

wanghai1988 commented 5 years ago

We've fixed the problem and I just published a new version of MapWindow5: https://github.com/MapWindow/MapWindow5/releases/ Please download and install it.

OK thanks