🌍🌏🌎 The whole world fits inside your cloud!
Перейти к файлу
dependabot[bot] 7f0b196300
Build(deps): Bump @raruto/leaflet-elevation from 1.9.6 to 2.5.1
Bumps [@raruto/leaflet-elevation](https://github.com/Raruto/leaflet-elevation) from 1.9.6 to 2.5.1.
- [Release notes](https://github.com/Raruto/leaflet-elevation/releases)
- [Commits](https://github.com/Raruto/leaflet-elevation/commits)

---
updated-dependencies:
- dependency-name: "@raruto/leaflet-elevation"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-12 20:53:24 +00:00
.github updated build process 2023-12-12 14:25:03 +01:00
.tx [tx-robot] Update transifex configuration 2022-10-01 02:44:56 +00:00
appinfo Update info.xml 2023-12-12 17:16:08 +01:00
css Css fixes 2023-12-11 23:45:22 +01:00
img Add favicon 2023-07-02 15:24:58 -08:00
l10n Fix(l10n): Update translations from Transifex 2023-12-12 01:07:57 +00:00
lib fixes #1157 2023-12-12 21:14:52 +01:00
screenshots Added Documentation 2022-04-29 20:10:23 +02:00
src fixed copy maplink 2023-12-12 21:40:15 +01:00
templates add basic auth support for map server 2023-11-26 09:24:46 +08:00
tests Fixed Test 2023-09-26 12:45:16 +02:00
translationfiles/templates Fix(l10n): Update translations from Transifex 2023-12-12 01:07:57 +00:00
.babelrc.js Implement favorite sharing prototype 2020-02-05 19:09:00 +01:00
.editorconfig fix DB boolean column options 2021-07-05 12:19:38 +02:00
.eslintignore Merge branch 'master' into nextgovhackathon-master 2023-01-01 15:39:57 +01:00
.eslintrc.js Replace deprecated String.prototype.substr() 2022-04-14 18:16:51 +02:00
.gitignore Add VScode settings to gitignore 2023-03-07 15:11:46 +01:00
.gitlab-ci.yml clarify and refactor named service injections 2020-07-06 19:39:35 +02:00
.stylelintignore Configure ESLint & Prettier to be more forgiving 2020-02-05 19:09:00 +01:00
.travis.yml travis again 2019-07-02 19:11:18 +02:00
AUTHORS.md tabs=>spaces, update copyrights, README, CONTRIBUTING, Makefile, AUTHORS 2019-04-11 02:59:59 +02:00
CHANGELOG.md Updated Changelog and min NC version 28 2023-12-12 13:38:48 +01:00
CONTRIBUTING.md tabs=>spaces, update copyrights, README, CONTRIBUTING, Makefile, AUTHORS 2019-04-11 02:59:59 +02:00
COPYING start rework from app store template 2017-08-23 13:51:37 +02:00
Makefile Fixed search position 2023-03-18 00:04:38 +01:00
README.md Update README.md 2023-05-24 21:41:19 +08:00
babel.config.js Use Webpack 2020-02-13 07:23:27 +08:00
composer.json Update dependencies 2023-03-02 17:08:38 +01:00
composer.lock Remove composer.lcok 2023-05-01 21:37:40 +02:00
openapi.yml add parameters definition 2019-10-02 11:03:21 +02:00
package-lock.json Build(deps): Bump @raruto/leaflet-elevation from 1.9.6 to 2.5.1 2023-12-12 20:53:24 +00:00
package.json Build(deps): Bump @raruto/leaflet-elevation from 1.9.6 to 2.5.1 2023-12-12 20:53:24 +00:00
phpunit.integration.xml Move DB mapper tests from unit to integration testing 2020-02-05 19:09:00 +01:00
phpunit.xml tests are back from the darkness 2019-04-01 01:10:18 +02:00
stylelint.config.js simplify js dependencies 2022-03-14 13:48:26 +01:00
webpack.js fixed imports 2023-12-11 21:48:00 +01:00

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