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