forked from organicmaps/organicmaps
removed packed_polygons.bin from external_resources. this file should be present for country names checks.
This commit is contained in:
parent
729d81da31
commit
1bd9a4be35
3 changed files with 4 additions and 2 deletions
|
@ -6,4 +6,4 @@ WorldCoasts.mwm 6315418
|
|||
04_padauk.ttf 248076
|
||||
05_khmeros.ttf 265552
|
||||
06_code2000.ttf 3155104
|
||||
packed_polygons.bin 1854515
|
||||
|
||||
|
|
|
@ -25,6 +25,8 @@
|
|||
#define PACKED_POLYGONS_FILE "packed_polygons.bin"
|
||||
#define PACKED_POLYGONS_INFO_TAG "info"
|
||||
|
||||
#define EXTERNAL_RESOURCES_FILE "external_resources.txt"
|
||||
|
||||
#define DRAWING_RULES_TXT_FILE "drules_proto.txt"
|
||||
#define DRAWING_RULES_BIN_FILE "drules_proto.bin"
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ mkdir $DST
|
|||
files=(about.html basic_ldpi.skn basic_mdpi.skn basic_hdpi.skn basic_xhdpi.skn categories.txt classificator.txt
|
||||
types.txt fonts_blacklist.txt fonts_whitelist.txt languages.txt \
|
||||
symbols_ldpi.png symbols_mdpi.png symbols_hdpi.png symbols_xhdpi.png unicode_blocks.txt \
|
||||
visibility.txt drules_proto.txt drules_proto.bin external_resources.txt)
|
||||
visibility.txt drules_proto.txt drules_proto.bin external_resources.txt packed_polygons.bin)
|
||||
|
||||
for item in ${files[*]}
|
||||
do
|
||||
|
|
Loading…
Add table
Reference in a new issue