🌍🌏🌎 The whole world fits inside your cloud!
Перейти к файлу
Julien Veyssier 004ede2a6a
refs #169 don't get contacts from disabled address books
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2019-10-14 19:22:36 +02:00
.tx fix end of .tx/config to ease future merge 2019-04-23 02:24:40 +02:00
appinfo Merge pull request #139 from nextcloud/fix138 2019-09-15 21:05:15 +02:00
css add 'export current route' button in routing area 2019-10-14 16:17:24 +02:00
img simpler app icon 2019-04-01 03:59:56 +02:00
js Merge branch 'master' into fix-issue166 2019-10-14 18:19:05 +02:00
l10n [tx-robot] updated from transifex 2019-10-13 02:37:26 +00:00
lib refs #169 don't get contacts from disabled address books 2019-10-14 19:22:36 +02:00
screenshots Add screenshots 2019-08-28 00:09:13 +02:00
templates Mention bias of Mercator map projection, thanks @alicetragedy 2019-08-28 18:36:49 +02:00
tests refs #102 warn user when importing favorite file with tracks/routes 2019-09-15 22:38:15 +02:00
translationfiles/templates [tx-robot] updated from transifex 2019-10-14 02:36:00 +00:00
.gitignore add build dir to gitignore 2019-07-01 17:59:26 +02:00
.gitlab-ci.yml fix gitlab CI pages 2019-08-17 19:31:33 +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 refs #56 fix source makefile target 2019-06-11 19:08:06 +02:00
README.md Mention bias of Mercator map projection, thanks @alicetragedy 2019-08-28 18:36:49 +02:00
composer.json fix broken composer.json 2019-04-11 02:03:18 +02:00
package.json Merge pull request #63 from nextcloud/dependabot/npm_and_yarn/leaflet.locatecontrol-tw-0.67.0 2019-08-26 13:58:05 +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 👍