File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -100,3 +100,15 @@ Customizing settings
100100* environment variables::
101101
102102 MS_OPENLAYERS_JS_URL - The URL to the OpenLayers javascript library. Per default the library loaded from the MapServer web server.
103+
104+ Location of the embedded OpenLayers.js file
105+ -------------------------------------------
106+
107+ If you aren't providing your own OpenLayers library through `MS_OPENLAYERS_JS_UR`,
108+ MapServer will point to a hardcoded filepath of `www.mapserver.org/lib` to find the OpenLayers
109+ library, referred to in [maptemplate.c](https://github.com/MapServer/MapServer/blob/main/src/maptemplate.c#L54).
110+
111+ The contents on that `lib` folder is stored in the MapServer documentation repository,
112+ in the [/extra](https://github.com/MapServer/MapServer-documentation/tree/main/extra) folder.
113+ You are warmly encouraged to contribute to upgrading the OpenLayers library, at any time (maybe start
114+ with creating a new [Pull Request](https://github.com/MapServer/MapServer-documentation/pulls) there.
You can’t perform that action at this time.
0 commit comments