ogc-parser
Version:
Parser to convert OGC WMTS/WMS XML schemas to human friendly JSON.
34 lines (23 loc) • 691 B
Markdown
# Changelog
## 1.4.0 - 2017-09-08
- Handle `format` as `jpg` or `png`
- Add `formats` to `layer`
- Add WMS basic support
- Add WMS XML tests files
- Improve Typescript definition
## 1.3.0 - 2017-09-07
- Add GeoServer & MapProxy to tests
- Improved tileMatrixSets handling
- Fix ArcGIS zoom levels
- Only support GoogleMapsCompatible
## 1.2.0 - 2017-09-06
- Drop some URL.parse attributes
- Extract service as independent method
- 100% test coverage
## 1.1.0 - 2017-09-05
- Add `url.getTemplate`
- Update Typescript definition
- Define `url.port` & `layer.minzoom` & `layer.maxzoom` as numbers
## 1.0.0 - 2017-09-01
- Stable release of `ogc-parser`
- Working version of WMTS parser