facilmap/docs/src/users
Candid Dauth 5df3fe99f6 Keep screen on while locate control is active 2024-05-20 12:34:45 +02:00
..
app Fix favicons and add docs how to add FacilMap as an app 2021-04-10 21:56:38 +02:00
click-marker Upgrade vuepress 2023-09-23 05:33:28 +02:00
collaborative Make local storage peristent (#171) 2021-05-29 16:57:17 +02:00
contribute Merge branch 'main' into vue3 2024-03-10 14:44:13 +01:00
export Update documentation to reflect new features 2024-03-29 01:44:57 +01:00
files Upgrade vuepress 2023-09-23 05:33:28 +02:00
filter Correct filter spelling mistakes (#242) 2024-04-09 12:33:19 +02:00
help Mention Weblate in the docs and README 2024-04-05 00:13:51 +02:00
history Add missing docs 2021-04-10 00:25:34 +02:00
import Upgrade vuepress 2023-09-23 05:33:28 +02:00
layers Update documentation to reflect new features 2024-03-29 01:44:57 +01:00
legend Upgrade vuepress 2023-09-23 05:33:28 +02:00
lines Introduce stroke styles for lines (#239) 2024-02-26 17:56:42 +01:00
locate Keep screen on while locate control is active 2024-05-20 12:34:45 +02:00
map-settings Add support for bookmarks 2021-05-06 03:40:59 +02:00
markers Upgrade vuepress 2023-09-23 05:33:28 +02:00
multiple Allow selecting multiple objects by drawing a box 2021-04-14 02:33:54 +02:00
pois Upgrade vuepress 2023-09-23 05:33:28 +02:00
privacy Mention language cookies in privacy docs 2024-04-04 21:39:31 +02:00
releases Add link to release notes to docs 2021-04-11 16:18:14 +02:00
route Update outdated links in docs 2023-09-23 05:41:55 +02:00
search Upgrade vuepress 2023-09-23 05:33:28 +02:00
share Add parameters to hide route tab, POI tab and locate control (#251) 2024-04-12 23:04:59 +02:00
types Introduce stroke styles for lines (#239) 2024-02-26 17:56:42 +01:00
ui Update documentation to reflect new features 2024-03-29 01:44:57 +01:00
user-preferences Mention Weblate in the docs and README 2024-04-05 00:13:51 +02:00
views Implement share dialog (#165) 2021-07-26 11:54:43 +02:00
README.md Mention Weblate in the docs and README 2024-04-05 00:13:51 +02:00

README.md

Overview

FacilMap is a privacy-friendly, open-source versatile online map that combines different services based on OpenStreetMap. FacilMap offers the following features:

In addition, FacilMap allows you to create collaborative maps, where you and others can add markers, draw lines, save routes and import GPX/KML/GeoJSON files, which will be saved under a custom URL.

  • Creating collaborative maps
  • Add markers
  • Add lines/routes
  • Handle multiple objects, for example to delete multiple markers/lines at once.
  • By default, markers/lines/routes have a name and a description. You can define additional fields that contain more detailed information and can automatically influence the style of the marker/line/route.
  • Add a legend that shows which colour/style belongs to which type of marker/line.
  • Saved views reference a particular area on the map with certain settings. You can change the default view of a collaborative map or save additional views as a shortcut for users to navigate to a certain area on the map.
  • Filters make it possible to temporarily hide certain types of markers/lines based on certain criteria.
  • Modifications to the map are logged in the edit history and can be reverted if necessary.
  • Export the map or parts of it as a GPX or GeoJSON file or as a table.
  • Import GPX, KML or GeoJSON files. Importing a GeoJSON file that was exported by FacilMap makes it possible to copy parts of one map onto another.
  • Adjust the map settings. This is also where your can delete the map.

If you are interested in embedding FacilMap into your website or even running your own FacilMap server, check out the Developer guide.