New Post: Problem Shapes with Images (GPX base map) no databases in Delphi...
The new release Sergei is talking about is downloadable for a short while at http://www.mapwindow.org/tmp/MapWinGIS-only-v4.9.3.3-Win32.exe Please test it and let us know if it solves your problems...
View ArticleNew Post: Problem Shapes with Images (GPX base map) no databases in Delphi...
Hi Paul. I've installated new version and works fine in XP for loading GPX file with AddLayerFromFilename method..... but, now draws points and not the trace .... . . . . . . . . . . . . . . . . . ....
View ArticleNew Post: Problem Shapes with Images (GPX base map) no databases in Delphi...
Hi Seriozha. (2) I'm drawing points in the cycle. Each new point is showed with its image whe it's the last one. When a new point is the last, it's showed, and all others are not painted... but their...
View ArticleNew Post: Problem Shapes with Images (GPX base map) no databases in Delphi...
2) point := CoPoint.Create; should be inside cycle, otherwise all your shapes are using the same point instance, and with each new iteration you overwrite old positions; 3) sf.GenerateLabels(0,...
View ArticleNew Post: Problem Shapes with Images (GPX base map) no databases in Delphi...
Regarding missing trace: gpx file can have several layers. It seems that only the first layer is opened now. I tested new installer, and all layers are still opened for me. As a workaround try to...
View ArticleNew Post: Problem Shapes with Images (GPX base map) no databases in Delphi...
Thanks Serguei. point was the problem.Resolved! And about images.... each new image adds at 0 index of shapeFile.ShapeCategory, and not at end.... That's all!!. Close post
View ArticleNew Post: Problem Shapes with Images (GPX base map) no databases in Delphi...
Ok. I must probate searching the appropiate layer ....
View ArticleSource code checked in, #75454
A fix for shapefile extents calculation when the first shape is empty.
View ArticleNew Post: user-defined markers in linepattern?
Hi, I hope I see the logic of composing - and using - linepattern from markers, but I'd like using markers not listed in tkDefaultPointSymbol enumeration. Is possible to use user-defined markers (pixel...
View ArticleReleased: MapWinGIS v4.9.3.3 Win32 (Jan 11, 2015)
What's New in 4.9.3.3 Release date: January 11th, 2015 The last commit number in this release is 75454; full commit history can be found athttps://mapwingis.codeplex.com/SourceControl/list/changesets...
View ArticleUpdated Release: MapWinGIS v4.9.3.3 Win32 (jan 11, 2015)
What's New in 4.9.3.3 Release date: January 11th, 2015The last commit number in this release is 75454; full commit history can be found at...
View ArticleNew Post: Problem Shapes with Images (GPX base map) no databases in Delphi...
I've just published v4.9.3.3 (https://mapwingis.codeplex.com/releases/view/541892) with the patch made by Sergei. Please post new questions in a new post. Thanks, Paul
View ArticleNew Post: user-defined markers in linepattern?
Hi, no, I don't think it's possible, only standard tkDefaultPointSymbol markers are supported. There are no particular obstacles to implement this, but it wasn't done so far. You can create a request...
View ArticleNew Post: user-defined markers in linepattern?
Hi Sergei, Thank you for your reply. OK, I see. Just for a short explanation: I'm working on an urban planning system, and (according to state rules) I have to implement predefined line-styles. In some...
View ArticleCreated Unassigned: user-defined markers in linepattern [25906]
Notice is hereby given that - because of our legislators - I have to create complicatedly shaped lines. Maybe others have similar problem.That's why I request a new functionality: the possibility of...
View ArticleUpdated Wiki: Building from source
Building MapWinGIS from source MapWinGIS is now much easier to build from source. Basically you need: VS2010 or higher with C++ installed;to checkout trunk version of the code from the repository with...
View ArticleCommented Unassigned: user-defined markers in linepattern [25906]
Notice is hereby given that - because of our legislators - I have to create complicatedly shaped lines. Maybe others have similar problem.That's why I request a new functionality: the possibility of...
View ArticleClosed Unassigned: 4.9.3 error on addLayer to MapView [25736]
Why not add layer to map? It will raise exception ! in verion 4.9.3!Comments: Since no further feedback was received and there are no complaints on the matter from other users, I consider it closed.
View ArticleClosed Unassigned: ProjToPixel Returning outrageous values [25373]
Hi,I have a Winforms C# app that loads a number of map layers in stateplane projection. It also has a GPS interface that requires:-an on-the-fly projection from decimal degrees to the stateplane...
View Article