Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Refine source removal errors #13492

Merged
merged 2 commits into from
Dec 5, 2018
Merged

Commits on Dec 2, 2018

  1. [ios, macos] Refined source removal errors

    Clarified and copyedited the descriptions of errors that are raised when attempting to remove a source from a style. Worded the changelog entry more generically because the same method in Swift throws an error instead of returning.
    
    A mismatch would occur if the identifier is used by a different source than the one being removed. An application could cause this error to occur by keeping a reference to an MGLSource after changing the style URL of an MGLMapView. Another way would be to remove a source from the style, add another source to the style with the same identifier, then attempt to re-remove the original source from the style.
    1ec5 committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    fee15b9 View commit details
    Browse the repository at this point in the history
  2. [android, ios, macos] Updated French translations

    Removed an incompatible localized format string.
    1ec5 committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    863164f View commit details
    Browse the repository at this point in the history