MapWindow / MapWinGIS

MapWinGIS.ocx is a FREE and OPEN SOURCE C++ based geographic information system programming ActiveX Control and application programmer interface (API) that can be added to a Windows Form in Visual Basic, C#, Delphi, or other languages that support ActiveX, providing your app with a map. Go to our forum for questions and help:
https://mapwindow.discourse.group/
Mozilla Public License 2.0
270 stars 134 forks source link

While I input an expression like “$perimeter 9”, then caused the crash. #230

Open ningfc opened 1 year ago

ningfc commented 1 year ago

While I input an expression “$perimeter 9”, the expression will be parse and get the partIndex = 9 at the code below. image

and will use partIndex at image

, So the index out of range.