Skip to content

Commit 05a60e5

Browse files
add favicon to OL template
1 parent d4aac38 commit 05a60e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

maptemplate.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ static char *olTemplate = \
5050
"<meta content=\"text/html;charset=utf-8\" http-equiv=\"Content-Type\">\n"
5151
" <title>MapServer Simple Viewer</title>\n"
5252
" <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"
5354
" </head>\n"
5455
" <body>\n"
5556
" <div style=\"width:[mapwidth]; height:[mapheight]\" id=\"map\"></div>\n"

0 commit comments

Comments
 (0)