We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f5dd55 commit 0ad8a77Copy full SHA for 0ad8a77
docs/tms.rst
@@ -139,18 +139,18 @@ Examples
139
^^^^^^^^
140
141
If you want to overrides the legend to use MyOtherLegend stored in database you
142
-can use the following url for the tiling:
+can use the following url for the tiling (assuming `23` is your rasterlayer_id):
143
144
::
145
146
- /raster/tiles/{z}/{x}/{y}.png?legend=MyOtherLegend
+ /raster/tiles/23/{z}/{x}/{y}.png?legend=MyOtherLegend
147
148
If you want to use the legend from the session with the same name as above you
149
can use following one:
150
151
152
153
- /raster/tiles/{z}/{x}/{y}.png?legend=MyOtherLegend&store=session
+ /raster/tiles/23/{z}/{x}/{y}.png?legend=MyOtherLegend&store=session
154
155
.. note::
156
0 commit comments