Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Router | 4,739 | 3 | 5 | 20 days ago | 127 | January 31, 2022 | 39 | mit | TypeScript | |
🤖 Type-safe router w/ built-in caching & URL state management for JS/TS, React, Preact, Solid, Vue, Svelte and Angular | ||||||||||
Openrouteservice | 1,058 | 16 hours ago | 173 | gpl-3.0 | Java | |||||
🌍 The open source route planner api with plenty of features. | ||||||||||
React Native Maps Directions | 1,057 | 109 | 5 | 9 months ago | 18 | April 14, 2020 | 45 | mit | JavaScript | |
Directions Component for `react-native-maps` | ||||||||||
Maps | 413 | 16 hours ago | 178 | agpl-3.0 | JavaScript | |||||
🌍🌏🌎 The whole world fits inside your cloud! | ||||||||||
Mobile Sdk | 160 | 4 months ago | 23 | October 10, 2022 | 98 | bsd-3-clause | C | |||
CARTO Mobile SDK core project | ||||||||||
Redux Reroute | 84 | 1 | 1 | 6 years ago | 3 | November 06, 2015 | 111 | JavaScript | ||
Location reducer and routing helpers for redux. | ||||||||||
Sproutcore Routing | 83 | 11 years ago | JavaScript | |||||||
(Ember Only) A URL routing package | ||||||||||
Architecture | 71 | 6 years ago | 20 | |||||||
OTv1 overview | ||||||||||
Elm Routing Example | 45 | 7 years ago | 1 | Elm | ||||||
SPA routing example for Elm 0.17 | ||||||||||
Optimization | 42 | 2 years ago | 20 | apache-2.0 | C# | |||||
Routing optimization module module for Itinero. |
🌍🌏🌎 The whole world fits inside your cloud!
Future plans:
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:
Custom maps can then be shared from the maps or any other app.
Maps can be shared using the nextcloud sharing system.
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 maps are stored as vCards (*.vfc) files.
Tracks on custom map are stored as "*.gpx files".
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.
This requires that you install node and npm.
apps
folder of your Nextcloud: git clone https://github.com/nextcloud/maps.git
make
to install dependencies and build the Javascript.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