You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FROM table1 WHERE (geometry && ST_Transform(ST_MakeEnvelope(${bbox.leftbottom.lng}, ${bbox.leftbottom.lat}, ${bbox.righttop.lng}, ${bbox.righttop.lat}, 4326), 3857))) AS q)`.replace(/\s+/g,' '));
@@ -52,7 +52,7 @@ describe("buildLayerQuery", function () {
FROM table1 WHERE (geometry && ST_Transform(ST_MakeEnvelope(${bbox.leftbottom.lng}, ${bbox.leftbottom.lat}, ${bbox.righttop.lng}, ${bbox.righttop.lat}, 4326), 3857))) AS q)`.replace(/\s+/g,' '));
@@ -67,7 +67,7 @@ describe("buildLayerQuery", function () {
67
67
name: "layer1",
68
68
table: "table1",
69
69
extend: 4096,
70
-
buffer: 64,
70
+
buffer: 256,
71
71
clip_geom: false,
72
72
geom: "geometry",
73
73
srid: 3857,
@@ -84,7 +84,7 @@ describe("buildLayerQuery", function () {
FROM table1 WHERE (geometry && ST_Transform(ST_MakeEnvelope(${bbox.leftbottom.lng}, ${bbox.leftbottom.lat}, ${bbox.righttop.lng}, ${bbox.righttop.lat}, 4326), 3857)) AND (TRUE)ORDER BY id) AS q)`.replace(/\s+/g,' '));
@@ -99,7 +99,7 @@ describe("buildLayerQuery", function () {
99
99
name: "layer1",
100
100
table: "table1",
101
101
extend: 4096,
102
-
buffer: 64,
102
+
buffer: 256,
103
103
clip_geom: false,
104
104
geom: "geometry",
105
105
srid: 3857,
@@ -137,7 +137,7 @@ describe("buildLayerQuery", function () {
137
137
name: "source",
138
138
geom: "geometry",
139
139
extend: 4096,
140
-
buffer: 64,
140
+
buffer: 256,
141
141
clip_geom: false,
142
142
srid: 3857,
143
143
keys: ["osm_id as id","name"],
@@ -158,7 +158,7 @@ describe("buildLayerQuery", function () {
FROM table1 WHERE (geometry && ST_Transform(ST_MakeEnvelope(${bbox.leftbottom.lng}, ${bbox.leftbottom.lat}, ${bbox.righttop.lng}, ${bbox.righttop.lat}, 4326), 3857)) AND (TRUE)ORDER BY id) AS q)`.replace(/\s+/g,' '));
@@ -223,7 +223,7 @@ describe("buildLayerQuery", function () {
0 commit comments