Deprecate exceedLength and replace with overflow

This commit is contained in:
Andreas Hocevar
2017-11-27 09:05:39 +01:00
parent 7ffed344d1
commit 674868a683
10 changed files with 49 additions and 29 deletions

View File

@@ -382,7 +382,7 @@ describe('ol.rendering.style.Text', function() {
text: 'Hello world',
font: 'bold 24px sans-serif',
placement: 'line',
exceedLength: true
overflow: true
})
}));
vectorSource.addFeature(feature);
@@ -406,7 +406,7 @@ describe('ol.rendering.style.Text', function() {
text: 'Hello world',
font: 'bold 24px sans-serif',
placement: 'line',
exceedLength: true
overflow: true
})
}));
vectorSource.addFeature(feature);