Hello,
I can’t reach my goal with your insertion of WMS services in my vb.net Application. Since Bing will soon be shut down, I need another aerial image source. I would like to use this one: LGLN-Bestand
or Google, if this cannot be integrated.
Who can help me? I would also be willing to pay some money for one that works for me!
Kind regards,
Andreas
Hello Andreas.
Here are a couple things to look at which may help.
MapWinGIS: TileProviders Class Reference
MapWinGIS: TileProviders Class Reference
MapWinGIS.ocx is used to provide GIS and mapping functionality to any Windows Forms based custom software application.
www.mapwindow.org
|
- |
MapWinGIS: Tiles Class Reference
MapWinGIS: Tiles Class Reference
MapWinGIS.ocx is used to provide GIS and mapping functionality to any Windows Forms based custom software application.
www.mapwindow.org
|
- |
Kind Regards,
Jerry
Hello Jerry,
Thanks for your reply.
Dim myprovider As TileProviders = AxMap2.Tiles.Providers
Dim provID As Integer = tkTileProvider.ProviderCustom + 1
myprovider.Add(provID, "LGLN Provider", "https://opendata.lgln.niedersachsen.de/doorman/noauth/dop_wms?Service=WMS&Request=GetCapabilities", tkTileProjection.SphericalMercator, 0, 17)
AxMap2.Tiles.ProviderId = provID
Dim MyWms As New WmsLayer
I have already experimented a lot with it. Also with different spellings (with GetCapabilities and without) and as WMS instead of a TileProvider. But I only see the OSM map, not the aerial images. And I don’t know where else I can start, hence my call / request if someone gets done what I don’t want to succeed.
So if someone has an idea …, I would be very grateful.
Kind Regards,
ANdreas