mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-23 12:31:24 +01:00
markers - generate from config file
This commit is contained in:
parent
85839f1d47
commit
e12e37a24d
6 changed files with 215 additions and 133 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue