mapzen / ios

Where you can find everything iOS from Mapzen
https://mapzen.com/projects/mobile/
Apache License 2.0
40 stars 24 forks source link

Two current location icons on map #370

Closed sarahsnow1 closed 6 years ago

sarahsnow1 commented 6 years ago

Description

Two current location markers are displayed on map when only one is expected

Steps to Reproduce

Load a stylesheet twice

let bubblewrap = BubbleWrapStyle()
try? loadStyleSheetAsync(bubblewrap) { (style) in
  self.styleLoaded = true
  let _ = self.showCurrentLocation(true)
  self.showFindMeButon(true)
  try? self.loadStyleSheet(bubblewrap)
}

img_1034

Mapzen SDK & iOS Version

Mapzen SDK 1.1.0-rc1 iOS 10.3.3

tallytalwar commented 6 years ago

Thats a feature! :D Time travel!