Skip to content

Commit

Permalink
Merge pull request #6127 from MapServer-backport-bot/backport-6126-to…
Browse files Browse the repository at this point in the history
…-branch-7-6

[Backport branch-7-6] add content encoding to OL template
  • Loading branch information
jmckenna committed Aug 7, 2020
2 parents 74ae370 + 9236ef6 commit d4aac38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions maptemplate.c
Expand Up @@ -47,6 +47,7 @@ static char *olUrl = "//www.mapserver.org/lib/OpenLayers-ms60.js";
static char *olTemplate = \
"<html>\n"
"<head>\n"
"<meta content=\"text/html;charset=utf-8\" http-equiv=\"Content-Type\">\n"
" <title>MapServer Simple Viewer</title>\n"
" <script type=\"text/javascript\" src=\"[openlayers_js_url]\"></script>\n"
" </head>\n"
Expand Down

0 comments on commit d4aac38

Please sign in to comment.