Adding clustering

This commit is contained in:
Pierre Mesure
2018-12-07 07:27:59 +01:00
committed by Senén Rodero Rodríguez
parent ef14636b6c
commit e5a6a5bf1d
7 changed files with 42 additions and 5 deletions

View File

@@ -58,6 +58,7 @@ class Shared::MapLocationComponent < ApplicationComponent
marker_investments_coordinates: investments_coordinates,
marker_latitude: map_location.latitude.presence,
marker_longitude: map_location.longitude.presence,
marker_clustering: feature?("map.feature.marker_clustering"),
geozones: geozones_data
}.merge(input_selectors)
end