Source code checked in, #75184
Update of PostGIS/OGR styles. mwsymb files will be used during the import. The style itself will held layer state instead of shapefile state only.
View ArticleSource code checked in, #75188
IIdentifier COM class, accessible through Map.Identifier (holds properties of cmIdentify tool).
View ArticleSource code checked in, #75190
New ShapeEditor.SaveChanges, ShapeEditor.HasChanges API members. Discarding of changes removes entries from undo list.
View ArticleNew Post: Version of MapWinGIS for .Net?
Previously I had used the ActiveX version in a project used at a power company. In the past few years their security has become much tighter and the requirement for Admin privileges to do the...
View ArticleSource code checked in, #75192
Preserving style categories when working with undo list.
View ArticleSource code checked in, #75193
Update of demo app: context menu for selected shapes will be available in with cmMoveShapes and cmRotateShapes cursors.
View ArticleNew Post: Version of MapWinGIS for .Net?
I did some more research and testing and think that my application will run registration-free by simply doing the following:Set "Isolated" property for both MapWinGIS Components references (one for...
View ArticleNew Post: Need help on building the OCX project
Hi all. I am trying to compile the Trunk MapWinGIS2010 solution (in VS2013 as that is what I have). However due to fatal exceptions, the project cannot be built. Primarily errors are caused by missing...
View ArticleNew Post: Obtaining map data through a proxy server with authentication...
Hi all! Unable to load the map through the proxy server. My proxy server uses basic authentication. In the class "Tiles" is not possible to directly specify the user name and password. And in the...
View ArticleNew Post: filter labels
Hi, Is it possible to display only some labels according to another field ? Something like [TYPE] WHERE [STATUS]="OK" which would displays as a label the content of [TYPE] if the field [STATUS]...
View ArticleNew Post: filter labels
Ok, I answer myself...With .Labels .Generate("[TYPE]", MapWinGIS.tkLabelPositioning.lpMiddleSegment, False) Dim ct As MapWinGIS.LabelCategory ct = .AddCategory("OFF") ct.Expression = "[STATUS] = "...
View ArticleNew Post: Need help on building the OCX project
You need VC++2010 to be able to compile the ocx, because we use pre-compiled binaries that are made for VC++ 2010. Here you can read how to build:...
View ArticleNew Post: _DMapEvents_MouseDownEvent does not handle middle mouse down
Hi there, Has anyone successfully implemented the Middle mouse pressed to pan? I tried to use the Map mouse down event, however it does not handle middle mouse button at all. thanks, Yong
View ArticleSource code checked in, #75195
a) A bug fix for undo list. b) Some changes to polygon outline coloring in shape editor.
View Article