Skip to content

Commit a7a6652

Browse files
committed
try to fix Travis build
1 parent 71bf411 commit a7a6652

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

mapcache.xml.sample

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -875,9 +875,18 @@
875875
<dimension type="regex" name="MAPFILE" default="/path/to/mapfile.map">
876876
<regex>^(?!.*\.\.)[a-zA-Z0-9\./]*\.map$</regex>
877877
</dimension>
878+
879+
<!-- intervals dimension
880+
the syntax is the same as common-ows, i.e. a comma separated list of "min/max/resolution" entries.
881+
eg:
882+
* 0/5000/1000 allows the values 0,1000,2000,3000,4000 and 5000
883+
* 0/100/0 allows any values between 0 and 100
884+
* both values can be combined: 0/5000/1000,0/100/0
885+
-->
886+
<dimension name="ELEVATION" type="intervals" default="0">0/5000/1000</dimension>
878887

879888

880-
<!-- todo: example support for ISO8601 date/time and sqlite dimensions -->
889+
<!-- coming in a future version: support for ISO8601 date/time dimensions -->
881890

882891
</dimensions>
883892
</tileset>

0 commit comments

Comments
 (0)