🌍🌏🌎 The whole world fits inside your cloud!
Перейти к файлу
Arne Hamann 5874059c99
Untested draft
Signed-off-by: Arne Hamann <kontakt+github@arne.email>
2020-01-25 12:04:02 +01:00
.tx fix end of .tx/config to ease future merge 2019-04-23 02:24:40 +02:00
appinfo Up max-version to 19 for latest server master 2020-01-23 10:40:43 +07:00
css Fix Contact photos being stretched and squeezed when non-square 2020-01-16 12:22:49 +01:00
img Cleanup maps icon 2019-11-06 12:30:25 +01:00
js Untested draft 2020-01-25 12:04:02 +01:00
l10n [tx-robot] updated from transifex 2020-01-25 02:43:36 +00:00
lib used array_shift and not [0] to get the first file 2020-01-22 15:03:19 +01:00
screenshots Add screenshots 2019-08-28 00:09:13 +02:00
templates refs #93 use standalone Viewer app when possible 2019-12-22 12:34:33 +01:00
tests Fix failing PageController test 2020-01-19 18:02:07 +01:00
translationfiles/templates [tx-robot] updated from transifex 2020-01-25 02:43:36 +00:00
.gitignore add build dir to gitignore 2019-07-01 17:59:26 +02:00
.gitlab-ci.yml adapt device tests, fix gitlab ci script 2019-10-20 18:25:13 +02: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 update CHANGELOG and bump to v0.1.2 2019-09-01 12:11:38 +02: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 Bumped Version to 1.0.3 2020-01-17 23:21:05 +01:00
README.md added occ documentation 2019-12-13 10:30:20 +01:00
composer.json fix broken composer.json 2019-04-11 02:03:18 +02:00
openapi.yml add parameters definition 2019-10-02 11:03:21 +02:00
package.json Bump mapbox-gl-leaflet from 0.0.10 to 0.0.11 2019-11-10 02:15:13 +00:00
phpunit.integration.xml update ci script and fix app test 2019-04-01 02:21:06 +02:00
phpunit.xml tests are back from the darkness 2019-04-01 01:10:18 +02:00

README.md

Nextcloud Maps

🌍🌏🌎 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:

🏗 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