File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 22; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33
44#define MyAppName " MapWinGIS"
5- #define MyAppVersion " 4.9.4.3 "
5+ #define MyAppVersion " 4.9.5.0 "
66#define MyAppPublisher " MapWindow Open Source GIS Community"
77#define MyAppURL " http://www.mapwindow.org"
88#define SetupLocation " D:\dev\MapwinGIS\GitHub\src\InnoSetup"
99#define BinLocation " D:\dev\MapwinGIS\GitHub\src\bin"
10- ;; #define x64BitVersion
10+ #define x64BitVersion
1111
1212#ifdef x64BitVersion
1313 #define CPU " x64"
Original file line number Diff line number Diff line change 7777 </Reference >
7878 <Reference Include =" Interop.MapWinGIS" >
7979 <HintPath >..\interopCreator\bin\x86\Debug\Interop.MapWinGIS.dll</HintPath >
80- <EmbedInteropTypes >True </EmbedInteropTypes >
80+ <EmbedInteropTypes >False </EmbedInteropTypes >
8181 </Reference >
8282 <Reference Include =" Microsoft.CSharp" />
8383 <Reference Include =" System" />
Original file line number Diff line number Diff line change @@ -226,6 +226,8 @@ public void PointInPolygon()
226226 // Loop polygons:
227227 for ( var i = 0 ; i < numPolygons ; i ++ )
228228 {
229+ if ( found > 100 ) break ;
230+
229231 // Get polygon
230232 var polygonShape = sfPolygons . Shape [ i ] ;
231233 Assert . IsNotNull ( polygonShape , "polygonShape == null" ) ;
You can’t perform that action at this time.
0 commit comments