Source code checked in, #75133
Bug fix for shapefile categories (caused by recent changes).
View ArticleNew Post: Shapefile disappear when zoom in
Hi, You can try to delete .sbn .sbx, this works for Arcgis files. Also try recreating index. Olivier
View ArticleNew Post: MapWinGis.Ocx 4.9.2 crashes on displaying Labels
Hi Ross, thanks for your reply. Yes, I did both - uninstall MapWingis.4.8.8 and install MapWinGis.4.9.2 on a newly installed Windows machine without Prior MapWinGis installation. Both to the same...
View ArticleSource code checked in, #75139
A first version of MapWinGIS Demo app with Legend control and Shape Editor (C#/.NET4).
View ArticleSource code checked in, #75140
a) new tools: cmMoveShapes, cmIdentify; b) new events: Map.ProjectionChanged, Map.UndoListChanged; c) new API member GlobalSettings.AttachMapCallbackToLayers; d) fixes: Shape.Clone, respecting max zoom...
View ArticleNew Post: 4.9.3 bug
CMapView{ ... ::CCriticalSection _panningLock ... } this member is set to unlock in function CMapView::Startup() in window xp,it will lead to deadlock when program run to panningLock.Lock . but in...
View ArticleSource code checked in, #75142
New cmRotateShapes cursor - interactive rotation of selected shapes of specified layer.
View ArticleNew Post: 4.9.3 bug
Thanks for catching this. Since v4.9 we no longer support XP. But do you have a suggestion how to solve this? Thanks, Paul
View ArticleNew Post: 4.9.3 bug
I try to compile 4.9.3 and change the code below , then it woks ok in window xp and window7 . void CMapView::Startup() {.... //_panningLock.Unlock(); .... }
View ArticleSource code checked in, #75144
Some refactoring of Shapefile and GeometryConverter classes.
View Article