Skip to content

Commit

Permalink
[Refactor] - Map : Display galleries label in tour mode (AIC-595)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sameer Dhakal committed Oct 29, 2018
1 parent 4a36399 commit 52341a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ class GalleriesMapItemRenderer(private val galleriesDao: ArticGalleryDao)
}

override fun getVisibleMapFocus(displayMode: MapDisplayMode): Set<MapFocus> =
searchMapFocus(displayMode) { setOf(MapFocus.Individual) }
MapFocus.values().toSet() // all zoom levels

override fun getLocationFromItem(item: ArticGallery): LatLng = item.toLatLng()

Expand Down

0 comments on commit 52341a6

Please # to comment.