Skip to content

Commit

Permalink
Merge pull request #533 from jmckenna/wms-tile
Browse files Browse the repository at this point in the history
update for TILED=TRUE for WMS GetMap requests
  • Loading branch information
jmckenna committed May 18, 2021
2 parents 2c0c932 + 7b1a8d2 commit af91b0f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
9 changes: 8 additions & 1 deletion en/ogc/wms_server.txt
Expand Up @@ -12,7 +12,7 @@
:Last Updated: 2021-05-17

.. contents:: Table of Contents
:depth: 2
:depth: 3
:backlinks: top

Introduction
Expand Down Expand Up @@ -453,6 +453,13 @@ A valid example would therefore be:
&FORMAT=image/png

Here is a working `valid request`_.

.. tip::
Since MapServer 8.0, the *tile_map_edge_buffer* metadata can also be used in
WMS GetMap requests, by adding the vendor-specific parameter *TILED=TRUE*
to your GetMap request.

.. seealso:: :ref:`tile_mode`

Test with a Real Client
***********************
Expand Down
5 changes: 5 additions & 0 deletions en/output/tile_mode.txt
Expand Up @@ -99,6 +99,11 @@ buffer will be applied at the meta-tile level.
"tile_metatile_level" "0"
END #metadata
END #web

.. tip::
Since MapServer 8.0, the *tile_map_edge_buffer* metadata can also be used in
WMS GetMap requests, by adding the vendor-specific parameter *TILED=TRUE*
to your GetMap request.

.. note::
The MapServer 7.6.2 release included a memory leak fix for *mode=tile*
Expand Down

0 comments on commit af91b0f

Please sign in to comment.