FObermaier wrote:
@LiFo
You may have to disable automatic detection of proxy in you internet-explorer settings
@mudnug:
Sped up doing what?
Got it to work with disabling the automatic detextion of proxy
but that is a workaround not a solution, i can't ask all people to do the same
i used the BruTileLayer Control
BruTile version 0.5.2.0
DotSpatial from changset 1559
the only thing i changed in BruTileLayer is
_projection.ReadEpsgCode(epsgCode);
to
_projection = ProjectionInfo.FromEpsgCode(epsgCode);
maby i should try with the latest BruTile source
but i would like to get a "Hello World" excample on how to use the WebMap plug-in through code and not drag & drop
|