Breaking Changes:
- We moved directories around. Look for the AutoTester app in ios/AutoTester
- If you’re linking to WhirlyGlobeMaplyComponent look for it in ios/library/WhirlyGlobe-MaplyComponent
- MaplyLinearTextureBuilder
- no longer has an opacityFunc property.
- initWithSize: constructor has been removed. Just use init.
- MaplyLinearTextureOpacity enum has been removed
- Wide Vectors(Lines added using addWideVectors:desc:mode) are now about 50% wider in some cases.
- MaplyTileSource.h
-(bool)validTile:(MaplyTileID)tileID bbox:(MaplyBoundingBox *)bboxhas changed to-(bool)validTile:(MaplyTileID)tileID bbox:(MaplyBoundingBox)bbox
- MaplyViewController
- (float)findHeightToViewBounds:(MaplyBoundingBox *)bbox pos:(MaplyCoordinate)poshas changed to- (float)findHeightToViewBounds:(MaplyBoundingBox)bbox pos:(MaplyCoordinate)pos
- WhirlyGlobeViewController
- (float)findHeightToViewBounds:(MaplyBoundingBox *)bbox pos:(MaplyCoordinate)poshas changed to- (float)findHeightToViewBounds:(MaplyBoundingBox)bbox pos:(MaplyCoordinate)pos
- MaplyMapnikVectorTiles
- Files have been renamed to MapboxVectorTiles.{mm/h}
- Class has been renamed to MapboxVectorTiles
- MaplyVectorStyle
MaplyVectorTileStyleSettingshas been renamedMaplyVectorStyleSettings
- AFNetworking has been removed
- MaplyRemoteTileSource
- MaplyRemoteTileInfo now implements MaplyRemoteTileInfoProtocol
- MaplyRemoteTileSource
tileInfoproperty has changed from typeMaplyRemoteTileInfo *toNSObject<MaplyRemoteTileInfoProtocol> * - (instancetype)initWithInfo:(MaplyRemoteTileInfo *)info;has changed to- (nullable instancetype)initWithInfo:(NSObject<MaplyRemoteTileInfoProtocol> *__nonnull)info;