Skip to content

Commit 4a37d8e

Browse files
committed
Remove not needed comments
1 parent 23b5298 commit 4a37d8e

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

formats/filtered/src/View/MapView.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -156,31 +156,27 @@ public static function getParameters() {
156156
'name' => 'map view height',
157157
'message' => 'srf-paramdesc-filtered-map-height',
158158
'default' => 'auto',
159-
// 'islist' => false,
160159
];
161160

162161
$params['zoom'] = [
163162
'type' => 'integer',
164163
'name' => 'map view zoom',
165164
'message' => 'srf-paramdesc-filtered-map-zoom',
166165
'default' => '',
167-
// 'islist' => false,
168166
];
169167

170168
$params['minZoom'] = [
171169
'type' => 'integer',
172170
'name' => 'map view min zoom',
173171
'message' => 'srf-paramdesc-filtered-map-min-zoom',
174172
'default' => '',
175-
// 'islist' => false,
176173
];
177174

178175
$params['maxZoom'] = [
179176
'type' => 'integer',
180177
'name' => 'map view max zoom',
181178
'message' => 'srf-paramdesc-filtered-map-max-zoom',
182179
'default' => '',
183-
// 'islist' => false,
184180
];
185181

186182
//markercluster
@@ -189,15 +185,13 @@ public static function getParameters() {
189185
'name' => 'map view marker cluster',
190186
'message' => 'srf-paramdesc-filtered-map-marker-cluster',
191187
'default' => true,
192-
// 'islist' => false,
193188
];
194189

195190
$params['marker cluster max zoom'] = [
196191
'type' => 'integer',
197192
'name' => 'map view marker cluster max zoom',
198193
'message' => 'srf-paramdesc-filtered-map-marker-cluster-max-zoom',
199194
'default' => '',
200-
// 'islist' => false,
201195
];
202196

203197
//clustermaxradius - maxClusterRadius: The maximum radius that a cluster will cover from the central marker (in pixels). Default 80.
@@ -206,7 +200,6 @@ public static function getParameters() {
206200
'name' => 'map view marker cluster radius',
207201
'message' => 'srf-paramdesc-filtered-map-marker-cluster-max-radius',
208202
'default' => '',
209-
// 'islist' => false,
210203
];
211204

212205
//clusterzoomonclick - zoomToBoundsOnClick: When you click a cluster we zoom to its bounds.
@@ -215,7 +208,6 @@ public static function getParameters() {
215208
'name' => 'map view marker cluster zoom on click',
216209
'message' => 'srf-paramdesc-filtered-map-marker-cluster-zoom-on-click',
217210
'default' => true,
218-
// 'islist' => false,
219211
];
220212

221213
self::$viewParams = $params;

0 commit comments

Comments
 (0)