Welcome to mirror list, hosted at ThFree Co, Russian Federation.

info.xml « appinfo - github.com/nextcloud/maps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8ae79d2e07b0125a0353be4b1e5a550f2a46402f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<?xml version="1.0"?>
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
      xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
    <id>maps</id>
    <name>Maps</name>
    <summary>🌍🌏🌎 The whole world fits inside your cloud!</summary>
    <description><![CDATA[**The whole world fits inside your cloud!**

- **🗺 Beautiful map:** Using [OpenStreetMap](https://www.openstreetmap.org) and [Leaflet](https://leafletjs.com), you can choose between standard map, satellite, topographical, dark mode or even watercolor! 🎨
- **⭐ Favorites:** Save your favorite places, privately! Sync with [GNOME Maps](https://github.com/nextcloud/maps/issues/30) and mobile apps is planned.
- **🧭 Routing:** Possible using either [OSRM](http://project-osrm.org), [GraphHopper](https://www.graphhopper.com) or [Mapbox](https://www.mapbox.com).
- **🖼 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](https://f-droid.org/en/packages/net.eneiluj.nextcloud.phonetrack/) or [OwnTracks](https://owntracks.org) is planned.
    ]]></description>
    <version>0.2.1</version>
    <licence>agpl</licence>
    <author mail="eneiluj@posteo.net">Julien Veyssier</author>
    <author mail="kontakt+github@arne.email">Arne Hamann</author>
    <author homepage="https://jancborchardt.net">Jan C. Borchardt</author>
    <namespace>Maps</namespace>
    <category>integration</category>
    <category>multimedia</category>
    <category>organization</category>
    <category>social</category>
    <category>tools</category>
    <website>https://github.com/nextcloud/maps</website>
    <bugs>https://github.com/nextcloud/maps/issues</bugs>
    <repository type="git">https://github.com/nextcloud/maps.git</repository>
    <screenshot>https://raw.githubusercontent.com/nextcloud/maps/master/screenshots/screenshot1.png</screenshot>
    <screenshot>https://raw.githubusercontent.com/nextcloud/maps/master/screenshots/screenshot2.png</screenshot>
    <screenshot>https://raw.githubusercontent.com/nextcloud/maps/master/screenshots/screenshot3.png</screenshot>
    <dependencies>
        <lib>exif</lib>
        <nextcloud min-version="22" max-version="26"/>
        <php min-version="7.4" max-version="8.1"/>
    </dependencies>
    <repair-steps>
        <install>
            <step>OCA\Maps\Migration\InstallScan</step>
        </install>
    </repair-steps>
    <commands>
        <command>OCA\Maps\Command\RescanPhotos</command>
        <command>OCA\Maps\Command\RescanTracks</command>
    </commands>
    <settings>
        <admin>OCA\Maps\Settings\AdminSettings</admin>
    </settings>
    <navigations>
        <navigation>
            <name>Maps</name>
            <route>maps.page.index</route>
        </navigation>
    </navigations>
    <types>
        <filesystem/>
    </types>
</info>