Source code checked in, #75148
Revamped selection tool: no client code is needed, apart from providing layer handle in Map.ChooseLayer event. Works as before if the event isn't handled. Improved rendering for selection box...
View ArticleNew Post: 4.9.3 bug(2)
onMouseWheel event not response. the reason maybe that CmapView has lost focus. Solved method is below: void CMapView::OnLButtonDown(UINT nFlags, CPoint point) { ... SetFocus(); }
View ArticleSource code checked in, #75158
Couple of forgotten files plus an update of cmIdentify tool.
View ArticleSource code checked in, #75165
Tying loose ends as going forward with demo application.
View ArticleSource code checked in, #75166
Update of demo app, including editing of attributes and some limited PostGIS support.
View ArticleSource code checked in, #75172
Moved the test data to the root, so we can delete it from the trunk.
View ArticleSource code checked in, #75174
Updated these scripts for creating a new PostGIS database.
View ArticleSource code checked in, #75175
Make PostGIS style table to work with default schema for user.
View ArticleNew Post: mapinfo to shapefile OGRLayerToShapefile falls over for large MIF file
Hi there, I am using the latest release version of mapwingis (4.8.8). Same as current mapwindow gis desktop app uses. I tried to convert a mapinfo MIF file into shapefile using the Utils class...
View ArticleNew Post: Category expression syntax ?
Hi, I'm looking for a few documentation about expression syntax inside categories. Is there some function like SUBSTR([fieldname],2,3) to extract part of a field or INSTR to find a string inside...
View ArticleSource code checked in, #75179
cmAddPart, cmRemovePart cursors merged with cmEditShape (ShapeEditor.StartOverlay). Separate behaviors for vertex editing and part editing (ShapeEditor.EditorBehavior).
View Article