Mon 21 Jul 22:43:21 CEST 2025
This commit is contained in:
parent
e615201b4b
commit
8624170dba
7
js/rtree/index.js
Normal file
7
js/rtree/index.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
'use strict';
|
||||
var RTree = require('./rtree');
|
||||
var geojson = require('./geojson');
|
||||
RTree.prototype.bbox = geojson.bbox;
|
||||
RTree.prototype.geoJSON = geojson.geoJSON;
|
||||
RTree.Rectangle = require('./rectangle');
|
||||
module.exports = RTree;
|
Loading…
Reference in New Issue
Block a user