Source code checked in, #73991
Updated the ClipGridByPolygon test. It now uses a textfile with the needed files as input. This makes it possible to run the test multiple times with different data.
View ArticleSource code checked in, #73993
Added MW readme for spatialindex code. Updated ignore lists.
View ArticleSource code checked in, #73996
New lib for the spatialindex library. Brad made the upgrade to the latest version (v1.8.1), I just compiled and committed the binary.
View ArticleSource code checked in, #73997
Updated the project. As post-build action CopyTamasFiles.bat is called which is just copying the necessary files instead of all DLLs
View ArticleSource code checked in, #73999
Getting ready for the new installer. Cleaning up the bin folder, because we no longer commit these files. They will be copied when the ocx is compiled.
View ArticleCreated Unassigned: EditCellValue string/Integer problem [25251]
Hi,I think that using EditCellValue to insert an int to a string field transform the value to 0. (EditCellValue(fld,num,3) returns 0 in the field of the shapefile.I transformed my string field to an...
View ArticleNew Post: Some commits on 4.8 may have been lost when switching the trunk to 4.9
I recently starting using MW 4.9 (the version currently on the trunk) and I noticed that one old bug had come back regarding temporary file for label generation. I opened a ticket here describing the...
View ArticleNew Post: Double click handling
Hi, The software i'm working on is uging MW and I need to handle the Double click event in my application. Unfortunately the event is catched by MW and my application receives no notification. I...
View ArticleSource code checked in, #74005
.prj file won't be written if projection string for shapefile is empty.
View ArticleNew Post: sf.table.query: general rules and specific characters
Hello, I've been developing an application with mapwingis. I've managed to make the basic table.query commands work (as in selecting by a specific field with AND and OR operands). 1) is it possible to...
View ArticleNew Post: Problem trying Osm tiles provider
Hi, I'm working with the trunk version and I'm trying to use the new features that allows to use openstreetmap data directly in mapwingis. Does any one know if it's working in the trunk ? because I...
View ArticleSource code checked in, #74009
First attempt to add a test for tiling. So far no tiles are loaded.
View ArticleSource code checked in, #74010
ClipGridWithPolygon method has proper return values. Updated TestApplication to close Grid objects after adding them as layers to the Map control.
View ArticleSource code checked in, #74011
Shapefile.GetClosestPoint renamed to Shapefile.GetClosestVertex to avoid confusion with new Shape.ClosestPoints.
View ArticleSource code checked in, #74013
Request logging (Tiles.StartLogRequests, Tiles.StopLogRequests) and some fixes for tiles.
View ArticleSource code checked in, #74014
1. Projection for map will be grabbed from the first shapefile layer (so tiles can work out of the box). 2. Map.ZoomToTileLevel will work when map projection is other than Google Mercator. 3. A fix for...
View Article