-
Notifications
You must be signed in to change notification settings - Fork 35
Gradient GeoJSON line example #368
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice 🌈 I love this example. I've only reviewed the Swift implementation so far, because most of the comments should apply to both files. When you're ready, I can review it again and give the Objective-C example a review as well. Don't hesitate to reach out to me if you have questions!
|
||
func mapViewDidFinishLoadingMap(_ mapView: MGLMapView) { | ||
loadGeoJson() | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please ensure your functions are evenly spaced.
…ExampleLineGradient
@ZiZasaurus When you're ready for me to review it again, click on the 🔁 button under "Reviewers" to re-request a review on this PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🌈
This reverts commit e1cde8c.
added GradientGeoJSONLine example in Swift and Objective C
Closes #203