New Post: Dynamic providers: Clear Cache and WMS Provider
Hi, I use WMSProviderBase class and work fine, but how can I have multiple WMS layer? Into WMSProviderBase class I see overlayList, but how can I use and declare it? regards
View ArticleNew Post: Map with several layers
Hi, I have the same question. Is it possible to have an WMS Provider with different Layers? Regards
View ArticleNew Post: Dynamic providers: Clear Cache and WMS Provider
The only way I have found is to derive new classes like this (note that each class must have their own guid): [CLSCompliantAttribute(false)] public class WMSProvider1 : WMSProviderBase { readonly Guid...
View ArticleNew Post: 2 Mapproviders with same ID
Hello radioman, I have a local Webserver which is hosting OSM Tiles. But I do not have the same performance like they have :) so my idea was to create two Mapprovider OSM with the same ID. So that the...
View ArticleNew Post: 2 Mapproviders with same ID
you can try modify this checking, probably disable/remove itpublic abstract class GMapProvider { protected GMapProvider() { using (var HashProvider = new SHA1CryptoServiceProvider()) { DbId =...
View ArticleNew Post: 2 Mapproviders with same ID
hello radioman, thanks for quick resposne but it won't work. Adding works with this solution but if you make an access to Providerlist an exception will be thrown:"Der Typeninitialisierer für...
View ArticleNew Post: WMS provider with multi layers
Hi, I would like to view on GMap control an WMS Provider with different layers. Also, I would lilke to have this: GoogleMap Provider WMS Provider - LayerA WMS Provider - LayerB ... WMS Provider -...
View ArticleNew Post: From Gmap windows forms to mobile
Hello. I have created an airplane navigation application using win forms Gmap. Now I want to use this application in a tablet. So had some questions. -Do I just use a windows 8 tablet and run this win...
View ArticleNew Post: 2 Mapproviders with same ID
guess where that exception is thrown ;} remove it, done.
View ArticleNew Post: From Gmap windows forms to mobile
it's the same windows forms but for compact framework, works on windows mobile <= 6.5
View ArticleNew Post: 2 Mapproviders with same ID
needs too much modification of your code(whole ProviderList), so a branch is needed. Now I have implemented a boolean switch in urlformat. Not exactly what I want, but it works... Thank you!
View ArticleNew Post: GoogleHybridMap not working
Why GoogleHybridMap does not work? I only see labels unless I zoom in to like level 10. Is this an issue with anyone else? GoogleTerrain does work though.
View ArticleNew Post: GoogleHybridMap not working
make sure you use latest version, google recently changed version ids
View ArticleNew Post: GoogleHybridMap not working
to use the latest version, do I download the zip file again or is there a quicker way?
View ArticleNew Post: bring marker in front of other markers
What do you mean? I am using overlays but the overlays that I add later on, I want to add behind some of the markers that are already there, if possible?
View ArticleNew Post: bring marker in front of other markers
I am using different overlays for all of the markers. What I am doing is adding the markers that show underneath again so they would show on top. Is that a bad technique or is there a way to just...
View Article