🌍🌏🌎 The whole world fits inside your cloud!
Перейти к файлу
Nextcloud bot dfbd485439
[tx-robot] updated from transifex
2019-11-12 02:38:38 +00:00
.tx
appinfo Update max-version to 18 2019-10-15 23:44:08 +02:00
css Make routing setup clearer 2019-11-03 11:54:54 +08:00
img Cleanup maps icon 2019-11-06 12:30:25 +01:00
js Make routing setup clearer 2019-11-03 11:54:54 +08:00
l10n [tx-robot] updated from transifex 2019-11-12 02:38:38 +00:00
lib Merge pull request #173 from Galbar/fix_add_device_point_error_when_optional_value_is_empty 2019-10-25 23:25:33 +02:00
screenshots
templates Make routing setup clearer 2019-11-03 11:54:54 +08:00
tests Merge pull request #173 from Galbar/fix_add_device_point_error_when_optional_value_is_empty 2019-10-25 23:25:33 +02:00
translationfiles/templates [tx-robot] updated from transifex 2019-11-12 02:38:38 +00:00
.gitignore
.gitlab-ci.yml adapt device tests, fix gitlab ci script 2019-10-20 18:25:13 +02:00
.travis.yml
AUTHORS.md
CHANGELOG.md update CHANGELOG and bump to v0.1.2 2019-09-01 12:11:38 +02:00
CONTRIBUTING.md
COPYING
Makefile
README.md
composer.json
openapi.yml add parameters definition 2019-10-02 11:03:21 +02:00
package.json add Mapbox vector tiles support, not with self hosted servers for the moment 2019-10-14 12:29:37 +02:00
phpunit.integration.xml
phpunit.xml

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 👍