Merge pull request #142 from weskamm/fixtileloading

Fix tile loading
This commit is contained in:
Brandon Liu
2023-03-28 21:36:53 +08:00
committed by GitHub

View File

@@ -46,6 +46,7 @@
tile.setFeatures(features);
tile.setState(2); // LOADED
} else {
tile.setFeatures([]);
tile.setState(4); // EMPTY
}
});