Éric Lemoine
|
7b81bfab5c
|
Change @exportClass to @exportSymbol
sed command used: find src/ol -name '*.exports' -exec sed -ri 's/@exportClass\s+(\S+)\s+(\S+)$/@exportSymbol \1/' \{\} \;
|
2013-12-12 15:05:52 +01:00 |
|
Éric Lemoine
|
0823ee4ad3
|
Add getDimensions/updateDimensions to WMTS
|
2013-09-09 17:00:05 +02:00 |
|
Bruno Binet
|
9e370bf6af
|
Implement ol.source.WMTS.optionsFromCapabilities
and remove related ol.source.WMTS.createFromCapabilities function.
|
2013-03-11 12:42:14 +01:00 |
|
Bruno Binet
|
13d0b36a08
|
Add a ol.source.WMTS.createFromCapabilities function
so that we can create a wmts source directly from a getCapabilities response
(parsed by the wmts parser)
|
2013-03-11 10:42:37 +01:00 |
|
Bruno Binet
|
877ce3adcf
|
Add a WMTS source
|
2013-03-11 10:42:37 +01:00 |
|