OSDN Git Service

fully implement the most advanced version of the map so far
authorThe Grand Dog <alex.h@me.com>
Sat, 28 Mar 2020 18:44:50 +0000 (14:44 -0400)
committerThe Grand Dog <alex.h@me.com>
Sat, 28 Mar 2020 18:44:50 +0000 (14:44 -0400)
commitcdc29d29d788f9126faee33e48c4f65968b49702
treea0d21c4d0cf8499f36a12162b052f4aa0c293ac4
parent8329f4f7aed8d78e2113ff6d76b1fb605c447eb4
fully implement the most advanced version of the map so far

there are SO many changes
12 files changed:
Automap/Automap.csproj
Automap/Data/ColumnMeta.cs
Automap/Data/DisplayNameAttribute.cs [new file with mode: 0644]
Automap/Data/EntitiesOfInterest.cs
Automap/Data/PointOfInterest.cs
Automap/MapSRC/build.js [new file with mode: 0755]
Automap/MapSRC/src/Automap.css [new file with mode: 0644]
Automap/MapSRC/src/Automap.html [new file with mode: 0644]
Automap/MapSRC/src/ViewFrame.js [new file with mode: 0644]
Automap/MapSRC/src/ViewFrameUtils.js [new file with mode: 0644]
Automap/MapSRC/src/index.js [new file with mode: 0644]
Automap/Subsystems/AutomapSystem.cs