Source code checked in, #75102
Shape editor: an overhaul of validation, ValidationMode property is added which is used everywhere across the code.
View ArticleSource code checked in, #75103
Shape editor: saving of data on cursor change, ShapeEditor.HighlightShapes property.
View ArticleNew Post: Allow collision between pictures ?
Hi, I have two point: one represented by a red square, and the other by a blue triangle. If the two pictures overlap, due to zoom level, only one picture is displayed. In this case, I would like the...
View ArticleNew Post: Allow collision between pictures ?
It works. Thanks a lot. So there is a mistake in documentation : tkCollisionMode Shapefile.CollisionMode [get, set] : Sets collision mode for labels of the shapefile. See tkCollisionMode enumeration.
View ArticleNew Post: Draw Lines with coordinates
There are various methods of the Map object, point, lines polygons etc. something like this TheMap.DrawLineEx(layer, X1, Y1, X2, Y2, Line, Colour) Which means themap = referance to your/the mapwin...
View ArticleNew Post: MapWinGis.Ocx 4.9.2 crashes on displaying Labels
Have you uninstalled 4.8 completely?
View ArticleNew Post: EditCellValue [solved] ( my mistake)
Hi, I noticed that when you call shapefile.EditCellValue(FieldIndex,ShapeIndex,newval) Shapeindex is modified ! So you can have idx =1 shapefile.EditCellValue(findx,idx,newval) msgbox(idx) will return...
View ArticleNew Post: EditCellValue [solved] ( my mistake)
Sorry, myy mistake, it's getting too late..."editcellvalue" was after "editinsertshape" and this one return the new shapeindex. So if it's the first shape inserted, idx will be 0.
View ArticleSource code checked in, #75114
a) dynamic loading OGR data for current map extents in background thread (first working version; more refinements soon); b) minor changed for Shape Editor; c) some bug fixes (reading of projection in...
View ArticleSource code checked in, #75121
More test data This tiff file is large (263 MB) and can't be committed. I've zipped it to a 44MB file and now it can be committed. Don't forget to unzip the file if you wan to use it.
View ArticleSource code checked in, #75122
More test data This Erdad image file is large (194 MB) and can't be committed. I've zipped it to a 28MB file and now it can be committed. Don't forget to unzip the file if you wan to use it.
View ArticleSource code checked in, #75126
Extended support of OGR layers: capability to save styles in mw_styles table in datasource, dynamic labels (OgrLayer.LabelExpression) and visualization categories (OgrLayer.GenerateCategories).
View Article