New Post: 2nd Map Control & Re-using Layers from 1st Map Control?
Hi, I have an app with an embedded MapWinGIS control. I would like to allow the end user to open a new dialog with a 2nd embedded MapWinGIS control, but I am hesitant to do so if I will have to reload...
View ArticleNew Post: 2nd Map Control & Re-using Layers from 1st Map Control?
Hello cdv,I may have some usefull code in my application Velsto, e.g. use of Delegates. You may download the source fromhttps://velsto.codeplex.com. Sent any queries you have to [email...
View ArticleCreated Unassigned: Class RegistryKey included multiple times [24895]
The class RegistryKey is included multiple times in the project (trunk of today):Grid\RegistryKey.cppGrid\RegistryKey.hUtilities\RegistryKey.cppUtilities\RegistryKey.hThe header files are equal, but...
View ArticleCreated Unassigned: Memory leak in CMapView::LoadMapState [24898]
There is a memory leak in `CMapView::LoadMapState()` method. The `CPLXMLNode* node` that gets allocated during XML parsing is never free'd.I suggest to insert a call to `CPLDestroyXMLNode(node);` right...
View ArticleCommented Unassigned: Memory leak in CMapView::LoadMapState [24898]
There is a memory leak in `CMapView::LoadMapState()` method. The `CPLXMLNode* node` that gets allocated during XML parsing is never free'd.I suggest to insert a call to `CPLDestroyXMLNode(node);` right...
View ArticleCommented Unassigned: Memory leak in CMapView::LoadMapState [24898]
There is a memory leak in `CMapView::LoadMapState()` method. The `CPLXMLNode* node` that gets allocated during XML parsing is never free'd.I suggest to insert a call to `CPLDestroyXMLNode(node);` right...
View ArticleCommented Unassigned: Memory leak adding Labels [24785]
Hi I've found that each time I call sf.Labels.Generate("[CITY_NAME]", MapWinGIS.tkLabelPositioning.lpFirstSegment, True)or similar the Private bytes used goes up. sf.labels.clear does not reduce this....
View ArticleCreated Unassigned: SHP_MULTIPOINT shape files are not drawn [24902]
Multipoint shape files are not drawn at all in MapWinGIS (at least in branch 4.8.8). The reason for this is a missing conditional in `ShapefileDrawing.cpp` in line 589: ``` C++ //...
View ArticleCommented Unassigned: SHP_MULTIPOINT shape files are not drawn [24902]
Multipoint shape files are not drawn at all in MapWinGIS (at least in branch 4.8.8). The reason for this is a missing conditional in `ShapefileDrawing.cpp` in line 589: ``` C++ //...
View ArticleNew Post: How create thick border around a group of shape but thin between them
hi, on my map ( french map) with 95 shape , one for each department, i wan't have a thick border around a group of department (region) but a thin border between departement on the same region. i don't...
View ArticleNew Post: How create thick border around a group of shape but thin between them
You need to look at categories and unique values. Here's an example:http://www.mapwindow.org/documentation/mapwingis4.8/_create_buffer_8cs-example.html Paul
View ArticleCreated Unassigned: Detecting installation of MapWinGIS Control within...
Hi,I would like to be able to dynamically instantiate the MapWinGIS control in my project. Has anyone attempted this?Details:I cannot be certain that my end-users desktops have MapWinGIS control. I...
View ArticleNew Post: How create thick border around a group of shape but thin between them
thank's that works fine as i whish
View ArticleNew Post: online base maps (like OSM)
Hello, I develop a geographic application which is offline. I am very interesting by 4.9.1 version of ocx found in source code; it would be a good solution to combine a fixed geopgrahic tile map...
View ArticleSource code checked in, #73424
Updated IntersectionGEOS() to use the new GEOS API calls
View ArticleSource code checked in, #73484
1. Map.FindSnapPoint (finds closest point to the given one across all shapefiles) and Map.TilesInCache (checks whether tiles for particular provider and given map extents were already loaded). 2....
View ArticleSource code checked in, #73491
All GEOS calls are redirected to GeosHelper static methods to switch between standard and thread safe API (http://trac.osgeo.org/geos/wiki/RFC3)
View Article