Commit Graph
6 Commits
Author SHA1 Message Date
Hadrien Tulipe f325cc3d7a More syntax fix for OWS format 2014-03-17 21:15:03 +01:00
Hadrien Tulipe 58e74229d2 Rename ol.format.OWSCapabilities to ol.format.OWS 2014-03-17 21:10:47 +01:00
Hadrien Tulipe 149e5c9068 Fix syntax and private functions return values for OWS format 2014-03-17 21:03:41 +01:00
Hadrien Tulipe 00da1405b6 Remove commented code 2014-03-16 20:18:14 +01:00
Hadrien Tulipe fe2bee1577 Add basic reading support for OWS Capabilities document. 2014-03-16 19:47:13 +01:00
Hadrien Tulipe b5fefc9ab3 Supprt parsing of kml:datetime (#1585)
This commit modifies the previous regex used to match following
datetimes:

- 2014
- 2014-02
- 2014-02-15

The new regex also matches dates that were matched by the previous
regex.

This commit also include a unit test for kml:dateTime parsing.
2014-02-04 22:36:42 +01:00