Git Product home page Git Product logo

Comments (5)

tarangill avatar tarangill commented on May 28, 2024

+1. This app does not work out of the box. The mapbox service expects a key starting with "pk.", but the api key from graphhopper does not srart with 'pk.'. Did anyone even test this before pushing the code to github?

from graphhopper-navigation-example.

tarangill avatar tarangill commented on May 28, 2024

One way to make it work is, instead of putting GRAPHHOPPER_API_KEY, put pk.GRAPHHOPPER_API_KEY in developer_config.xml. eg:

    <string name="mapbox_access_token" translatable="false">pk.XXXXXXX-YYYY-ZZZZ-1111-32783abdef5</string>

from graphhopper-navigation-example.

JonasVautherin avatar JonasVautherin commented on May 28, 2024

Oh you're right, it helps! Does that trick work for you in https://github.com/maplibre/maplibre-navigation-android? Doesn't work for me, not sure what changed between them.

from graphhopper-navigation-example.

karussell avatar karussell commented on May 28, 2024

@tarangill thanks for pointing this out! We should make it more clear in the documentation and or directly in the config.

@JonasVautherin this repository is a very recent fork of the maplibre example code, so it is relative unlikely that the same solution does not work there. What exactly did not work for you there? There are a few changes required to make GraphHopper routing working with maplibre (which this repo already did).

from graphhopper-navigation-example.

JonasVautherin avatar JonasVautherin commented on May 28, 2024

Oh, I was missing this:

            this.user("gh")
            this.profile("car")

And now it works 😊. Thanks a lot!

from graphhopper-navigation-example.

Related Issues (2)

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.