forked from Snck3rs/contao-leaflet-maps
Add query to the tree view.
This commit is contained in:
@@ -274,6 +274,13 @@ $GLOBALS['LEAFLET_LAYERS'] = array
|
|||||||
'overpass' => array(
|
'overpass' => array(
|
||||||
'children' => false,
|
'children' => false,
|
||||||
'icon' => 'system/modules/leaflet/assets/img/overpass.png',
|
'icon' => 'system/modules/leaflet/assets/img/overpass.png',
|
||||||
|
'label' => function ($row, $label) {
|
||||||
|
if ($row['overpassQuery']) {
|
||||||
|
$label .= '<span class="tl_gray"> ' . \StringUtil::substr($row['overpassQuery'], 50) . '</span>';
|
||||||
|
}
|
||||||
|
|
||||||
|
return $label;
|
||||||
|
}
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user