mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2025-12-02 04:53:56 +01:00
Remove leftover test code.
This commit is contained in:
@@ -47,7 +47,7 @@ class RequestUrl
|
|||||||
'format' => $format != 'geojson' ? $format: null
|
'format' => $format != 'geojson' ? $format: null
|
||||||
);
|
);
|
||||||
|
|
||||||
$param = rawurlencode(base64_encode(implode(',', $params)) . '==');
|
$param = rawurlencode(base64_encode(implode(',', $params)));
|
||||||
|
|
||||||
return \Config::get('websitePath') . '/' . \Frontend::addToUrl('leaflet=' . $param, false);
|
return \Config::get('websitePath') . '/' . \Frontend::addToUrl('leaflet=' . $param, false);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user