mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-19 02:21:24 +01:00
Sky burgs + air routes: layer, editor toggles, styling, altitude, icons, and generators
This commit is contained in:
parent
e94ec5b123
commit
c075e704fd
6 changed files with 45 additions and 12 deletions
1
main.js
1
main.js
|
|
@ -114,6 +114,7 @@ labels.append("g").attr("id", "states");
|
|||
labels.append("g").attr("id", "addedLabels");
|
||||
|
||||
burgIcons.append("g").attr("id", "cities");
|
||||
burgIcons.append("g").attr("id", "skyburgs");
|
||||
burgLabels.append("g").attr("id", "cities");
|
||||
anchors.append("g").attr("id", "cities");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue