Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants