New Post: Problem about open multiband raster image
We've also implemented multiband tiff's in the MapWindow sister project DotSpatial (dotspatial.codeplex.com).----------------------------------Daniel P. Ames, Ph.D., P.E. Associate Professor, Civil...
View ArticleNew Post: Cannot catch double click on the map
Hi, I was using in my Mapwingis MFC application, the double click event from the control ( using the default Dispatch ID ). It was working fine with the release version ( 4.8) . But since I use the...
View ArticleNew Post: Iterate through Selected Shapes
ok I already had the iteration in my code. thats a great addition to the next version. AGP
View ArticleNew Post: Cannot catch double click on the map
This may have been broken when I fixed another issue. Any way you could send some sample code? No big deal if not, but it would speed things up if you did. Thanks. Brad
View ArticleNew Post: Is Something Wrong with OnDrawBackBuffer?
Try adding a call to Dispose() at the end of your axMap_OnDrawBackBuffer() method: g.Dispose(); Resolved the issue for me. MSDN recommends this as well...
View ArticleNew Post: Is Something Wrong with OnDrawBackBuffer?
heste015 wrote: Try adding a call to Dispose() at the end of your axMap_OnDrawBackBuffer() method: g.Dispose(); Resolved the issue for me. MSDN recommends this as well...
View ArticleNew Post: "Object is currently in use elsewhere" error
No drawings but possible multi-threading. My app has a splashcreeen and I write to a progress label from the main form using Me.Invoke. However I use this approach on many, many apps and the only one I...
View ArticleNew Post: "Object is currently in use elsewhere" error
Also when building my project I get this in the Output window: ------ Rebuild All started: Project: Project1, Configuration: Debug Any CPU ------ COM Reference 'MapWinGIS' is the interop assembly for...
View ArticleNew Post: Problem about open multiband raster image
Would you give me some sample code, or which function can do this work?
View ArticleNew Post: beginers problem with VBA - MS ACCESS 2002 - mapwingis.ocx
Hi, I'm a mapwingis newbie with very limited experience with vba. I'm trying to build a very simple MS ACCESS 2002 application just to record x,y locations in a table by interactively selecting them in...
View ArticleSource code checked in, #71657
Added extra error checking when get information about layers from the map control.
View ArticleSource code checked in, #71662
Two new tile providers: Rosreestr and Topomapper. WMSGMercProvider base class which can be used for any other WMS servers with EPSG:3857/900913. Updated versions for a couple of tile providers.
View ArticleSource code checked in, #71663
1. Properties Map::LayerMaxVisibleZoom and Map::LayerMinVisibleZoom to set dynamic visibility by tile zoom levels. 2. Map::ZoomToTileLevel(int) method 3. Scalebar will show "real" distances measured on...
View ArticleSource code checked in, #71664
1. Tiles::PrefetchToFolder method to cache tiles as .png files on disk. A basic implementation of disk cache provider which can be extended later. 2. Tiles::get_CurrentZoom property.
View ArticleNew Post: Cannot catch double click on the map
Hi, Sorry for the delay, meanwhile we have solved the problem. It seems that firedoubleclicEvent is not called. On the double click event handler of mapwingis it's just calling the OnLbuttonClick()...
View ArticleNew Post: Cannot catch double click on the map
This is interesting. I'm surprise that you were ever able to get the DblClick call since MapWinGIS does not explicitly do anything with the double click. I mean to say, there was never any code calling...
View ArticleNew Post: "Object is currently in use elsewhere" error
Also when building my project I get this in the Output window: ------ Rebuild All started: Project: Project1, Configuration: Debug Any CPU ------ COM Reference 'MapWinGIS' is the interop assembly for...
View ArticleNew Post: Cannot catch double click on the map
Ok, when we investigated we didn't found anything that changed on that side, our implementation of the double click event didn't change in the last 2 years, we are using it since 4.6, and we found the...
View ArticleSource code checked in, #71679
1. Projection bounds checks for tiles. Ensure correct display of tiles at small zoom levels (1, 2). 2. Image.Warped property. Returns true if GDAL virtual warped dataset was created to open the image....
View Article