-
Notifications
You must be signed in to change notification settings - Fork 554
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mapbox Custom Map arent wörking #1886
Comments
Same issue here! The Tower App requires an ID even though Mapbox only works with Access Tokens |
Hello have meanwhile found a solution for the problem. If you create a map with Mapbox Classic and upload it, you can use it in Tower. |
I actually work to fix this. Going to use the Tower app for a boat and have depth maps integrated into a Mapbox style. There are several problems with this tower version and maps: When I have completed the changes I can make a fork and upload the resulting code before I modify the app further. This will then basically be Tower v4 with the changes mentioned above, fixing the issue reported. And also fixing a memory leak issue. |
Solved (mostly) in develop branch on: github.com/OlavAa/Tower Before, the mapbox integration was based on Mapbox Project (discontinued) and/or use of the Mapbox Classic app (phased out). This is changed here: Solution relies instead on Mapbox Studio (current). Create a style and customize as desired (import tilesets etc). Then copy the style ID and use that in Tower. This source has fully functional mapbox maps online/offline in all screens (Flight/Editor/History), but with one flaw; |
Great work, create PR is you like, would be good to keep track of your fix |
PR created |
Hello OlavAa, I have tried to create an apk, but in vain. Could you send me a link to your tower version as Apk? |
Some trouble in getting the build environment set up - for sure. I had to resort to an older NDK and said no to a suggested upgrade of grade. And you need to add your Api key for Google Maps to utilize maps. |
Hello, I also use tower for carp fishing. What I miss here is a possibility to set the marker without a function to save already found spots permanently. Looking forward to a working tower version of you. |
I think you could contribute :) Tower's simplicity makes it a great platform for bait boat use. We have a lot of ideas on how improve Tower besides depth maps, work in progress (nice first step to utilize guided mode already in place, as an example) |
@billbonney : Do you have any idea where to look to nail down (to fix the problem) why Tower never displays the mapbox tiles when the flight data view is loaded? This view does support the mapbox tiles: If screen orientation is altered (portrait<=>landscape) the tiles are made visible. But each time the user has used flight history or the mission editor (both views supporting the mapbox tiles flawlessly) and reverts back to flight data, the tiles are gone again (and screen needs to be flipped once again to bring them back)... Looking at the profiler, network activity is almost zero when flight data is called, while editor view or flipping orientation in flight data view causes a spike in network activity (ie loads the tiles). |
Hello Mapbox has changed custom maps do not have map id anymore.
There is only.
Style URL:
mapbox://styles/maleae/cjf7zonlb1876308597bmkoa
Access token:
pk.eyJ1IjoibWF4bmFl*************************bXhrMjV6MmQifQ.
Could you please fix the error
The text was updated successfully, but these errors were encountered: