mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-16 17:31:24 +01:00
Update script.js
199 fix
This commit is contained in:
parent
ca49e53fd0
commit
97eea31488
1 changed files with 1 additions and 0 deletions
|
|
@ -7041,6 +7041,7 @@ function fantasyMap() {
|
||||||
restoreDefaultEvents();
|
restoreDefaultEvents();
|
||||||
viewbox.on("touchmove mousemove", moved);
|
viewbox.on("touchmove mousemove", moved);
|
||||||
terrain.selectAll("g").selectAll("g").on("click", editReliefIcon);
|
terrain.selectAll("g").selectAll("g").on("click", editReliefIcon);
|
||||||
|
terrain.selectAll("use").on("click", editReliefIcon);
|
||||||
labels.selectAll("text").on("click", editLabel);
|
labels.selectAll("text").on("click", editLabel);
|
||||||
icons.selectAll("circle, path, use").on("click", editIcon);
|
icons.selectAll("circle, path, use").on("click", editIcon);
|
||||||
burgLabels.selectAll("text").on("click", editBurg);
|
burgLabels.selectAll("text").on("click", editBurg);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue