Create sequences for each (wfs)layer instead of for all points at once. Rearrange cache.

This commit is contained in:
Noenandre
2023-03-04 14:04:02 +01:00
parent 15f4438fad
commit c824fe1937
3 changed files with 21 additions and 23 deletions
+1 -1
View File
@@ -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();