# HG changeset patch # User Thomas Junk # Date 1536145309 -7200 # Node ID 7575cf0e15ff9a41f2abd4fda3f8141a4a47255e # Parent ad07846b09d15a6421b3e7c33c50be6a076a7666 feat: Add coordinate system for fairway profile In order to display graphical data, d3 was added. Fairway Profile is available as component. In a first step, a coordinate system was drawn. diff -r ad07846b09d1 -r 7575cf0e15ff client/package.json --- a/client/package.json Wed Sep 05 11:05:58 2018 +0200 +++ b/client/package.json Wed Sep 05 13:01:49 2018 +0200 @@ -15,6 +15,7 @@ "axios": "^0.18.0", "bootstrap": "^4.1.1", "cxlt-vue2-toastr": "^1.1.0", + "d3": "^5.7.0", "font-awesome": "^4.7.0", "glob-all": "^3.1.0", "locale2": "^2.2.0", diff -r ad07846b09d1 -r 7575cf0e15ff client/src/components/Maplayer.vue --- a/client/src/components/Maplayer.vue Wed Sep 05 11:05:58 2018 +0200 +++ b/client/src/components/Maplayer.vue Wed Sep 05 13:01:49 2018 +0200 @@ -12,19 +12,27 @@ +
+ +