markers - generate from config file

This commit is contained in:
Azgaar 2021-09-25 21:49:34 +03:00
parent 3dea76777b
commit 60057c52ed
6 changed files with 192 additions and 147 deletions

View file

@ -868,6 +868,11 @@ function parseLoadedData(data) {
rivers.attr("style", null);
borders.attr("style", null);
}
if (version < 1.7) {
// v 1.7 changed markers data
// TODO: get markers data from svg
}
})();
void (function checkDataIntegrity() {