You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would remove the possibility for many dumb errors. The React Native API actually does a really nice job of this. I'm not sure how easy it is, but it would be a nice feature.
Theoretical example usage:
ShapeSource(identifier:"pedestrian-polyline"){// One or more features...MGLPolylineFeature(coordinates: samplePedestrianWaypoints)// Followed by one or more layers, which wouldn't need to specify a sourceLineStyleLayer(identifier:"route-line-casing").lineCap(constant:.round).lineJoin(constant:.round).lineColor(constant:.white).lineWidth(interpolatedBy:.zoomLevel,
curveType:.exponential,
parameters:NSExpression(forConstantValue: 1.5),
stops:NSExpression(forConstantValue:[14:6,18:24]))}
The text was updated successfully, but these errors were encountered:
This would remove the possibility for many dumb errors. The React Native API actually does a really nice job of this. I'm not sure how easy it is, but it would be a nice feature.
Theoretical example usage:
The text was updated successfully, but these errors were encountered: