Simplify logic for fixed tile url functions

This commit is contained in:
ahocevar
2018-10-02 10:52:03 +02:00
parent 023ad3c531
commit 4aff3d0631
5 changed files with 106 additions and 102 deletions

View File

@@ -310,7 +310,7 @@ describe('ol.source.TileWMS', function() {
});
describe('#setUrls()', function() {
it ('updates the source key', function() {
it('updates the source key', function() {
const source = new TileWMS({
urls: ['u1', 'u2']
});