From addecf295fd2cdc4fc3b3de2523b45007805307a Mon Sep 17 00:00:00 2001 From: Candid Dauth Date: Thu, 8 Apr 2021 22:28:26 +0200 Subject: [PATCH] Link documentation in UI --- frontend/src/map/about/about.ts | 2 -- frontend/src/map/about/about.vue | 21 ++++----------------- frontend/src/map/toolbox/toolbox.vue | 5 ++++- 3 files changed, 8 insertions(+), 20 deletions(-) diff --git a/frontend/src/map/about/about.ts b/frontend/src/map/about/about.ts index 8ee5e0b3..e48c4ec9 100644 --- a/frontend/src/map/about/about.ts +++ b/frontend/src/map/about/about.ts @@ -16,7 +16,5 @@ export default class About extends Vue { layers = [...Object.values(baseLayers), ...Object.values(overlays)]; fmVersion = packageJson.version; - fmHomepage = packageJson.homepage; - fmBugTracker = packageJson.bugs.url; } diff --git a/frontend/src/map/about/about.vue b/frontend/src/map/about/about.vue index beeaf606..eedbfea3 100644 --- a/frontend/src/map/about/about.vue +++ b/frontend/src/map/about/about.vue @@ -1,21 +1,8 @@ -

FacilMap is available under the GNU Affero General Public License, Version 3.

-

If something does not work or you have a suggestion for improvement, please report on the issue tracker.

-

Privacy

-

- FacilMap aims to be a privacy-friendly open-source alternative to commercial maps that track your data. When you use FacilMap, - anything you do on the map (for example pan/zoom the map, search for something, calculate a route, add a marker) is sent to the - FacilMap server and persisted there only if necessary for the interaction. No personally identifiable information is persisted - (for example your IP address). FacilMap stores the zoom preferences that you set in the search bar (auto-zoom, etc.) in the - localStorage of your browser, but it does not set any cookies. -

-

- FacilMap combines multiple third-party services (listed below under “Map data”) into one versatile map. When you use FacilMap, - your browser will retrieve the information provided by these services directly from there. FacilMap will send the current position - of the map and (for the search/route service) the search terms to those services. Your browser will send your IP address and - potentially some cookies that these services have set. It remains at the discretion of those third-party services what they - do with this data. -

+

FacilMap is available under the GNU Affero General Public License, Version 3.

+

If something does not work or you have a suggestion for improvement, please report on the issue tracker.

+

If you have a question, please have a look at the documentation or raise a question in the discussion forum.

+

Privacy information

Map data