New Post: Obtaining map data through a proxy server with authentication...
There is no way to do it indeed, which is quite deplorable. I've just made some quick fix - Tiles.SetProxyAuthorization method. It uses BASIC authorization scheme. Http client will use provided...
View ArticleSource code checked in, #75216
Small delay between HTTP tile requests is introduced as an attempt to address an issue of sometimes occuring retransmissions:...
View ArticleNew Post: HTTP delays with tiles (tell us about your experience)
It seems we have issues with tiles performance. If I analyze HTTP requests that MapWinGIS generates in Fiddler, there are sometimes 3 second delays, i.e. initial request didn't succeed and...
View ArticleNew Post: HTTP delays with tiles (tell us about your experience)
It seems we have issues with tiles performance. If I analyze HTTP requests that MapWinGIS generates in Fiddler, there are sometimes 3 second delays, i.e. initial request didn't succeed and...
View ArticleNew Post: 4.9.2 measurement tool units
At http://www.mapwindow.org/documentation/mapwingis4.9/class_measuring.html I read "Current implementation support only metric units (meters, kilometres)." So it seems it is not possible. Of course...
View ArticleNew Post: Very slow Rendering in version 4.9.2
You don't need to call axMap1.Redraw(); after axMap1.AddLayer(sf, true); And perhaps adding a spatial index might help:...
View ArticleNew Post: Shapfiles for the Examples
If you go to the Download tab, you can download sample data. It contains shapefiles and raster files. Those files are also used in the TestApplication. You can look at the source of the TestApplication...
View ArticleSource code checked in, #75231
Description of new API members in docs (ShapeEditor, UndoList, Identifier interfaces, etc). Some more updates are still to come.
View ArticleNew Post: how to create a chart in mapwingis using visual basic net
Did you have a look at the Charts class in MapWinGIS: http://www.mapwindow.org/documentation/mapwingis4.9/class_charts.html#details Thanks, Paul
View ArticleNew Post: ZoomToShape seems to reset fill color
Perhaps you can try to re-select the shape using set_ShapeSelected: http://www.mapwindow.org/documentation/mapwingis4.9/group__shapefile__selection.html#gae9b798726364cc0fbf97a468848b826d Thanks, Paul
View ArticleNew Post: Shapefile Units
I believe the map units are set according to the projection. But you can set the MapUnits as well:...
View ArticleNew Post: get_ShapeLayerPointType
Sorry I didn't get back to you sooner. Did you look at this example: http://www.mapwindow.org/documentation/mapwingis4.9/_point_icons_8cs-example.html It shows how to use an image as point, you should...
View ArticleNew Post: DrawPolygonEx broader line colour
How are you drawing the polygon? As a new shape of a shapefile or on a drawing layer? Thanks, Paul
View ArticleSource code checked in, #75234
a) Project configurations added: Release (still /MD rather than /MDd as one would expect, but optimization is on) and VLD (for Visual Leak Detector tool; also in /MD mode). b) Some memory leaks are...
View ArticleNew Post: DrawPolygonEx broader line colour
thanks, Paul, I am drawing polygons on a drawing layer: Map.NewDrawing() and Map.DrawPolygonEx() regards, Yong
View ArticleSource code checked in, #75235
Major effort to get rid of memory leaks, mostly BSTR related this time. Thanks to Deleaker tool.
View Article