Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-63928

MapPolygon not transparent fill with mapboxgl plugin

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • None
    • 5.9.2, 5.10.0 Beta 1
    • None
    • KDE Neon
    • 467bcda16b0589a75d6b81d4b475a90cecae129d

    Description

      The MapPolygon is only filled with opaque colors if used with the mapboxgl plugin. I'd like to fill it with semi-transparent colors as is possible with the osm plugin (as well as fully transparent which also does not work, it's black instead). 

      Did try the "mapboxgl.mapping.items.insert_before" plugin parameter as well as "mapboxgl.mapping.use_fbo" but no changes. 

       

              MapPolygon {
                  id: thePolygon
                  path: [
                      { latitude: 60,   longitude: 10 },
                      { latitude: 60.5, longitude: 10 },
                      { latitude: 60.5, longitude: 11 },
                  ]
                  color: "#11223344"
                  border.color: "blue"
                  border.width: 2
              }
      
      
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            brunoabinader Bruno de Oliveira Abinader
            pyrrhula Ola Røer Thorsen
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes