Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.37 KB

CHANGELOG.md

File metadata and controls

14 lines (10 loc) · 1.37 KB

Changelog for Mapbox OS X SDK

master

  • Fixed an issue in which Mapbox.framework was nested inside another folder named Mapbox.framework. (#4998)
  • Added methods to MGLMapView for obtaining the underlying map data rendered by the current style, along with additional classes to represent complex geometry in that data. (#5110)
  • An MGLPolygon can now have interior polygons, representing holes knocked out of the overall shape. (#5110)
  • Fixed a crash passing a mixture of point and shape annotations into -[MGLMapView addAnnotations:]. (#5097)
  • Added new options to MGLMapDebugMaskOptions that show wireframes and the stencil buffer instead of the color buffer. (#4359)
  • Fixed a memory leak when using raster resources. (#5141)

0.1.0

  • This version of the Mapbox OS X SDK roughly corresponds to version 3.3.0-alpha.2 of the Mapbox iOS SDK. The two SDKs have very similar feature sets. The main difference is the lack of user location tracking. Some APIs have been adapted to OS X conventions, particularly the use of NSPopover for callout views.