We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4aac38 commit 05a60e5Copy full SHA for 05a60e5
maptemplate.c
@@ -50,6 +50,7 @@ static char *olTemplate = \
50
"<meta content=\"text/html;charset=utf-8\" http-equiv=\"Content-Type\">\n"
51
" <title>MapServer Simple Viewer</title>\n"
52
" <script type=\"text/javascript\" src=\"[openlayers_js_url]\"></script>\n"
53
+ " <link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"//www.mapserver.org/_static/mapserver.ico\"/>\n"
54
" </head>\n"
55
" <body>\n"
56
" <div style=\"width:[mapwidth]; height:[mapheight]\" id=\"map\"></div>\n"
0 commit comments