New Post: DrawPolygonEx broader line colour
When draw a custom polygon, we can only specify one colour and that is used in both the filling colour and the broader line colour. However, for a polygon shapefile, we can specify a different boarder...
View ArticleNew Post: migrating from 4.8.8 to 4.9
BTW, dont think you can have 2 different version of MapWinGis installed at the same time Ross
View ArticleNew Post: Sample code project
From what i have read adding a legend can be a bit of a bugger, but there are a few post about where is discussed:...
View ArticleSource code checked in, #74874
1. New Utils.ReclassifyRaster method. 2. New PredefinedColorSchemes for grids: Rainbow, ReversedRainbow.
View ArticleSource code checked in, #74887
Updated the grid proxy test to use the new rainbow color schemes. Added a test for the new reclassify method.
View ArticleNew Post: get_ShapeLayerPointType
Is it me that get_ShapeLayerPointType always returns zero? set_ShapeLayerPointType seems to work fine. Did anyone else try this?
View ArticleNew Post: Creating a polygon
How do I create a polygon with vertices? I use the following and it doesnt seem to work. pNewShape = New MapWinGIS.Shape For j = 0 To n GetXY(j,x,y) pNewShape.AddPoint(x, y) next any ideas?
View ArticleNew Post: Creating a polygon
I haveMapWinGIS.Shape s = new MapWinGIS.Shape();s.Create(MapWinGIS.ShpfileType.SHP_POINT);MapWinGIS.Point p = new MapWinGIS.Point();p.x = x;p.y = y;s.InsertPoint(p, ref inds);2014-08-19 3:26 GMT+02:00...
View ArticleSource code checked in, #74902
A fix adjusting no data value in Utils.ReclassifyRaster to fit into float data type.
View ArticleNew Post: ShapeDrawingOptions for DrawingLayer
We went ahead and added some new methods and properties to MapWinGIS to solve your problem. We did not add them to the DrawingLayer Class. Here is an example of the usage:...
View ArticleNew Post: Creating a polygon
Which version of MapWinGIS are you using? AddPoint was added as a shorthand for velsto his snippet in v4.9.0. Here's the documentation:...
View ArticleNew Post: get_ShapeLayerPointType
I think it is better to use the DefaultDrawingOptions Class: http://www.mapwindow.org/documentation/mapwingis4.9/class_shapefile.html#ab50d2c01b4848368852ea87cbcf6e5d4
View ArticleNew Post: Sample code project
Did you look at this page:http://www.mapwindow.org/documentation/mapwingis4.9/getting_started.html It just mentions the map control, not the legend control. Paul
View ArticleNew Post: migrating from 4.8.8 to 4.9
Ross is right. MapWinGIS is an ActiveX control, meaning you can have only one version. Before installing a different version uninstall all other versions including MapWindow. We have no plans for a...
View ArticleNew Post: get_ShapeLayerPointType
Paul, Pardon my amateur qn but how do I use "DefaultDrawingOptions" to get "ShapeLayerPointType". In my 4.8.8 version I have "ShapeDrawingMethod" for map control but unable to point out which one I...
View Article