mapbox / MapboxStatic.swift

Static map snapshots with overlays in Swift or Objective-C on iOS, macOS, tvOS, and watchOS
https://www.mapbox.com/api-documentation/?language=Swift#static
Other
189 stars 31 forks source link

Not Possible to create a Polyline with MBPath anymore? #57

Closed arturpk closed 7 years ago

arturpk commented 7 years ago

Before the upgrade from classic it was possible to use MBPath to create polylines, now they create a polygon instead by adding a line between the last and first points.

I've also verified that the path is being uploaded with out the final coordinate to close the polyline into a polygon

1ec5 commented 7 years ago

58 fixes this issue.