mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 00:29:50 +02:00
Create sequences for each (wfs)layer instead of for all points at once. Rearrange cache.
This commit is contained in:
@@ -30,7 +30,7 @@ describe('iD.serviceVegbilder', function() {
|
||||
const cache = vegbilder.cache();
|
||||
expect(cache).to.have.property('wfslayers');
|
||||
expect(cache).to.have.property('rtree');
|
||||
expect(cache).to.have.property('sequences');
|
||||
expect(cache).to.have.property('image2sequence_map');
|
||||
|
||||
vegbilder.init();
|
||||
const cache2 = vegbilder.cache();
|
||||
|
||||
Reference in New Issue
Block a user