mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 20:11:24 +01:00
markers - generate from config file
This commit is contained in:
parent
0530ebbde7
commit
b156f3cdf9
6 changed files with 499 additions and 839 deletions
|
|
@ -877,8 +877,10 @@ function parseLoadedData(data) {
|
|||
borders.attr('style', null);
|
||||
}
|
||||
|
||||
// ecomonics:
|
||||
// calculate salesTax for all states
|
||||
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