New Post: Compiler Warning - '_DMap.DrawBackBuffer' cannot be marshaled by...
Hi, I get also those warnings, as I like to have no warning, still no way to change code avoid them ? Thanks, Olivier 4.8.8
View ArticleSource code checked in, #74326
1. Fixes for custom tile server projections, including zoom bar support (currently it affects only Amersfoort/RDNew). 2. New GlobalSettings.LoadSymbologyOnAddLayer and...
View ArticleNew Post: Bugs in "Shapefile.SelectShapes" for polylines with multiple part...
I found that the Shapefile.SelectShapes cannot return the correct shape during editing mode. When I selected the first part of a polylines with multiple part in an attempt to select the whole shapes,...
View ArticleNew Post: snapshot not working
I recommend not to use snapshot but snapshot3 : using repetive calls to snapshot during mouseevent to drag the map, I get c++ runtime error after a dozen of seconds moving the map. Recursive or memory...
View ArticleSource code checked in, #74337
1. Revised handling of tiles when server and map projection don't match (e.g. server - GMercator, map - WGS84 UTM zone): - no auto snapping to discrete zoom level as those calculations aren't precise...
View ArticleSource code checked in, #74345
Version changed to 4.9.2 + a couple of fixes related to projection mismatch behavior.
View ArticleSource code checked in, #74350
1. Serialization of map projection and custom tile providers. 2. Fixes for drawing of chart values and scalebar during snapshot.
View ArticleNew Post: No LegendControl for MapWinGIS 4.9.1, so no use
I really felt excited about the new development of the MapWinGIS.ocx 4.9.1. However, I was disappointed that no relevant version of MapWinInterfaces.dll was provided. Legendcontrol is no longer used....
View ArticleNew Post: No LegendControl for MapWinGIS 4.9.1, so no use
There is no reason to be argumentative. Have you contributed any code to MapWindow? Have you provided any funding? This is a volunteer open source effort. Appreciate it for what it is.
View ArticleNew Post: No LegendControl for MapWinGIS 4.9.1, so no use
I am sorry for what I have said and done. I really love to use customised and light-weight GIS like MapWinGIS. I even give up ArcGIS. Everday, I go to your web to see whether there are new updates. I...
View ArticleNew Post: Memrory fault with byref ?
Hi To be able to use strict on option, I did my own PixelToProj function. What I don't understand is that if parameter "pnt" is "Byref", I get a memory fault. Thanks for any explanation. Oliviere2 is...
View ArticleNew Post: Memrory fault with byref ?
Hello Olivier,in C# I have ProjToPixel(pnt.x ,pnt.y, ref x, ref y)Greetings Maurits2014-05-10 12:06 GMT+02:00 olivier57 <[email removed]>:From: olivier57Hi To be able to use strict on option, I...
View ArticleNew Post: Memrory fault with byref ?
Hi velsto, Thanks for this answer, I have also this function in VB, but the inconvenient is that it returns X, Y as double when pixels are integer values (system.drawing.point). So you can't pass...
View ArticleNew Post: Add new vertice ?
Hi, I'm searching how can I create a new vertex on a polyline after user select the location of this vertex. I guess I may use some Pythagore's function but is there a more simple way to do that using...
View ArticleNew Post: Add new vertice ?
Here is what I would do if no better idea :Calcule distance between user point and a each line shapes created from each couple of vertex (0-1, 1-2, 2-3...) of the given shapeminimal distance found...
View Article