New Post: ApplyLegendColors in Delphi
This code will only work in earlier versions (I don't see what version you are using). In 4.8/4.9 the proper way to go is to use Shapefile.Categories.Generate. ColorScheme and ColorBreak classes are...
View ArticleNew Post: MapWinGIS 3.9.2 tileprovider problem
The latest 4.9.3 release has the recent version. Perhaps this can give some idea on updating of the version in previous releases, though I would suggest to use the latest release instead. Updating...
View ArticleNew Post: Installation MapWinGis.ocx rev 52393 . Error in Delphi
I removed the property from API, so there should be no problem in version 4.9.3.
View ArticleNew Post: MapWinGIS 3.9.2 tileprovider problem
Thanks! I updated to version 4.9.3 and got the tile providers working. I hope you could make the provider interface in mapWinGIS get the version automatically (with an option to get it manually too)...
View ArticleReleased: MapWinGIS v4.9.3.1 Win32 (Dez 29, 2014)
What's New in 4.9.3.1Release date: December 29th, 2014 The last commit number in this release is 75418; full commit history can be found athttps://mapwingis.codeplex.com/SourceControl/list/changesets...
View ArticleUpdated Release: MapWinGIS v4.9.3.1 Win32 (dec 29, 2014)
What's New in 4.9.3.1Release date: December 29th, 2014The last commit number in this release is 75418; full commit history can be found at...
View ArticleUpdated Wiki: Notes493part2
1. Licenses for data formats: MapWinGIS itself is licensed under MPL, which is perhaps isn't too restrictive for most developers. However this doesn't apply to all the data sources that MapWinGIS uses....
View ArticleUpdated Wiki: Notes493part2
1. Licenses for data formats: MapWinGIS itself is licensed under MPL, which is perhaps isn't too restrictive for most developers. However this doesn't apply to all the data sources that MapWinGIS uses....
View ArticleNew Post: MapWinGis 4.9.3.1 Load from gpx file
The component was changed a lot since downloaded version last year. The Api is very difficult for search. Is there any method for load points from a gpx file? or only from shp files? Is there any...
View ArticleNew Post: MapWinGis 4.9.3.1 Load from gpx file
I've just checked and .gpx files can be opened by our demo app which is shipped with the new MapWinGIS installer. You can use the app to check other formats you have doubts about. For all vector...
View ArticleNew Post: Image from memory/resources instead of disk
How can I load an image onto a map / shapefile without having it on disk? It would be so much easier to keep images in resources and load them from there. I found some solution for this but it didn't...
View ArticleSource code checked in, #75422
Copyright notice for tiles providers added (right bottom corner).
View ArticleSource code checked in, #75423
Demo app: changed geolocation service in demo app to Nominatim.
View ArticleNew Post: Image from memory/resources instead of disk
Buffer for in-memory images doesn't store alpha channel, so it won't be possible to have semi transparent pixels in it. Fully transparent pixels can be dealt with easily by setting...
View ArticleSource code checked in, #75425
Update of Bing maps provider according to instructions listed here: http://msdn.microsoft.com/en-us/library/ff701721.aspx An API key for Bing maps should be set to GlobalSettings.BingApiKey property.
View ArticleSource code checked in, #75426
Udpate of demo app: restored Bing maps providers based on new API.
View Article