• Thanks for a great plugin. A couple of questions, though.

    Is there a technical reason why WMS shapes can’t be made transparent, whereas overlays do have a transparency option?

    As a workaround I made a tilemap from the shapes I wanted but it won’t display properly if Opacity is not 1.0. It looks OK when panning but not when the map is static.

    http://wordpress.org/extend/plugins/leaflet-maps-marker/

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi,

    thanks for your feedback (I´d appreciate your review at http://wordpress.org/support/view/plugin-reviews/leaflet-maps-marker even more 😉

    regarding WMS: according to leaflet-docs, for WMS there is no option for opacity (http://leafletjs.com/reference.html#tilelayer-wms), but there is an option for transparency in combination with png as format – if this can be used for maps, is mostly depended on which output the WMS server supports (if I understand the docs right 😉
    best,

    Robert

    Thread Starter Graham Horner

    (@graham-horner)

    Wow. Quick response! I’m no expert, but it says tileLayer.WMS extends tilelayer and specifically under Options “Includes all tileLayer options” so would have thought it should work. The transparency is to get tiles with a transparent “colour”, not to apply transparency/opacity to the whole tile, I think.

    Any thoughts on the rendering issue? I don’t have an example on a public site I’m afraid.
    Thanks
    Graham

    can’t have a deeper look into this without an example, Screenshots, configs etc, sorry

    Thread Starter Graham Horner

    (@graham-horner)

    OK. The problem seems to be browser dependent. It only occurs with Firefox 21 on my Win7(64) machine. Chrome and IE10 are OK on that machine and FF21 renders OK on XP(32) and Ubuntu 12.04(32). IE8 on XP doesn’t render the overlay at all and reports errors whether or not the overlay is turned on (surprise!)

    If opacity is 1.0 for this overlay, there are no problems with any of the above, including IE8. I have put up the test map at http://pkhbc.x10.mx/wp/?page_id=4. Screenshots are at pkhbc.x10.mx/wp/TestMap1.png and ../TestMap2.png.

    It looks like some problem between Leaflet, browsers, and perhaps video cards?

    yes, there is an open issue with Firefox – see this ticket for more detail: https://github.com/Leaflet/Leaflet/issues/999

    is that also referring to your issue?

    Thread Starter Graham Horner

    (@graham-horner)

    I doubt it, Robert, though I don’t know enough about Leaflet. This has nothing to do with pop-ups. Besides, I can get all the three videos on that thread (both jsFiddles and yours) to play in FF21/Win7 but only the second jsFiddle plays in FF21/XP. That’s the opposite way round to “my” issue.

    mhhh – actually I don’t have a clue why it is as described. Anyone else reading this having an idea?

    you could also open an issue on the git pages of leafletjs.com – perhaps we would get a hint from there…

    Thread Starter Graham Horner

    (@graham-horner)

    OK, but it’s only worth my while spending time on it if you are going to implement opacity for WMS layers (and assuming the same issue exists with those). That’s what I really want on my site. Otherwise, I will spend the time on another workaround….

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Issue with transparency: overlays and WMS’ is closed to new replies.