A class for deserializing geoJSON strings into the MapboxGL components defined by the string.
Download and add the files to your project.
- Fork it! I'm new to using geoJSON and MapboxGL so if anyone more experienced has some ideas on how to improve this class or how to fill out some of the missing methods, I'd appreciate the input.
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
- 8-20-15 - initial commit to Github
- Handle GeometryCollection feature types
- Complete the code documentation
- Test and apply returned objects to a mapView.