Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update for TILED=TRUE for WMS GetMap requests #533

Merged
merged 1 commit into from May 18, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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