forked from Snck3rs/contao-leaflet-maps
Remove rawurlencode.
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 = 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