Return a formatted coordinate. Example usage: > ol.coordinate.format([0.01 ,12.14], "{x}, {y}", 2) "0.01, 12.14" > ol.coordinate.format([0.01 ,12.14], "lat: {y} / lon: {x}", 1) "lat: 12.1 / lon: 0.0"
so that wmts-from-capabilities example works.
This commit decomposes exports.txt into multiple, per-component, export files. This will be required for custom builds;