Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Qt QML Map Antialiasing Problem
Forum Updated to NodeBB v4.3 + New Features

Qt QML Map Antialiasing Problem

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
1 Posts 1 Posters 240 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Moon4Walker
    wrote on last edited by Moon4Walker
    #1

    I created a map using the "osm" map plugin in one of my qml files. I used qquickwidget to show the qml file in mainwindow.
    My problem is that my map is not clear.
    Even though I antialiasing:true to my map, my map is not clear.
    Sorry for my bad english.

        Map {
            id: map
            anchors.fill: parent
            plugin: Plugin { name: "osm"}
            center: QtPositioning.coordinate(40.991624,39.776527)
            zoomLevel: 15
            antialiasing: true
           }
    

    map.png

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved