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.
This commit is contained in:
Nick
2017-10-23 16:41:52 -07:00
parent 865306c278
commit 284fc4a0ab
9 changed files with 90 additions and 18 deletions
+2 -2
View File
@@ -73,8 +73,8 @@ class ShapeSource extends React.Component {
tolerance: PropTypes.number,
/**
* Specifies the external images in key-value pairs required for the shape source.
*/
- * Specifies the external images in key-value pairs required for the shape source.
- */
images: PropTypes.object,
};