Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade style description API for v3 #34

Closed
incanus opened this issue Jul 4, 2014 · 3 comments
Closed

upgrade style description API for v3 #34

incanus opened this issue Jul 4, 2014 · 3 comments
Labels

Comments

@incanus
Copy link
Contributor

incanus commented Jul 4, 2014

Now that style v3 is in as of mapbox/mapbox-gl-native#343 and we've got most other parts of the Cocoa updated as of d8b7e82...5938245, we need to tackle the methods around manipulating layer styles using native Cocoa types.

  • MGLMapView

    - (NSDictionary *)getStyleDescriptionForLayer:(NSString *)layerName inClass:(NSString *)className;
    - (void)setStyleDescription:(NSDictionary *)styleDescription forLayer:(NSString *)layerName inClass:(NSString *)className;
  • MGLStyleFunctionValue

  • MGLTypes

Related: #31

@incanus
Copy link
Contributor Author

incanus commented Jul 14, 2014

Make that v4.

4brh4v2

@incanus incanus added the parity label Jul 29, 2014
@incanus
Copy link
Contributor Author

incanus commented Aug 6, 2014

Related: #31.

@incanus
Copy link
Contributor Author

incanus commented Aug 7, 2014

Going to just roll this into #31 and use the specs going forward for dynamically creating strongly-typed APIs for style manipulation.

@incanus incanus closed this as completed Aug 7, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant