Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

staticMap (Fallback noscript) Pipes nicht urlencoded #103

Open
Xendiadyon opened this issue May 25, 2018 · 1 comment
Open

staticMap (Fallback noscript) Pipes nicht urlencoded #103

Xendiadyon opened this issue May 25, 2018 · 1 comment

Comments

@Xendiadyon
Copy link

Die Staticmap, die im noscript-Tag als Fallback geladen wird, wirft einen HTML-Fehler, sobald man mehrere Marker anzeigt:
image

Die Pipe | müsste offenbar rawurlencoded werden. Dies wird in $this->map['staticMap'] zusammengesetzt.

Kein ganz dringender Fehler, aber sicherlich leicht zu beheben. Danke :)

@magicsepp
Copy link
Contributor

\dlh_googlemaps\classes\Googlemap.php
Zeile 198: ändern in
$arrMap['staticMap'] .= '&' . $k . implode('%7C', $v);

magicsepp added a commit to magicsepp/dlh_googlemaps that referenced this issue Apr 18, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants