This commit is contained in:
Raul Ochoa 2015-04-06 18:00:46 +02:00
parent bf7044d723
commit 091352e75b
4 changed files with 4 additions and 4 deletions

View File

@ -109,7 +109,7 @@ var config = {
// Snapping all points of the geometry to a regular grid
snapToGrid: false,
// SQL queries will be wrapeed with ST_ClipByBox2D
// SQL queries will be wrapped with ST_ClipByBox2D
// Returning the portion of a geometry falling within a rectangle
// It will only work if snapToGrid is enabled
clipByBox2d: false, // this requires postgis >=2.2 and geos >=3.5

View File

@ -103,7 +103,7 @@ var config = {
// Snapping all points of the geometry to a regular grid
snapToGrid: false,
// SQL queries will be wrapeed with ST_ClipByBox2D
// SQL queries will be wrapped with ST_ClipByBox2D
// Returning the portion of a geometry falling within a rectangle
// It will only work if snapToGrid is enabled
clipByBox2d: false, // this requires postgis >=2.2 and geos >=3.5

View File

@ -103,7 +103,7 @@ var config = {
// Snapping all points of the geometry to a regular grid
snapToGrid: false,
// SQL queries will be wrapeed with ST_ClipByBox2D
// SQL queries will be wrapped with ST_ClipByBox2D
// Returning the portion of a geometry falling within a rectangle
// It will only work if snapToGrid is enabled
clipByBox2d: false, // this requires postgis >=2.2 and geos >=3.5

View File

@ -103,7 +103,7 @@ var config = {
// Snapping all points of the geometry to a regular grid
snapToGrid: false,
// SQL queries will be wrapeed with ST_ClipByBox2D
// SQL queries will be wrapped with ST_ClipByBox2D
// Returning the portion of a geometry falling within a rectangle
// It will only work if snapToGrid is enabled
clipByBox2d: false, // this requires postgis >=2.2 and geos >=3.5