Skip to content

Commit 0ad8a77

Browse files
authored
Fixed documentation url in custom legend url examples.
1 parent 3f5dd55 commit 0ad8a77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/tms.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,18 +139,18 @@ Examples
139139
^^^^^^^^
140140

141141
If you want to overrides the legend to use MyOtherLegend stored in database you
142-
can use the following url for the tiling:
142+
can use the following url for the tiling (assuming `23` is your rasterlayer_id):
143143

144144
::
145145

146-
/raster/tiles/{z}/{x}/{y}.png?legend=MyOtherLegend
146+
/raster/tiles/23/{z}/{x}/{y}.png?legend=MyOtherLegend
147147

148148
If you want to use the legend from the session with the same name as above you
149149
can use following one:
150150

151151
::
152152

153-
/raster/tiles/{z}/{x}/{y}.png?legend=MyOtherLegend&store=session
153+
/raster/tiles/23/{z}/{x}/{y}.png?legend=MyOtherLegend&store=session
154154

155155
.. note::
156156

0 commit comments

Comments
 (0)