Source code checked in, #73946
All OGRGeometry objects are allocated and freed using the OGRGeometryFactory class.
View ArticleNew Post: Problem with method ShowToolTip(String, int) of MapWinGIS
Hi I never tried AxMap Tooltip but as a workaround, you can use standard .net tooltip like I do with Dim mapTooltip As New ToolTip() and load parameters with shape.key before displaying it. Olivier
View ArticleNew Post: check if mapwingis is installed
Hi, Is there a (simple) method to check, from an application, if mapwingis is installed ? Thanks, Olivier
View ArticleSource code checked in, #73947
Adjusted project settings to get SpatialIndex calls to work properly in TamasDebug configuration.
View ArticleSource code checked in, #73948
Upgraded to latest version (1.8.1) of SpatialIndex library.
View ArticleSource code checked in, #73949
Upgraded to latest version (1.8.1) of SpatialIndex library in Tamas configuration.
View ArticleSource code checked in, #73950
Started making changes to get the 64 bit configurations building properly.
View ArticleSource code checked in, #73952
Updates the image file open test and added a button to the form to run all file open tests at once.
View ArticleSource code checked in, #73953
Updated the AggregateShapefile test. It is still returning invalid shapes.
View ArticleSource code checked in, #73955
Made several tweaks based on scan using CppCheck. More to come!
View ArticleCreated Unassigned: Regression on temporary DBF file creation [25221]
Hi, I noticed when i switched to 4.9.1 (the version on the trunk) that an old problem that i used to have with label, came back. It was described...
View ArticleCreated Unassigned: Double click event notification [25222]
Hi, I need to catch double click on the map in the dialog containing MW activex but at the moment it's not working. I did the usual "ON_EVENT(map, IDC_MAP1, DISPID_DBLCLICK, DblClickMap1, VTS_NONE)"...
View ArticleSource code checked in, #73965
Shape.ClosestPoints method - returns line segment connecting this shape with another one passed as parameter. Uses GEOS method:...
View ArticleSource code checked in, #73976
Updated the SpatialIndex test in the TestApplication so that it only times code that is affected by indexing.
View ArticleNew Post: DrawingLayers
Hi, I am using version 4.8.8.1 in a VS2010 C# winforms project. Our code currently writes a message to the end user using the .AddDrawingLabel() method. Each time we encounter the same logic and need...
View Article