Skip to content

Commit 95deed6

Browse files
Change URL to OpenLayers to be protocol relative (enables using built-in OpenLayers over https)
1 parent d725153 commit 95deed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maptemplate.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
static inline void IGUR_sizet(size_t ignored) { (void)ignored; } /* Ignore GCC Unused Result */
4444
static inline void IGUR_voidp(void* ignored) { (void)ignored; } /* Ignore GCC Unused Result */
4545

46-
static char *olUrl = "http://www.mapserver.org/lib/OpenLayers-ms60.js";
46+
static char *olUrl = "//www.mapserver.org/lib/OpenLayers-ms60.js";
4747
static char *olTemplate = \
4848
"<html>\n"
4949
"<head>\n"

0 commit comments

Comments
 (0)