🌍🌏🌎 The whole world fits inside your cloud!
Перейти к файлу
Nextcloud bot 869bd35a11
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-08 01:22:50 +00:00
.github update release env: 2024-11-04 00:02:11 +01:00
.tx
appinfo Prepare v1.5.0 2024-11-03 23:44:45 +01:00
css Bump app to Nextcloud 30 2024-10-07 17:26:12 +02:00
img
l10n Fix(l10n): Update translations from Transifex 2024-11-08 01:22:50 +00:00
lib Prepare v1.5.0 2024-11-03 23:44:45 +01:00
screenshots Added Documentation 2022-04-29 20:10:23 +02:00
src Update OSM tile service URL 2024-07-13 17:24:28 +02:00
templates chore: composer run cs:fix 2024-09-14 20:21:41 +02:00
tests tests/bootstrap: don't re-declare PHPUNIT_RUN 2024-10-07 17:26:13 +02:00
translationfiles/templates Fix(l10n): Update translations from Transifex 2024-11-08 01:22:50 +00:00
vendor-bin fix: Add psalm configuration, fix some of the errors, add stubs, add baseline 2024-09-16 15:24:19 +02:00
.babelrc.js Implement favorite sharing prototype 2020-02-05 19:09:00 +01:00
.editorconfig
.eslintignore
.eslintrc.js
.git-blame-ignore-revs chore: Add previous commit to .git-blame-ignore-revs 2024-09-14 20:25:03 +02:00
.gitignore
.gitlab-ci.yml
.php-cs-fixer.dist.php chore: Add stubs folder to ignore list for code style 2024-09-16 18:20:26 +02:00
.stylelintignore
.travis.yml
AUTHORS.md
CHANGELOG.md Prepare v1.5.0 2024-11-03 23:44:45 +01:00
CONTRIBUTING.md
COPYING
Makefile
README.md
babel.config.js
composer.json chore: Ignore stubs in linter composer script 2024-09-19 17:23:56 +02:00
composer.lock chore: Add vendor-bin and csfixer 2024-09-14 19:52:43 +02:00
openapi.yml
package-lock.json Merge pull request #1339 from nextcloud/dependabot/npm_and_yarn/multi-9f37c16f8f 2024-11-03 23:34:38 +01:00
package.json Merge branch 'master' into v1.5.0 2024-11-03 23:51:16 +01:00
phpunit.integration.xml
phpunit.xml
psalm.xml fix: Add psalm configuration, fix some of the errors, add stubs, add baseline 2024-09-16 15:24:19 +02:00
stylelint.config.js
webpack.js

README.md

Nextcloud Maps

With MapLibre-GL support

🌍🌏🌎 The whole world fits inside your cloud!

  • 🗺 Beautiful map: Using OpenStreetMap and Leaflet, you can choose between standard map, satellite, topographical, dark mode or even watercolor! 🎨
  • Favorites: Save your favorite places, privately! Sync with GNOME Maps and mobile apps is planned.
  • 🧭 Routing: Possible using either OSRM, GraphHopper or Mapbox.
  • 🖼 Photos on the map: No more boring slideshows, just show directly where you were!
  • 🙋 Contacts on the map: See where your friends live and plan your next visit.
  • 📱 Devices: Lost your phone? Check the map!
  • 〰 Tracks: Load GPS tracks or past trips. Recording with PhoneTrack or OwnTracks is planned.

Future plans:

User Documentation

My Maps

Custom maps are stored by default in the "/Maps" folder. This folder can be found in the files app. Other folders turned into map by placing a ".index.maps" file into it. Content can therefore be added via:

  • Webdav (Desktop and Mobile clients)
  • Files app
  • Maps app

Custom maps can then be shared from the maps or any other app.

Sharing map

Maps can be shared using the nextcloud sharing system.

Favorites on custom map

Favorites on custom the custom maps are stored in the .favorites.json file.

Shared favorite categories can be linked to a custom map. Linked favorite categories are read-only. They can be edited on the owners default map. These links are stored in the ".favorite_shares.json".

Contacts on custom map

Contacts on custom maps are stored as vCards (*.vfc) files.

Tracks on custom map

Tracks on custom map are stored as "*.gpx files".

Photos on custom map

Photos are stored in the corresponding folder. They can be added from files or from maps Existing photo albums can be viewed on the map by placing a ".index.maps" file into it.

Scanning photos take time. Therefore photos are scanned in the background. After adding photos it might take a while, until the scan is done and the photos are shown on the map.

🏗 Development setup

This requires that you install node and npm.

  1. ☁ Clone this app into the apps folder of your Nextcloud: git clone https://github.com/nextcloud/maps.git
  2. 👩‍💻 In the folder of the app, run the command make to install dependencies and build the Javascript.
  3. Enable the app through the app management of your Nextcloud
  4. 🎉 Partytime! Help fix some issues and review pull requests 👍

Admin documentation

Media scans are performed with the regular system background job.

Scans can also be manually triggered via occ command:

./occ maps:scan-photos to rescan photos' GPS exif data

./occ maps:scan-tracks to rescan track files