facilmap/docs/src/users
Candid Dauth 89cd0b4f20 Add GitHub Sponsors link 2024-03-10 13:39:14 +01: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 Add GitHub Sponsors link 2024-03-10 13:39:14 +01:00
export Move around READMEs 2021-04-10 01:45:20 +02:00
files Upgrade vuepress 2023-09-23 05:33:28 +02:00
filter Implement share dialog (#165) 2021-07-26 11:54:43 +02:00
help Write some docs 2021-04-06 00:03:36 +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 outdated links in docs 2023-09-23 05:41:55 +02:00
legend Upgrade vuepress 2023-09-23 05:33:28 +02:00
lines Upgrade vuepress 2023-09-23 05:33:28 +02:00
locate Upgrade vuepress 2023-09-23 05:33:28 +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 Add support for bookmarks 2021-05-06 03:40:59 +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 Implement share dialog (#165) 2021-07-26 11:54:43 +02:00
types Upgrade vuepress 2023-09-23 05:33:28 +02:00
ui Upgrade vuepress 2023-09-23 05:33:28 +02:00
views Implement share dialog (#165) 2021-07-26 11:54:43 +02:00
README.md Implement share dialog (#165) 2021-07-26 11:54:43 +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.