Commit Graph
3 Commits
Author SHA1 Message Date
Nick 4fe7283b11 Added support for sourceLayerID on FillLayer
Adds the missing sourceLayerID property to our FillLayer component and
added an example showing how to use a custom vector source with a FillLayer.
2017-10-23 16:41:53 -07:00
Nick 284fc4a0ab Fixes SymbolLayer textOffset and iconOffset on iOS
There seem to be some styles that will be special cases to the rules used from the json spec
this PR adds the ability to add overrides, so we can be flexible in special cases. In this case
we were using a NSArray for textOffset and iconOffset when it should be a CGVector.
2017-10-23 16:41:52 -07:00
Nick a7c756d55c Added docs 2017-10-23 16:41:51 -07:00