Opened 19 years ago

Closed 18 years ago

#1498 closed enhancement (fixed)

[WMS TIME] Add suuport for multiple interval extents

Reported by: assefa Owned by: jmckenna@…
Priority: high Milestone: 4.8 release
Component: WMS Server Version: 4.8
Severity: minor Keywords:
Cc: nsavard@…

Description

Dicsussion fro the mailing list :

 From the specs (wms 1.1 annex c c.3), the extent could be defined in 4 ways :
   1) value : A single value.  This is not directly supported in Mapserver but 
there is an easy workwound by specifying the same value as min and max

   2) value1,value2,value3,... a A list of multiple values. This is not 
supported in Mapserver.

   3) min/max/resolution An interval defined by its lower and upper
      bounds and its resolution.  This is supported in Mapserver (Note that 
the resolution is not supported)

   4) min1/max1/res1,min2/max2/res2,... a A list of multiple intervals. Not 
supported


 The idea here is to initally support item4.

Change History (5)

comment:1 by assefa, 18 years ago

Cc: nsavard@… added
I have added the support of Item 2 and 4. I have done some initila tests.

 Norm, you can contact me to add additional tests to you set of tests.

 Waiting for addition tests (from Norm and the list) before closing the bug.

comment:2 by assefa, 18 years ago

Cc: mapserver-bugs@… added
Owner: changed from mapserverbugs to jmckenna@…
Tests added. Transferring to to Jeff for doc update.

comment:3 by assefa, 18 years ago

Milestone: 4.8 release
change target to 4.8

comment:4 by assefa, 18 years ago

Reassign to jeff :)

comment:5 by jmckenna@…, 18 years ago

Resolution: fixed
Status: newclosed
added extents explanation to doc
(http://mapserver.gis.umn.edu/docs/howto/wms_time_support/)
Note: See TracTickets for help on using tickets.