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

Draw/update routes/points in Mapbox Plugin #22

Closed
LB31 opened this issue Nov 17, 2019 · 3 comments
Closed

Draw/update routes/points in Mapbox Plugin #22

LB31 opened this issue Nov 17, 2019 · 3 comments
Assignees
Labels
app-dev Flutter application development

Comments

@LB31
Copy link
Owner

LB31 commented Nov 17, 2019

Offline data sideloading and drawing routes in iOS.

@LB31 LB31 added the app-dev Flutter application development label Nov 17, 2019
@dephiloper
Copy link
Collaborator

TODO @Capscreen what have you learned?

@dephiloper
Copy link
Collaborator

check out develop and draw route from leaflet in mapbox

@Capscreen
Copy link
Collaborator

  • es gibt zwei Möglichkeiten, eine Route einzulegen.
  • Möglichkeit eins:
    • Über die addLine()-Funktion des der MapboxController-Klasse
    • dort können Koordinaten in Form einer GEOJSON angegeben werden und verschiedene Parameter genutzt werden, um die Route visuell anzupassen
  • Möglichkeit zwei:
    • GEOJSON als source in der style.json angeben
    • anschließend dann einen Layer in selbiger Datei angeben
    • an diesem Beispiel kann sich dabei orientiert werden

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
app-dev Flutter application development
Projects
None yet
Development

No branches or pull requests

4 participants