mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 12:01:23 +01:00
markers - generate tool + lock tooltip
This commit is contained in:
parent
fae03b599f
commit
b3e0d5e7b1
6 changed files with 914 additions and 0 deletions
|
|
@ -295,6 +295,7 @@ function getBurgSeed(burg) {
|
|||
return burg.MFCG || Number(`${seed}${String(burg.i).padStart(4, 0)}`);
|
||||
}
|
||||
|
||||
<<<<<<< HEAD
|
||||
function getMFCGlink(burg) {
|
||||
if (burg.link) return burg.link;
|
||||
|
||||
|
|
@ -356,6 +357,8 @@ function getMFCGlink(burg) {
|
|||
return url.toString();
|
||||
}
|
||||
|
||||
=======
|
||||
>>>>>>> 01fbfca0 (markers - generate tool + lock tooltip)
|
||||
// draw legend box
|
||||
function drawLegend(name, data) {
|
||||
legend.selectAll('*').remove(); // fully redraw every time
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue