Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1215
Using WMS as MapTilSource
posted

Is it possible (or will it be) to use a WMS as MapTileSource?

Parents
No Data
Reply
  • 1215
    posted

    I got started on this one by looking at the source for the other map tile sources (like openstreetmap). I have created my own map tile source by deriving a class from MapTileSource and implementing the GetTileLayers method. I now am able to use a wms as background map.

    However it would be nice with some explanation on the GetTileLayers parameters, and how they relate to the parameters used when initializing the base MapTileSource (using New(imageWidth, imageHeight, tileWidth, tileHeight, tileOverlap)).

    Is there any documentation available on this?

Children