diff options
Diffstat (limited to 'templates/web/base/maps/wms.html')
-rw-r--r-- | templates/web/base/maps/wms.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/web/base/maps/wms.html b/templates/web/base/maps/wms.html new file mode 100644 index 000000000..93fcb95dd --- /dev/null +++ b/templates/web/base/maps/wms.html @@ -0,0 +1,4 @@ +[% map_html = BLOCK %] +[% INCLUDE maps/openlayers.html noscript_map_template = 'maps/noscript_map_base_wmx.html' %] +[% INCLUDE maps/wms_config.html %] +[% END %] |