Make rendering tests more cross-platform proof

This commit is contained in:
ahocevar
2019-05-05 15:05:02 +02:00
parent 6c8c8a6477
commit 00c09eb281
4 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

View File

@@ -71,7 +71,7 @@ layer1.setStyle(function(feature) {
});
map.addLayer(layer1);
center = [center[0] + 500, center[1] + 500];
center = [center[0] + 500, center[1] + 700];
const feature2 = new Feature({
geometry: new Point(center),
text: 'center',

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 6.7 KiB

View File

@@ -71,7 +71,7 @@ layer1.setStyle(function(feature) {
});
map.addLayer(layer1);
center = [center[0] + 500, center[1] + 500];
center = [center[0] + 500, center[1] + 700];
const feature2 = new Feature({
geometry: new Point(center),
text: 'center',