forked from organicmaps/organicmaps
[and] Resources for android.
This commit is contained in:
parent
73e8aa5e13
commit
16cab934d6
2 changed files with 27 additions and 1 deletions
26
data/android-guides.json
Normal file
26
data/android-guides.json
Normal file
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"UK_England":
|
||||
{
|
||||
"name": "UK Travel Guide with Me",
|
||||
"url": "https://play.google.com/store/apps/details?id=com.guidewithme.uk",
|
||||
"appId": "com.guidewithme.uk"
|
||||
},
|
||||
"UK_Northern Ireland":
|
||||
{
|
||||
"name": "UK Travel Guide with Me",
|
||||
"url": "https://play.google.com/store/apps/details?id=com.guidewithme.uk",
|
||||
"appId": "com.guidewithme.uk"
|
||||
},
|
||||
"UK_Scotland":
|
||||
{
|
||||
"name": "UK Travel Guide with Me",
|
||||
"url": "https://play.google.com/store/apps/details?id=com.guidewithme.uk",
|
||||
"appId": "com.guidewithme.uk"
|
||||
},
|
||||
"UK_Wales":
|
||||
{
|
||||
"name": "UK Travel Guide with Me",
|
||||
"url": "https://play.google.com/store/apps/details?id=com.guidewithme.uk",
|
||||
"appId": "com.guidewithme.uk"
|
||||
}
|
||||
}
|
|
@ -10,7 +10,7 @@ mkdir $DST
|
|||
|
||||
files=(about.html resources-ldpi resources-mdpi resources-hdpi resources-xhdpi resources-xxhdpi categories.txt classificator.txt
|
||||
types.txt fonts_blacklist.txt fonts_whitelist.txt languages.txt unicode_blocks.txt \
|
||||
drules_proto.txt drules_proto.bin external_resources.txt packed_polygons.bin)
|
||||
drules_proto.txt drules_proto.bin external_resources.txt packed_polygons.bin android-guides.json)
|
||||
|
||||
for item in ${files[*]}
|
||||
do
|
||||
|
|
Loading…
Add table
Reference in a new issue