Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

ios-v3.4.0-beta.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@boundsj boundsj released this 23 Dec 17:34
· 6653 commits to master since this release

Changes since ios-v3.4.0-beta.5:

Style layers

  • Reversed MGLStyle’s layers property to be ordered back-to-front instead of front-to-back. (#7484)
  • Renamed MGLFillStyleLayer’s fillAntialias property and 14 properties of MGLSymbolStyleLayer to use the correct part of speech. The old names have been marked unavailable to help you find the new ones. (#7457)
  • Renamed MGLStyleFunction’s base property to interpolationBase. (#7486)

Map content

  • Fixed a crash converting GeoJSON that contains a null property value into an MGLShape. (#7472)
  • Corrected the return type of -[MGLShape shapeWithData:encoding:error:] so that init(data:encoding:) is only available on MGLShape itself in Swift. (#7460)
  • Added a configurationURL property to MGLTileSource for obtaining the TileJSON file used to configure the source. (#7398)
  • Shape, feature, and annotation classes now conform to NSSecureCoding. (#6559)

Other changes

  • Expanded documentation about shape, feature, content source, and style layer classes. (#7475, #7337, #7213)
  • The API reference has a sharper look. (#7422)

To install this prerelease via CocoaPods, point your Podfile to either of these URLs:

Documentation is available online or as part of the download.