-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Hugo Bernardi
committed
Feb 3, 2017
1 parent
c2b4f21
commit 69873d4
Showing
75 changed files
with
469 additions
and
1,776 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,181 @@ | ||
{ | ||
"name": { | ||
"default": "Bus preset", | ||
"en": "Bus preset", | ||
"fr": "Preset bus" | ||
}, | ||
"version": "0.1", | ||
"author": "Hugo Bernardi", | ||
"link": "https://github.com/jawg/h2geo-presets", | ||
"description": { | ||
"default": "The only profile you need to contribute your favourite bus amenities.", | ||
"en": "The only profile you need to contribute your favourite bus amenities.", | ||
"fr": "Le seul profil dont vous aurez besoin pour contribuer des données utiles liées aux arrêts de bus." | ||
}, | ||
"image": "https://wiki.openstreetmap.org/w/images/thumb/c/ca/Citadis402Grenoble_citeinternationale.jpg/480px-Citadis402Grenoble_citeinternationale.jpg", | ||
"groups": [ | ||
{ | ||
"name": { | ||
"default": "Bus group", | ||
"en": "Bus group", | ||
"fr": "Groupe bus" | ||
}, | ||
"icon": "http://static.directmatin.fr/sites/default/files/velib_frein_arriere.jpg", | ||
"url": "https://wiki.openstreetmap.org/wiki/Bicycle", | ||
"items": [ | ||
{ | ||
"name": "public_transport=platform", | ||
"url": "https://wiki.openstreetmap.org/wiki/Tag:amenity=bicycle_parking", | ||
"label": { | ||
"default": "Bus stop", | ||
"en": "Bus stop", | ||
"fr": "Arrêt de bus" | ||
}, | ||
"description": { | ||
"default": "A bus stop.", | ||
"en": "A bus stop.", | ||
"fr": "Un arrêt de bus." | ||
}, | ||
"keywords": { | ||
"default": [ | ||
"bus stop" | ||
], | ||
"en": [ | ||
"bus stop" | ||
], | ||
"fr": [ | ||
"Arrêt de bus" | ||
] | ||
}, | ||
"tags": [ | ||
{ | ||
"key": "public_transport", | ||
"value": "platform", | ||
"type": "CONSTANT" | ||
}, | ||
{ | ||
"key": "name", | ||
"type": "TEXT" | ||
}, | ||
{ | ||
"key": "shelter", | ||
"type": "SINGLE_CHOICE", | ||
"values": [ | ||
{ | ||
"yes": { | ||
"default": "Yes", | ||
"fr": "Oui", | ||
"en": "Yes" | ||
} | ||
}, | ||
{ | ||
"no": { | ||
"default": "No", | ||
"fr": "Non", | ||
"en": "No" | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"key": "bench", | ||
"type": "SINGLE_CHOICE", | ||
"values": [ | ||
{ | ||
"yes": { | ||
"default": "Yes", | ||
"fr": "Oui", | ||
"en": "Yes" | ||
} | ||
}, | ||
{ | ||
"no": { | ||
"default": "No", | ||
"fr": "Non", | ||
"en": "No" | ||
} | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "highway=bus_stop", | ||
"url": "https://wiki.openstreetmap.org/wiki/Tag:amenity=bicycle_parking", | ||
"label": { | ||
"default": "Bus stop (Obsolete)", | ||
"en": "Bus stop (Obsolete)", | ||
"fr": "Arrêt de bus (Obsolète)" | ||
}, | ||
"description": { | ||
"default": "A bus stop.", | ||
"en": "A bus stop.", | ||
"fr": "Un arrêt de bus." | ||
}, | ||
"keywords": { | ||
"default": [ | ||
"bus stop" | ||
], | ||
"en": [ | ||
"bus stop" | ||
], | ||
"fr": [ | ||
"Arrêt de bus" | ||
] | ||
}, | ||
"tags": [ | ||
{ | ||
"key": "highway", | ||
"value": "bus_stop", | ||
"type": "CONSTANT" | ||
}, | ||
{ | ||
"key": "name", | ||
"type": "TEXT" | ||
}, | ||
{ | ||
"key": "shelter", | ||
"type": "SINGLE_CHOICE", | ||
"values": [ | ||
{ | ||
"yes": { | ||
"default": "Yes", | ||
"fr": "Oui", | ||
"en": "Yes" | ||
} | ||
}, | ||
{ | ||
"no": { | ||
"default": "No", | ||
"fr": "Non", | ||
"en": "No" | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"key": "bench", | ||
"type": "SINGLE_CHOICE", | ||
"values": [ | ||
{ | ||
"yes": { | ||
"default": "Yes", | ||
"fr": "Oui", | ||
"en": "Yes" | ||
} | ||
}, | ||
{ | ||
"no": { | ||
"default": "No", | ||
"fr": "Non", | ||
"en": "No" | ||
} | ||
} | ||
] | ||
} | ||
] | ||
} | ||
] | ||
} | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
Copyright (C) 2016 eBusiness Information | ||
This file is part of OSM Contributor. | ||
OSM Contributor is free software: you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
the Free Software Foundation, either version 3 of the License, or | ||
(at your option) any later version. | ||
OSM Contributor is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
GNU General Public License for more details. | ||
You should have received a copy of the GNU General Public License | ||
along with OSM Contributor. If not, see <http://www.gnu.org/licenses/>. | ||
--> | ||
<menu xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<group | ||
android:id="@+id/sync" | ||
android:checkableBehavior="all" | ||
android:visible="true"> | ||
<item | ||
android:id="@+id/save_changes" | ||
android:checked="false" | ||
android:icon="@android:drawable/ic_menu_save" | ||
android:title="@string/save_now"/> | ||
</group> | ||
|
||
<group | ||
android:id="@+id/drawer_options_group" | ||
android:checkableBehavior="none"> | ||
|
||
<item | ||
android:id="@+id/manage_poi_types" | ||
android:title="@string/manage_poi_types" | ||
android:visible="false"/> | ||
|
||
<item | ||
android:id="@+id/edit_way" | ||
android:title="@string/edit_way" | ||
android:visible="false"/> | ||
|
||
<item | ||
android:id="@+id/arpi_view" | ||
android:title="@string/title_3d_view" | ||
android:visible="false"/> | ||
|
||
<item | ||
android:id="@+id/switch_style" | ||
android:title="@string/switch_style_satellite" | ||
android:visible="false"/> | ||
|
||
<item | ||
android:id="@+id/profile_load" | ||
android:title="@string/profile_load" | ||
android:visible="false"/> | ||
|
||
<item | ||
android:id="@+id/offline_regions" | ||
android:title="@string/offline_regions"/> | ||
|
||
<item | ||
android:id="@+id/replay_tuto_menu" | ||
android:title="@string/replay_tuto" | ||
android:visible="false"/> | ||
|
||
<item | ||
android:id="@+id/preferences_menu" | ||
android:title="@string/title_activity_my_preferences"/> | ||
|
||
<item | ||
android:id="@+id/about_menu" | ||
android:title="@string/about_title"/> | ||
</group> | ||
</menu> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
|
||
<string name="name" translatable="false">Osm Contributor for Bus</string> | ||
</resources> |
Oops, something went wrong.