Giter VIP home page Giter VIP logo

Comments (4)

rnorris avatar rnorris commented on June 15, 2024

The Mapbox account (with the associated API token) used by Viking has been deactivated.

I'm unsure of the best way ahead for the default map.

Many tile services require access tokens and/or have usage restrictions.
(This is why OSM is not allowed to be the default anymore).

I don't think Viking would be allowed to use the API key used by gnome-maps.

In the mean time I'll probably make Blue Marble the default.

from viking.

rnorris avatar rnorris commented on June 15, 2024

OpenTopoMap now the default.

from viking.

tomboe311 avatar tomboe311 commented on June 15, 2024

@rnorris How can I switch to OpenTopoMap?

I still get a download error for Mapbox @ OpenstreetMap.

Ubuntu 20.04.2 LTS
Viking 1.7

from viking.

rnorris avatar rnorris commented on June 15, 2024

@tomboe311 You can add additional maps to Viking via creating/editing your own ~/.viking/maps.xml file - this is covered in the Manual and in the Wiki - https://sourceforge.net/p/viking/wikiallura/Maps/

Try this for contents of your ~/.viking/maps.xml file:

<objects>
  <object class="VikSlippyMapSource">
    <property name="name">OpenTopoMap</property>
    <property name="label">OpenTopoMap</property>
    <property name="hostname">a.tile.opentopomap.org</property>
    <property name="url">/%d/%d/%d.png</property>
    <property name="follow-location">2</property>
    <property name="copyright">Kartendaten: © OpenStreetMap-Mitwirkende, SRTM | Kartendarstellung: © OpenTopoMap</property>
    <property name="license">CC-BY-SA</property>
    <property name="license-url">https://creativecommons.org/licenses/by-sa/3.0/</property>
    <property name="id">901</property>
  </object>
</objects>

from viking.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.