Skip to content

Commit 0e74456

Browse files
committed
fix HTTPS link to openlayers.js in demo gsueur:patch-2#192
1 parent c2fae80 commit 0e74456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/service_demo.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ static char *demo_head =
5757
" padding: 0px;\n"
5858
" }\n"
5959
" </style>\n"
60-
" <script src=\"https://www.openlayers.org/api/OpenLayers.js\"></script>\n"
60+
" <script src=\"https://openlayers.org/api/OpenLayers.js\"></script>\n"
6161
" <script type=\"text/javascript\">\n"
6262
"%s\n"
6363
"var map;\n"

0 commit comments

Comments
 (0)