Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    NAVTEQ Label in Qt Maps API

    Mobile and Embedded
    6
    7
    3179
    Loading More Posts
    • 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.
    • T
      truf last edited by

      Hi,
      When app displays Ovi Map with QML's Map element the NAVTEQ label appears in it's bottom left corner.
      How can I remove it?

      1 Reply Last reply Reply Quote 0
      • S
        stukdev last edited by

        I don't think you can remove it.

        1 Reply Last reply Reply Quote 0
        • D
          dalaing last edited by

          Also - if you try to remove it you'd be in violation of the terms and conditions of the service.

          http://qt.gitorious.org/qt-mobility/qt-mobility/blobs/master/plugins/geoservices/nokia/OVI_SERVICES_TERMS_AND_CONDITIONS.txt

          The relevant bit is under the Ovi Maps API Additional Terms, Section 4, Part iii

          David Laing
          Location API team
          Qt Mobility

          1 Reply Last reply Reply Quote 0
          • K
            kidproquo last edited by

            Pretty much every mapping provider has a similar watermark don't they.

            1 Reply Last reply Reply Quote 0
            • D
              dalaing last edited by

              Yeah, and similar restrictions about tampering with them.

              If anyone really wants to remove the image I might be able to find a contact that can either negotiate a particular price or find someone who can do that negotiation. Or at least find out if it's something open to negotiation, anyhow.

              David Laing
              Location API team
              Qt Mobility

              1 Reply Last reply Reply Quote 0
              • N
                nohajmi last edited by

                Based on what is the logo positioned on the map? Because right now I got it in the middle of the screen which is bit annoying. (using map from qml)

                1 Reply Last reply Reply Quote 0
                • M
                  mlong last edited by

                  it should be based on of the geometry of your Map component in QML. You might verify that your component isn't undersized and showing extra map tiles because it's not clipping the map tiles that "spill" outside of your component's true bounds. (You can set "clip: true" on your Map item to make sure.)

                  Software Engineer
                  My views and opinions do not necessarily reflect those of anyone -- living or dead, real or fictional -- in this universe or any other similar multiverse node. Void where prohibited. Your mileage may vary. Caveat emptor.

                  1 Reply Last reply Reply Quote 0
                  • First post
                    Last post