Skip to content
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

Refactor track list components to use org.envirocar.map module #1004

Conversation

alexmercerind
Copy link
Member

@alexmercerind alexmercerind commented Jun 11, 2024

This pull-request refactors the track list views to utilize the newly introduced map module:

The referenced views now use org.envirocar.map module instead of Mapbox v9 directly. A substantial part of implementation (primarily the files including any map related code) has been migrated to Kotlin.

@alexmercerind alexmercerind force-pushed the feature/refactor-tracklist-to-map-module branch from 259d069 to 4bd4642 Compare June 11, 2024 02:07
@alexmercerind
Copy link
Member Author

The migrated code appears to be working properly with org.envirocar.map module.

mapbox://styles/mapbox/streets-v12 https://api.maptiler.com/maps/basic/style.json

Unfortunately, other views which are still dependent on Mapbox v9 directly are crashing due to this. The workaround resolves the compile time issue, but crashes on runtime.

@alexmercerind alexmercerind marked this pull request as ready for review June 11, 2024 21:09
@SebaDro SebaDro self-requested a review June 12, 2024 06:38
@SebaDro
Copy link
Contributor

SebaDro commented Jul 5, 2024

Superseded by #1005

@SebaDro SebaDro closed this Jul 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants