i try to open bing map from vb.net but i could not
i try the url link in bing it works good but when i put the code in the vb.net
it did not work in mapwingis
i search everywhere but i found no answer or example of solve of this problem
please if anyone know how to solve this problem
Dim BingMapsKey As String = "j9zDXCzbxVa..........."
Dim url As String = "http://dev.virtualearth.net/REST/v1/Imagery/Map/AerialWithLabels/30.251085,31.481398/14?mapSize=1000,1000&key=" & BingMapsKey
mainmap.AddLayer(url, True)
We know mapwindow.org is offline. We’re working on it.
You can use MapWinGIS: Tiles Class Reference for the documentation.
You could enable the tile logging and see what errors are logged.
Perhaps the URL for Bing is changed or something else has changed.