Announcement

Collapse
No announcement yet.

DetailHint for MercatorTiledImageLayer hierarchy

Collapse
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • DetailHint for MercatorTiledImageLayer hierarchy

    Hi all DetailHint property is working well for TiledImageLayer hirarchy classes (like MSVirtualEarthLayer or WMSTiledImageLayer) but how to obtain the same for classes belonging to MercatorTiledImageLayer hierarchy? (Like OSMMapnikLayer)

    Any help is really appreciated.

    Regards

  • #2
    I'm not sure during what build of Web World Wind that it got implemented, but you can use the MercatorTiledImageLayer's detailControl property such as:
    layer.detailControl = 1.0; // The default is 1.75.
    to sharpen the "detail hints" of a MercatorTiledImageLayer.
    It's a balance of speed vs details, for instance .25 is super sharp, but it comes at the cost of taking a long time to download all of those extra tiles.
    We find for most tilesets they will look good, even on large monitors, somewhere around the 1.0 range.

    Comment

    Working...
    X