This commit is contained in:
16
node_modules/ol/extent/Relationship.js
generated
vendored
Normal file
16
node_modules/ol/extent/Relationship.js
generated
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
/**
|
||||
* @module ol/extent/Relationship
|
||||
*/
|
||||
/**
|
||||
* Relationship to an extent.
|
||||
* @enum {number}
|
||||
*/
|
||||
export default {
|
||||
UNKNOWN: 0,
|
||||
INTERSECTING: 1,
|
||||
ABOVE: 2,
|
||||
RIGHT: 4,
|
||||
BELOW: 8,
|
||||
LEFT: 16,
|
||||
};
|
||||
//# sourceMappingURL=Relationship.js.map
|
||||
Reference in New Issue
Block a user