Created
September 12, 2018 19:21
-
-
Save jkoan/ef8723cb99e438b74f2affa3b9fc8db2 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| Scanning dependencies of target fonts | |
| Copy '/home/jan/git/navit/navit/fonts/*.ttf' to '/home/jan/git/navit/build/navit/fonts' | |
| [ 0%] Built target fonts | |
| Scanning dependencies of target fib | |
| [ 0%] Building C object navit/fib-1.1/CMakeFiles/fib.dir/fib.c.o | |
| [ 0%] Linking C static library libfib.a | |
| [ 0%] Built target fib | |
| Scanning dependencies of target git_version | |
| -- Git commit: 9f04341c | |
| -- Git date: 1809122111 | |
| [ 0%] Built target git_version | |
| Scanning dependencies of target navit_core | |
| [ 0%] Building C object navit/CMakeFiles/navit_core.dir/announcement.c.o | |
| [ 0%] Building C object navit/CMakeFiles/navit_core.dir/atom.c.o | |
| [ 0%] Building C object navit/CMakeFiles/navit_core.dir/attr.c.o | |
| [ 0%] Building C object navit/CMakeFiles/navit_core.dir/cache.c.o | |
| [ 0%] Building C object navit/CMakeFiles/navit_core.dir/callback.c.o | |
| [ 0%] Building C object navit/CMakeFiles/navit_core.dir/command.c.o | |
| [ 0%] Building C object navit/CMakeFiles/navit_core.dir/config_.c.o | |
| [ 0%] Building C object navit/CMakeFiles/navit_core.dir/coord.c.o | |
| [ 1%] Building C object navit/CMakeFiles/navit_core.dir/country.c.o | |
| [ 1%] Building C object navit/CMakeFiles/navit_core.dir/data_window.c.o | |
| [ 1%] Building C object navit/CMakeFiles/navit_core.dir/debug.c.o | |
| /home/jan/git/navit/navit/debug.c: In function ‘sigsegv’: | |
| /home/jan/git/navit/navit/debug.c:81:5: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result [-Wunused-result] | |
| system(buffer); | |
| ^~~~~~~~~~~~~~ | |
| /home/jan/git/navit/navit/debug.c: In function ‘debug_malloc’: | |
| /home/jan/git/navit/navit/debug.c:497:29: warning: calling ‘__builtin_return_address’ with a nonzero argument is unsafe [-Wframe-address] | |
| head->return_address[1]=__builtin_return_address(1); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /home/jan/git/navit/navit/debug.c:498:29: warning: calling ‘__builtin_return_address’ with a nonzero argument is unsafe [-Wframe-address] | |
| head->return_address[2]=__builtin_return_address(2); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /home/jan/git/navit/navit/debug.c:499:29: warning: calling ‘__builtin_return_address’ with a nonzero argument is unsafe [-Wframe-address] | |
| head->return_address[3]=__builtin_return_address(3); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /home/jan/git/navit/navit/debug.c:500:29: warning: calling ‘__builtin_return_address’ with a nonzero argument is unsafe [-Wframe-address] | |
| head->return_address[4]=__builtin_return_address(4); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /home/jan/git/navit/navit/debug.c:501:29: warning: calling ‘__builtin_return_address’ with a nonzero argument is unsafe [-Wframe-address] | |
| head->return_address[5]=__builtin_return_address(5); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /home/jan/git/navit/navit/debug.c:502:29: warning: calling ‘__builtin_return_address’ with a nonzero argument is unsafe [-Wframe-address] | |
| head->return_address[6]=__builtin_return_address(6); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /home/jan/git/navit/navit/debug.c:503:29: warning: calling ‘__builtin_return_address’ with a nonzero argument is unsafe [-Wframe-address] | |
| head->return_address[7]=__builtin_return_address(7); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| [ 1%] Building C object navit/CMakeFiles/navit_core.dir/event.c.o | |
| [ 1%] Building C object navit/CMakeFiles/navit_core.dir/file.c.o | |
| /home/jan/git/navit/navit/file.c: In function ‘file_http_request’: | |
| /home/jan/git/navit/navit/file.c:103:5: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] | |
| write(file->fd, request, strlen(request)); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| [ 1%] Building C object navit/CMakeFiles/navit_core.dir/geom.c.o | |
| [ 1%] Building C object navit/CMakeFiles/navit_core.dir/graphics.c.o | |
| [ 1%] Building C object navit/CMakeFiles/navit_core.dir/gui.c.o | |
| [ 1%] Building C object navit/CMakeFiles/navit_core.dir/item.c.o | |
| [ 1%] Building C object navit/CMakeFiles/navit_core.dir/layout.c.o | |
| /home/jan/git/navit/navit/layout.c: In function ‘layer_set_attr_do’: | |
| /home/jan/git/navit/navit/layout.c:251:9: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
| obj->func->iter_destroy(iter); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /home/jan/git/navit/navit/layout.c:252:5: note: here | |
| default: | |
| ^~~~~~~ | |
| [ 1%] Building C object navit/CMakeFiles/navit_core.dir/log.c.o | |
| /home/jan/git/navit/navit/log.c: In function ‘log_flush’: | |
| /home/jan/git/navit/navit/log.c:242:9: warning: ignoring return value of ‘ftruncate’, declared with attribute warn_unused_result [-Wunused-result] | |
| ftruncate(fileno(this_->f), pos); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| [ 1%] Building C object navit/CMakeFiles/navit_core.dir/main.c.o | |
| /home/jan/git/navit/navit/main.c: In function ‘main_init’: | |
| /home/jan/git/navit/navit/main.c:343:9: warning: ignoring return value of ‘getcwd’, declared with attribute warn_unused_result [-Wunused-result] | |
| getcwd(buffer, PATH_MAX); /* libc of navit returns "dummy" */ | |
| ^~~~~~~~~~~~~~~~~~~~~~~~ | |
| [ 1%] Building C object navit/CMakeFiles/navit_core.dir/map.c.o | |
| [ 1%] Building C object navit/CMakeFiles/navit_core.dir/maps.c.o | |
| [ 1%] Building C object navit/CMakeFiles/navit_core.dir/linguistics.c.o | |
| [ 1%] Building C object navit/CMakeFiles/navit_core.dir/mapset.c.o | |
| [ 1%] Building C object navit/CMakeFiles/navit_core.dir/maptype.c.o | |
| [ 1%] Building C object navit/CMakeFiles/navit_core.dir/menu.c.o | |
| [ 1%] Building C object navit/CMakeFiles/navit_core.dir/messages.c.o | |
| [ 1%] Building C object navit/CMakeFiles/navit_core.dir/bookmarks.c.o | |
| /home/jan/git/navit/navit/bookmarks.c: In function ‘bookmarks_set_center_from_file’: | |
| /home/jan/git/navit/navit/bookmarks.c:417:5: warning: ignoring return value of ‘getline’, declared with attribute warn_unused_result [-Wunused-result] | |
| getline(&line, &line_size, f); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| [ 1%] Building C object navit/CMakeFiles/navit_core.dir/navit.c.o | |
| [ 1%] Building C object navit/CMakeFiles/navit_core.dir/navit_nls.c.o | |
| [ 2%] Building C object navit/CMakeFiles/navit_core.dir/navigation.c.o | |
| /home/jan/git/navit/navit/navigation.c: In function ‘navigation_map_item_attr_get’: | |
| /home/jan/git/navit/navit/navigation.c:4049:16: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
| if (cmd) { | |
| ^ | |
| /home/jan/git/navit/navit/navigation.c:4053:9: note: here | |
| case 3: | |
| ^~~~ | |
| /home/jan/git/navit/navit/navigation.c:4055:16: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
| if (prev) { | |
| ^ | |
| /home/jan/git/navit/navit/navigation.c:4059:9: note: here | |
| case 4: | |
| ^~~~ | |
| /home/jan/git/navit/navit/navigation.c:4061:16: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
| if (prev) { | |
| ^ | |
| /home/jan/git/navit/navit/navigation.c:4065:9: note: here | |
| case 5: | |
| ^~~~ | |
| /home/jan/git/navit/navit/navigation.c:4067:16: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
| if (prev) { | |
| ^ | |
| /home/jan/git/navit/navit/navigation.c:4071:9: note: here | |
| case 6: | |
| ^~~~ | |
| /home/jan/git/navit/navit/navigation.c:4074:16: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
| if (prev) { | |
| ^ | |
| /home/jan/git/navit/navit/navigation.c:4078:9: note: here | |
| case 7: | |
| ^~~~ | |
| /home/jan/git/navit/navit/navigation.c:4086:29: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
| this_->debug_idx++; | |
| ~~~~~~~~~~~~~~~~^~ | |
| /home/jan/git/navit/navit/navigation.c:4087:9: note: here | |
| case 8: | |
| ^~~~ | |
| /home/jan/git/navit/navit/navigation.c:4089:16: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
| if (prev) { | |
| ^ | |
| /home/jan/git/navit/navit/navigation.c:4112:9: note: here | |
| default: | |
| ^~~~~~~ | |
| [ 2%] Building C object navit/CMakeFiles/navit_core.dir/osd.c.o | |
| [ 2%] Building C object navit/CMakeFiles/navit_core.dir/param.c.o | |
| [ 2%] Building C object navit/CMakeFiles/navit_core.dir/phrase.c.o | |
| [ 2%] Building C object navit/CMakeFiles/navit_core.dir/plugin.c.o | |
| [ 2%] Building C object navit/CMakeFiles/navit_core.dir/popup.c.o | |
| [ 2%] Building C object navit/CMakeFiles/navit_core.dir/profile.c.o | |
| [ 2%] Building C object navit/CMakeFiles/navit_core.dir/profile_option.c.o | |
| [ 2%] Building C object navit/CMakeFiles/navit_core.dir/projection.c.o | |
| [ 2%] Building C object navit/CMakeFiles/navit_core.dir/roadprofile.c.o | |
| [ 2%] Building C object navit/CMakeFiles/navit_core.dir/route.c.o | |
| /home/jan/git/navit/navit/route.c: In function ‘rm_get_item’: | |
| /home/jan/git/navit/navit/route.c:3685:12: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
| if (route->pos) { | |
| ^ | |
| /home/jan/git/navit/navit/route.c:3690:5: note: here | |
| case type_route_start: | |
| ^~~~ | |
| /home/jan/git/navit/navit/route.c:3693:17: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
| mr->dest=mr->mpriv->route->destinations; | |
| ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /home/jan/git/navit/navit/route.c:3694:5: note: here | |
| default: | |
| ^~~~~~~ | |
| /home/jan/git/navit/navit/route.c:3728:12: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
| if (mr->mpriv->route->destinations) | |
| ^ | |
| /home/jan/git/navit/navit/route.c:3730:5: note: here | |
| case type_route_end: | |
| ^~~~ | |
| [ 2%] Building C object navit/CMakeFiles/navit_core.dir/script.c.o | |
| [ 2%] Building C object navit/CMakeFiles/navit_core.dir/search.c.o | |
| [ 2%] Building C object navit/CMakeFiles/navit_core.dir/speech.c.o | |
| [ 2%] Building C object navit/CMakeFiles/navit_core.dir/start_real.c.o | |
| [ 2%] Building C object navit/CMakeFiles/navit_core.dir/sunriset.c.o | |
| [ 2%] Building C object navit/CMakeFiles/navit_core.dir/transform.c.o | |
| [ 2%] Building C object navit/CMakeFiles/navit_core.dir/track.c.o | |
| /home/jan/git/navit/navit/track.c: In function ‘tracking_update’: | |
| /home/jan/git/navit/navit/track.c:683:14: warning: ‘time_attr.u.str’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
| time=iso8601_to_secs(time_attr.u.str); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| [ 2%] Building C object navit/CMakeFiles/navit_core.dir/search_houseno_interpol.c.o | |
| [ 2%] Building C object navit/CMakeFiles/navit_core.dir/util.c.o | |
| [ 2%] Building C object navit/CMakeFiles/navit_core.dir/vehicle.c.o | |
| [ 2%] Building C object navit/CMakeFiles/navit_core.dir/vehicleprofile.c.o | |
| [ 2%] Building C object navit/CMakeFiles/navit_core.dir/xmlconfig.c.o | |
| [ 3%] Building C object navit/CMakeFiles/navit_core.dir/event_glib.c.o | |
| [ 3%] Linking C static library libnavit_core.a | |
| [ 3%] Built target navit_core | |
| Scanning dependencies of target navit | |
| [ 3%] Building C object navit/CMakeFiles/navit.dir/start.c.o | |
| [ 3%] Linking C executable navit | |
| [ 3%] Built target navit | |
| Scanning dependencies of target navit_config_xml | |
| [ 3%] Copy navit.dtd to /home/jan/git/navit/build/navit/navit.dtd | |
| [ 3%] Generating navit.xml | |
| [ 3%] Built target navit_config_xml | |
| Scanning dependencies of target support_shapefile | |
| [ 3%] Building C object navit/support/shapefile/CMakeFiles/support_shapefile.dir/dbfopen.c.o | |
| [ 3%] Building C object navit/support/shapefile/CMakeFiles/support_shapefile.dir/shpopen.c.o | |
| [ 3%] Building C object navit/support/shapefile/CMakeFiles/support_shapefile.dir/shptree.c.o | |
| [ 3%] Linking C static library libsupport_shapefile.a | |
| [ 3%] Built target support_shapefile | |
| Scanning dependencies of target font_freetype | |
| [ 3%] Building C object navit/font/freetype/CMakeFiles/font_freetype.dir/font_freetype.c.o | |
| /home/jan/git/navit/navit/font/freetype/font_freetype.c: In function ‘font_freetype_font_new’: | |
| /home/jan/git/navit/navit/font/freetype/font_freetype.c:369:22: warning: unused variable ‘family_sav’ [-Wunused-variable] | |
| char **family, **family_sav; | |
| ^~~~~~~~~~ | |
| /home/jan/git/navit/navit/font/freetype/font_freetype.c:369:12: warning: unused variable ‘family’ [-Wunused-variable] | |
| char **family, **family_sav; | |
| ^~~~~~ | |
| /home/jan/git/navit/navit/font/freetype/font_freetype.c:368:9: warning: unused variable ‘exact’ [-Wunused-variable] | |
| int exact, found=0; | |
| ^~~~~ | |
| At top level: | |
| /home/jan/git/navit/navit/font/freetype/font_freetype.c:306:14: warning: ‘fontfamilies’ defined but not used [-Wunused-variable] | |
| static char *fontfamilies[] = { | |
| ^~~~~~~~~~~~ | |
| [ 3%] Linking C shared module .libs/libfont_freetype.so | |
| [ 3%] Built target font_freetype | |
| Scanning dependencies of target graphics_sdl | |
| [ 3%] Building C object navit/graphics/sdl/CMakeFiles/graphics_sdl.dir/graphics_sdl.c.o | |
| [ 3%] Building C object navit/graphics/sdl/CMakeFiles/graphics_sdl.dir/raster.c.o | |
| [ 3%] Linking C shared module .libs/libgraphics_sdl.so | |
| [ 3%] Built target graphics_sdl | |
| Scanning dependencies of target graphics_egl | |
| [ 3%] Building C object navit/graphics/egl/CMakeFiles/graphics_egl.dir/graphics_egl.c.o | |
| /home/jan/git/navit/navit/graphics/egl/graphics_egl.c:168:7: warning: no previous prototype for ‘area’ [-Wmissing-prototypes] | |
| float area(const struct contour* contour) { | |
| ^~~~ | |
| /home/jan/git/navit/navit/graphics/egl/graphics_egl.c:179:5: warning: no previous prototype for ‘inside_triangle’ [-Wmissing-prototypes] | |
| int inside_triangle(float Ax, float Ay, | |
| ^~~~~~~~~~~~~~~ | |
| /home/jan/git/navit/navit/graphics/egl/graphics_egl.c:206:5: warning: no previous prototype for ‘snip’ [-Wmissing-prototypes] | |
| int snip(const struct point* pnt,int u,int v,int w,int n,int *V) { | |
| ^~~~ | |
| /home/jan/git/navit/navit/graphics/egl/graphics_egl.c:234:5: warning: no previous prototype for ‘process_triangles’ [-Wmissing-prototypes] | |
| int process_triangles(const struct contour* contour, struct contour* result) { | |
| ^~~~~~~~~~~~~~~~~ | |
| /home/jan/git/navit/navit/graphics/egl/graphics_egl.c: In function ‘get_data’: | |
| /home/jan/git/navit/navit/graphics/egl/graphics_egl.c:898:9: warning: unused variable ‘i’ [-Wunused-variable] | |
| int i; | |
| ^ | |
| /home/jan/git/navit/navit/graphics/egl/graphics_egl.c: In function ‘graphics_sdl_idle’: | |
| /home/jan/git/navit/navit/graphics/egl/graphics_egl.c:1186:37: warning: comparison is always true due to limited range of data type [-Wtype-limits] | |
| keybuf[0] = keycode <= 127 ? keycode : 0; | |
| ^~ | |
| /home/jan/git/navit/navit/graphics/egl/graphics_egl.c:1117:10: warning: unused variable ‘key_mod’ [-Wunused-variable] | |
| char key_mod = 0; | |
| ^~~~~~~ | |
| /home/jan/git/navit/navit/graphics/egl/graphics_egl.c: At top level: | |
| /home/jan/git/navit/navit/graphics/egl/graphics_egl.c:587:23: warning: ‘graphics_priv_root’ is static but used in inline function ‘draw_overlay’ which is not static | |
| draw_rectangle_do(graphics_priv_root, &p_eff, gr->width, gr->height); | |
| ^~~~~~~~~~~~~~~~~~ | |
| /home/jan/git/navit/navit/graphics/egl/graphics_egl.c:587:5: warning: ‘draw_rectangle_do’ is static but used in inline function ‘draw_overlay’ which is not static | |
| draw_rectangle_do(graphics_priv_root, &p_eff, gr->width, gr->height); | |
| ^~~~~~~~~~~~~~~~~ | |
| [ 3%] Linking C shared module .libs/libgraphics_egl.so | |
| [ 3%] Built target graphics_egl | |
| Scanning dependencies of target speech_cmdline | |
| [ 3%] Building C object navit/speech/cmdline/CMakeFiles/speech_cmdline.dir/speech_cmdline.c.o | |
| [ 3%] Linking C shared module .libs/libspeech_cmdline.so | |
| [ 3%] Built target speech_cmdline | |
| Scanning dependencies of target graphics_null | |
| [ 3%] Building C object navit/graphics/null/CMakeFiles/graphics_null.dir/graphics_null.c.o | |
| [ 3%] Linking C shared module .libs/libgraphics_null.so | |
| [ 3%] Built target graphics_null | |
| Scanning dependencies of target osd_core | |
| [ 3%] Building C object navit/osd/core/CMakeFiles/osd_core.dir/osd_core.c.o | |
| /home/jan/git/navit/navit/osd/core/osd_core.c: In function ‘draw_aligned_osd_text’: | |
| /home/jan/git/navit/navit/osd/core/osd_core.c:767:12: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
| if (do_draw) { | |
| ^ | |
| /home/jan/git/navit/navit/osd/core/osd_core.c:770:5: note: here | |
| default: | |
| ^~~~~~~ | |
| /home/jan/git/navit/navit/osd/core/osd_core.c: In function ‘osd_text_draw’: | |
| /home/jan/git/navit/navit/osd/core/osd_core.c:3234:20: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
| if (do_draw) { | |
| ^ | |
| /home/jan/git/navit/navit/osd/core/osd_core.c:3237:13: note: here | |
| default: | |
| ^~~~~~~ | |
| /home/jan/git/navit/navit/osd/core/osd_core.c: In function ‘osd_text_format_attr’: | |
| /home/jan/git/navit/navit/osd/core/osd_core.c:2961:37: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
| if (!strcmp(format,"value") || !strcmp(format,"unit")) { | |
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /home/jan/git/navit/navit/osd/core/osd_core.c:2973:5: note: here | |
| case attr_position_time_iso8601: | |
| ^~~~ | |
| [ 3%] Linking C shared module .libs/libosd_core.so | |
| [ 3%] Built target osd_core | |
| Scanning dependencies of target vehicle_demo | |
| [ 3%] Building C object navit/vehicle/demo/CMakeFiles/vehicle_demo.dir/vehicle_demo.c.o | |
| [ 3%] Linking C shared module .libs/libvehicle_demo.so | |
| [ 3%] Built target vehicle_demo | |
| Scanning dependencies of target vehicle_pipe | |
| [ 3%] Building C object navit/vehicle/file/CMakeFiles/vehicle_pipe.dir/vehicle_pipe.c.o | |
| [ 3%] Linking C shared module .libs/libvehicle_pipe.so | |
| [ 3%] Built target vehicle_pipe | |
| Scanning dependencies of target vehicle_file | |
| [ 3%] Building C object navit/vehicle/file/CMakeFiles/vehicle_file.dir/vehicle_file.c.o | |
| [ 3%] Linking C shared module .libs/libvehicle_file.so | |
| [ 3%] Built target vehicle_file | |
| Scanning dependencies of target vehicle_socket | |
| [ 3%] Building C object navit/vehicle/file/CMakeFiles/vehicle_socket.dir/vehicle_socket.c.o | |
| [ 4%] Linking C shared module .libs/libvehicle_socket.so | |
| [ 4%] Built target vehicle_socket | |
| Scanning dependencies of target vehicle_serial | |
| [ 4%] Building C object navit/vehicle/file/CMakeFiles/vehicle_serial.dir/vehicle_serial.c.o | |
| [ 4%] Linking C shared module .libs/libvehicle_serial.so | |
| [ 4%] Built target vehicle_serial | |
| Scanning dependencies of target gui_internal | |
| [ 4%] Building C object navit/gui/internal/CMakeFiles/gui_internal.dir/gui_internal.c.o | |
| /home/jan/git/navit/navit/gui/internal/gui_internal.c: In function ‘gui_internal_cmd_match_expand’: | |
| /home/jan/git/navit/navit/gui/internal/gui_internal.c:1788:14: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
| p=*pattern++; | |
| ~^~~~~~~~~~~ | |
| /home/jan/git/navit/navit/gui/internal/gui_internal.c:1789:9: note: here | |
| default: | |
| ^~~~~~~ | |
| /home/jan/git/navit/navit/gui/internal/gui_internal.c: In function ‘gui_internal_match’: | |
| /home/jan/git/navit/navit/gui/internal/gui_internal.c:1809:14: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
| p=*pattern++; | |
| ~^~~~~~~~~~~ | |
| /home/jan/git/navit/navit/gui/internal/gui_internal.c:1810:9: note: here | |
| default: | |
| ^~~~~~~ | |
| [ 4%] Building C object navit/gui/internal/CMakeFiles/gui_internal.dir/gui_internal_bookmark.c.o | |
| [ 4%] Building C object navit/gui/internal/CMakeFiles/gui_internal.dir/gui_internal_command.c.o | |
| [ 4%] Building C object navit/gui/internal/CMakeFiles/gui_internal.dir/gui_internal_gesture.c.o | |
| [ 4%] Building C object navit/gui/internal/CMakeFiles/gui_internal.dir/gui_internal_html.c.o | |
| /home/jan/git/navit/navit/gui/internal/gui_internal_html.c: In function ‘gui_internal_html_end’: | |
| /home/jan/git/navit/navit/gui/internal/gui_internal_html.c:322:33: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
| this->html_container=html->container; | |
| ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ | |
| /home/jan/git/navit/navit/gui/internal/gui_internal_html.c:323:9: note: here | |
| case html_tag_img: | |
| ^~~~ | |
| [ 4%] Building C object navit/gui/internal/CMakeFiles/gui_internal.dir/gui_internal_menu.c.o | |
| [ 4%] Building C object navit/gui/internal/CMakeFiles/gui_internal.dir/gui_internal_poi.c.o | |
| [ 4%] Building C object navit/gui/internal/CMakeFiles/gui_internal.dir/gui_internal_search.c.o | |
| [ 4%] Building C object navit/gui/internal/CMakeFiles/gui_internal.dir/gui_internal_widget.c.o | |
| [ 4%] Building C object navit/gui/internal/CMakeFiles/gui_internal.dir/gui_internal_keyboard.c.o | |
| In file included from /home/jan/git/navit/navit/gui/internal/gui_internal_keyboard.c:8:0: | |
| /home/jan/git/navit/navit/gui/internal/gui_internal_keyboard.c: In function ‘gui_internal_keyboard_show_native’: | |
| /home/jan/git/navit/navit/debug.h:59:29: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
| #define dbg(level,...) { if (max_debug_level >= level) debug_printf(level,dbg_module,strlen(dbg_module),__PRETTY_FUNCTION__, strlen(__PRETTY_FUNCTION__),1,__VA_ARGS__); } | |
| ^ | |
| /home/jan/git/navit/navit/gui/internal/gui_internal_keyboard.c:670:9: note: in expansion of macro ‘dbg’ | |
| dbg(lvl_error, "graphics has no show_native_keyboard method, cannot display keyboard"); | |
| ^~~ | |
| /home/jan/git/navit/navit/gui/internal/gui_internal_keyboard.c:672:5: note: here | |
| case 0: | |
| ^~~~ | |
| [ 4%] Linking C shared module .libs/libgui_internal.so | |
| [ 4%] Built target gui_internal | |
| Scanning dependencies of target map_binfile | |
| [ 4%] Building C object navit/map/binfile/CMakeFiles/map_binfile.dir/binfile.c.o | |
| [ 4%] Linking C shared module .libs/libmap_binfile.so | |
| [ 4%] Built target map_binfile | |
| Scanning dependencies of target map_filter | |
| [ 4%] Building C object navit/map/filter/CMakeFiles/map_filter.dir/filter.c.o | |
| [ 4%] Linking C shared module .libs/libmap_filter.so | |
| [ 4%] Built target map_filter | |
| Scanning dependencies of target map_mg | |
| [ 4%] Building C object navit/map/mg/CMakeFiles/map_mg.dir/map.c.o | |
| [ 4%] Building C object navit/map/mg/CMakeFiles/map_mg.dir/block.c.o | |
| [ 4%] Building C object navit/map/mg/CMakeFiles/map_mg.dir/town.c.o | |
| [ 5%] Building C object navit/map/mg/CMakeFiles/map_mg.dir/tree.c.o | |
| [ 5%] Building C object navit/map/mg/CMakeFiles/map_mg.dir/poly.c.o | |
| [ 5%] Building C object navit/map/mg/CMakeFiles/map_mg.dir/street.c.o | |
| [ 5%] Linking C shared module .libs/libmap_mg.so | |
| [ 5%] Built target map_mg | |
| Scanning dependencies of target map_shapefile | |
| [ 5%] Building C object navit/map/shapefile/CMakeFiles/map_shapefile.dir/shapefile.c.o | |
| [ 5%] Linking C shared module .libs/libmap_shapefile.so | |
| [ 5%] Built target map_shapefile | |
| Scanning dependencies of target map_textfile | |
| [ 5%] Building C object navit/map/textfile/CMakeFiles/map_textfile.dir/textfile.c.o | |
| /home/jan/git/navit/navit/map/textfile/textfile.c: In function ‘get_line’: | |
| /home/jan/git/navit/navit/map/textfile/textfile.c:53:9: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] | |
| fgets(mr->line, TEXTFILE_LINE_SIZE, mr->f); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| [ 5%] Linking C shared module .libs/libmap_textfile.so | |
| [ 5%] Built target map_textfile | |
| Scanning dependencies of target map_csv | |
| [ 5%] Building C object navit/map/csv/CMakeFiles/map_csv.dir/csv.c.o | |
| [ 5%] Building C object navit/map/csv/CMakeFiles/map_csv.dir/quadtree.c.o | |
| [ 5%] Linking C shared module .libs/libmap_csv.so | |
| [ 5%] Built target map_csv | |
| Scanning dependencies of target maptool_core | |
| [ 5%] Building C object navit/maptool/CMakeFiles/maptool_core.dir/boundaries.c.o | |
| [ 5%] Building C object navit/maptool/CMakeFiles/maptool_core.dir/buffer.c.o | |
| [ 5%] Building C object navit/maptool/CMakeFiles/maptool_core.dir/ch.c.o | |
| [ 5%] Building C object navit/maptool/CMakeFiles/maptool_core.dir/coastline.c.o | |
| [ 5%] Building C object navit/maptool/CMakeFiles/maptool_core.dir/itembin.c.o | |
| [ 5%] Building C object navit/maptool/CMakeFiles/maptool_core.dir/itembin_buffer.c.o | |
| [ 5%] Building C object navit/maptool/CMakeFiles/maptool_core.dir/misc.c.o | |
| [ 5%] Building C object navit/maptool/CMakeFiles/maptool_core.dir/osm.c.o | |
| /home/jan/git/navit/navit/maptool/osm.c: In function ‘osm_process_town_by_boundary_update_attrs’: | |
| /home/jan/git/navit/navit/maptool/osm.c:2039:28: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
| b->ib->type=type_poly_place6; | |
| ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ | |
| /home/jan/git/navit/navit/maptool/osm.c:2040:13: note: here | |
| case 'm': | |
| ^~~~ | |
| [ 5%] Building C object navit/maptool/CMakeFiles/maptool_core.dir/osm_o5m.c.o | |
| [ 5%] Building C object navit/maptool/CMakeFiles/maptool_core.dir/osm_psql.c.o | |
| [ 5%] Building C object navit/maptool/CMakeFiles/maptool_core.dir/osm_relations.c.o | |
| [ 5%] Building C object navit/maptool/CMakeFiles/maptool_core.dir/sourcesink.c.o | |
| [ 5%] Building C object navit/maptool/CMakeFiles/maptool_core.dir/tempfile.c.o | |
| [ 6%] Building C object navit/maptool/CMakeFiles/maptool_core.dir/tile.c.o | |
| [ 6%] Building C object navit/maptool/CMakeFiles/maptool_core.dir/zip.c.o | |
| [ 6%] Building C object navit/maptool/CMakeFiles/maptool_core.dir/osm_xml.c.o | |
| [ 6%] Building C object navit/maptool/CMakeFiles/maptool_core.dir/osm_protobuf.c.o | |
| [ 6%] Building C object navit/maptool/CMakeFiles/maptool_core.dir/osm_protobufdb.c.o | |
| [ 6%] Building C object navit/maptool/CMakeFiles/maptool_core.dir/generated-code/fileformat.pb-c.c.o | |
| [ 6%] Building C object navit/maptool/CMakeFiles/maptool_core.dir/generated-code/osmformat.pb-c.c.o | |
| [ 6%] Building C object navit/maptool/CMakeFiles/maptool_core.dir/google/protobuf-c/protobuf-c.c.o | |
| /home/jan/git/navit/navit/maptool/google/protobuf-c/protobuf-c.c: In function ‘system_alloc’: | |
| /home/jan/git/navit/navit/maptool/google/protobuf-c/protobuf-c.c:105:10: warning: implicit declaration of function ‘g_malloc’; did you mean ‘malloc’? [-Wimplicit-function-declaration] | |
| rv = g_malloc (size); | |
| ^~~~~~~~ | |
| malloc | |
| /home/jan/git/navit/navit/maptool/google/protobuf-c/protobuf-c.c:105:8: warning: assignment makes pointer from integer without a cast [-Wint-conversion] | |
| rv = g_malloc (size); | |
| ^ | |
| /home/jan/git/navit/navit/maptool/google/protobuf-c/protobuf-c.c: In function ‘system_free’: | |
| /home/jan/git/navit/navit/maptool/google/protobuf-c/protobuf-c.c:113:5: warning: implicit declaration of function ‘g_free’; did you mean ‘free’? [-Wimplicit-function-declaration] | |
| g_free (data); | |
| ^~~~~~ | |
| free | |
| /home/jan/git/navit/navit/maptool/google/protobuf-c/protobuf-c.c: In function ‘protobuf_c_enum_descriptor_get_value_by_name’: | |
| /home/jan/git/navit/navit/maptool/google/protobuf-c/protobuf-c.c:2195:18: warning: implicit declaration of function ‘g_strcmp0’; did you mean ‘strcmp’? [-Wimplicit-function-declaration] | |
| int rv = g_strcmp0(desc->values_by_name[mid].name, name); | |
| ^~~~~~~~~ | |
| strcmp | |
| [ 6%] Linking C static library libmaptool_core.a | |
| [ 6%] Built target maptool_core | |
| Scanning dependencies of target maptool | |
| [ 6%] Building C object navit/maptool/CMakeFiles/maptool.dir/maptool.c.o | |
| [ 6%] Linking C executable maptool | |
| [ 6%] Built target maptool | |
| Scanning dependencies of target images | |
| [ 7%] Generating airport.png | |
| [ 7%] Generating airport_16_16.png | |
| [ 7%] Generating airport_32_32.png | |
| [ 7%] Generating airport_48_48.png | |
| [ 7%] Generating airport_64_64.png | |
| [ 7%] Generating airport_96_96.png | |
| [ 7%] Generating atm.png | |
| [ 7%] Generating atm_16_16.png | |
| [ 7%] Generating atm_32_32.png | |
| [ 7%] Generating atm_48_48.png | |
| [ 7%] Generating atm_64_64.png | |
| [ 7%] Generating atm_96_96.png | |
| [ 7%] Generating attraction.png | |
| [ 7%] Generating attraction_16_16.png | |
| [ 7%] Generating attraction_32_32.png | |
| [ 7%] Generating attraction_48_48.png | |
| [ 7%] Generating attraction_64_64.png | |
| [ 7%] Generating attraction_96_96.png | |
| [ 7%] Generating autoservice.png | |
| [ 7%] Generating autoservice_16_16.png | |
| [ 7%] Generating autoservice_32_32.png | |
| [ 7%] Generating autoservice_48_48.png | |
| [ 7%] Generating autoservice_64_64.png | |
| [ 8%] Generating autoservice_96_96.png | |
| [ 8%] Generating bahai.png | |
| [ 8%] Generating bahai_16_16.png | |
| [ 8%] Generating bahai_32_32.png | |
| [ 8%] Generating bahai_48_48.png | |
| [ 8%] Generating bahai_64_64.png | |
| [ 8%] Generating bahai_96_96.png | |
| [ 8%] Generating bank.png | |
| [ 8%] Generating bank_16_16.png | |
| [ 8%] Generating bank_32_32.png | |
| [ 8%] Generating bank_48_48.png | |
| [ 8%] Generating bank_64_64.png | |
| [ 8%] Generating bank_96_96.png | |
| [ 8%] Generating bar.png | |
| [ 8%] Generating bar_16_16.png | |
| [ 8%] Generating bar_32_32.png | |
| [ 8%] Generating bar_48_48.png | |
| [ 8%] Generating bar_64_64.png | |
| [ 8%] Generating bar_96_96.png | |
| [ 8%] Generating beer.png | |
| [ 8%] Generating beer_16_16.png | |
| [ 8%] Generating beer_32_32.png | |
| [ 9%] Generating beer_48_48.png | |
| [ 9%] Generating beer_64_64.png | |
| [ 9%] Generating beer_96_96.png | |
| [ 9%] Generating bench.png | |
| [ 9%] Generating bench_16_16.png | |
| [ 9%] Generating bench_32_32.png | |
| [ 9%] Generating bench_48_48.png | |
| [ 9%] Generating bench_64_64.png | |
| [ 9%] Generating bench_96_96.png | |
| [ 9%] Generating bicycle_parking.png | |
| [ 9%] Generating bicycle_parking_16_16.png | |
| [ 9%] Generating bicycle_parking_32_32.png | |
| [ 9%] Generating bicycle_parking_48_48.png | |
| [ 9%] Generating bicycle_parking_64_64.png | |
| [ 9%] Generating bicycle_parking_96_96.png | |
| [ 9%] Generating bicycle_rental.png | |
| [ 9%] Generating bicycle_rental_16_16.png | |
| [ 9%] Generating bicycle_rental_32_32.png | |
| [ 9%] Generating bicycle_rental_48_48.png | |
| [ 9%] Generating bicycle_rental_64_64.png | |
| [ 9%] Generating bicycle_rental_96_96.png | |
| [ 9%] Generating bicycle_shop.png | |
| [ 9%] Generating bicycle_shop_16_16.png | |
| [ 10%] Generating bicycle_shop_32_32.png | |
| [ 10%] Generating bicycle_shop_48_48.png | |
| [ 10%] Generating bicycle_shop_64_64.png | |
| [ 10%] Generating bicycle_shop_96_96.png | |
| [ 10%] Generating biergarten.png | |
| [ 10%] Generating biergarten_16_16.png | |
| [ 10%] Generating biergarten_32_32.png | |
| [ 10%] Generating biergarten_48_48.png | |
| [ 10%] Generating biergarten_64_64.png | |
| [ 10%] Generating biergarten_96_96.png | |
| [ 10%] Generating boat_ramp.png | |
| [ 10%] Generating boat_ramp_16_16.png | |
| [ 10%] Generating boat_ramp_32_32.png | |
| [ 10%] Generating boat_ramp_48_48.png | |
| [ 10%] Generating boat_ramp_64_64.png | |
| [ 10%] Generating boat_ramp_96_96.png | |
| [ 10%] Generating boundary_stone.png | |
| [ 10%] Generating boundary_stone_16_16.png | |
| [ 10%] Generating boundary_stone_32_32.png | |
| [ 10%] Generating boundary_stone_48_48.png | |
| [ 10%] Generating boundary_stone_64_64.png | |
| [ 10%] Generating boundary_stone_96_96.png | |
| [ 10%] Generating bowling.png | |
| [ 11%] Generating bowling_16_16.png | |
| [ 11%] Generating bowling_32_32.png | |
| [ 11%] Generating bowling_48_48.png | |
| [ 11%] Generating bowling_64_64.png | |
| [ 11%] Generating bowling_96_96.png | |
| [ 11%] Generating bridge.png | |
| [ 11%] Generating bridge_16_16.png | |
| [ 11%] Generating bridge_32_32.png | |
| [ 11%] Generating bridge_48_48.png | |
| [ 11%] Generating bridge_64_64.png | |
| [ 11%] Generating bridge_96_96.png | |
| [ 11%] Generating buddhist.png | |
| [ 11%] Generating buddhist_16_16.png | |
| [ 11%] Generating buddhist_32_32.png | |
| [ 11%] Generating buddhist_48_48.png | |
| [ 11%] Generating buddhist_64_64.png | |
| [ 11%] Generating buddhist_96_96.png | |
| [ 11%] Generating bus.png | |
| [ 11%] Generating bus_16_16.png | |
| [ 11%] Generating bus_32_32.png | |
| [ 11%] Generating bus_48_48.png | |
| [ 11%] Generating bus_64_64.png | |
| [ 12%] Generating bus_96_96.png | |
| [ 12%] Generating bus_stop.png | |
| [ 12%] Generating bus_stop_16_16.png | |
| [ 12%] Generating bus_stop_32_32.png | |
| [ 12%] Generating bus_stop_48_48.png | |
| [ 12%] Generating bus_stop_64_64.png | |
| [ 12%] Generating bus_stop_96_96.png | |
| [ 12%] Generating cafe.png | |
| [ 12%] Generating cafe_16_16.png | |
| [ 12%] Generating cafe_32_32.png | |
| [ 12%] Generating cafe_48_48.png | |
| [ 12%] Generating cafe_64_64.png | |
| [ 12%] Generating cafe_96_96.png | |
| [ 12%] Generating camping.png | |
| [ 12%] Generating camping_16_16.png | |
| [ 12%] Generating camping_32_32.png | |
| [ 12%] Generating camping_48_48.png | |
| [ 12%] Generating camping_64_64.png | |
| [ 12%] Generating camping_96_96.png | |
| [ 12%] Generating car_dealer.png | |
| [ 12%] Generating car_dealer_16_16.png | |
| [ 12%] Generating car_dealer_32_32.png | |
| [ 12%] Generating car_dealer_48_48.png | |
| [ 13%] Generating car_dealer_64_64.png | |
| [ 13%] Generating car_dealer_96_96.png | |
| [ 13%] Generating car_rent.png | |
| [ 13%] Generating car_rent_16_16.png | |
| [ 13%] Generating car_rent_32_32.png | |
| [ 13%] Generating car_rent_48_48.png | |
| [ 13%] Generating car_rent_64_64.png | |
| [ 13%] Generating car_rent_96_96.png | |
| [ 13%] Generating car_sharing.png | |
| [ 13%] Generating car_sharing_16_16.png | |
| [ 13%] Generating car_sharing_32_32.png | |
| [ 13%] Generating car_sharing_48_48.png | |
| [ 13%] Generating car_sharing_64_64.png | |
| [ 13%] Generating car_sharing_96_96.png | |
| [ 13%] Generating car_wash.png | |
| [ 13%] Generating car_wash_16_16.png | |
| [ 13%] Generating car_wash_32_32.png | |
| [ 13%] Generating car_wash_48_48.png | |
| [ 13%] Generating car_wash_64_64.png | |
| [ 13%] Generating car_wash_96_96.png | |
| [ 13%] Generating casino.png | |
| [ 13%] Generating casino_16_16.png | |
| [ 13%] Generating casino_32_32.png | |
| [ 14%] Generating casino_48_48.png | |
| [ 14%] Generating casino_64_64.png | |
| [ 14%] Generating casino_96_96.png | |
| [ 14%] Generating castle.png | |
| [ 14%] Generating castle_16_16.png | |
| [ 14%] Generating castle_32_32.png | |
| [ 14%] Generating castle_48_48.png | |
| [ 14%] Generating castle_64_64.png | |
| [ 14%] Generating castle_96_96.png | |
| [ 14%] Generating cemetery.png | |
| [ 14%] Generating cemetery_16_16.png | |
| [ 14%] Generating cemetery_32_32.png | |
| [ 14%] Generating cemetery_48_48.png | |
| [ 14%] Generating cemetery_64_64.png | |
| [ 14%] Generating cemetery_96_96.png | |
| [ 14%] Generating church.png | |
| [ 14%] Generating church_16_16.png | |
| [ 14%] Generating church_32_32.png | |
| [ 14%] Generating church_48_48.png | |
| [ 14%] Generating church_64_64.png | |
| [ 14%] Generating church_96_96.png | |
| [ 14%] Generating cinema.png | |
| [ 15%] Generating cinema_16_16.png | |
| [ 15%] Generating cinema_32_32.png | |
| [ 15%] Generating cinema_48_48.png | |
| [ 15%] Generating cinema_64_64.png | |
| [ 15%] Generating cinema_96_96.png | |
| [ 15%] Generating communication.png | |
| [ 15%] Generating communication_16_16.png | |
| [ 15%] Generating communication_32_32.png | |
| [ 15%] Generating communication_48_48.png | |
| [ 15%] Generating communication_64_64.png | |
| [ 15%] Generating communication_96_96.png | |
| [ 15%] Generating concert.png | |
| [ 15%] Generating concert_16_16.png | |
| [ 15%] Generating concert_32_32.png | |
| [ 15%] Generating concert_48_48.png | |
| [ 15%] Generating concert_64_64.png | |
| [ 15%] Generating concert_96_96.png | |
| [ 15%] Generating crossing.png | |
| [ 15%] Generating crossing_16_16.png | |
| [ 15%] Generating crossing_32_32.png | |
| [ 15%] Generating crossing_48_48.png | |
| [ 15%] Generating crossing_64_64.png | |
| [ 15%] Generating crossing_96_96.png | |
| [ 16%] Generating cursor.png | |
| [ 16%] Generating cursor_16_16.png | |
| [ 16%] Generating cursor_32_32.png | |
| [ 16%] Generating cursor_48_48.png | |
| [ 16%] Generating cursor_64_64.png | |
| [ 16%] Generating cursor_96_96.png | |
| [ 16%] Generating cursor225.png | |
| [ 16%] Generating cursor225_16_16.png | |
| [ 16%] Generating cursor225_32_32.png | |
| [ 16%] Generating cursor225_48_48.png | |
| [ 16%] Generating cursor225_64_64.png | |
| [ 16%] Generating cursor225_96_96.png | |
| [ 16%] Generating cursor450.png | |
| [ 16%] Generating cursor450_16_16.png | |
| [ 16%] Generating cursor450_32_32.png | |
| [ 16%] Generating cursor450_48_48.png | |
| [ 16%] Generating cursor450_64_64.png | |
| [ 16%] Generating cursor450_96_96.png | |
| [ 16%] Generating cursor675.png | |
| [ 16%] Generating cursor675_16_16.png | |
| [ 16%] Generating cursor675_32_32.png | |
| [ 16%] Generating cursor675_48_48.png | |
| [ 17%] Generating cursor675_64_64.png | |
| [ 17%] Generating cursor675_96_96.png | |
| [ 17%] Generating cursor_still.png | |
| [ 17%] Generating cursor_still_16_16.png | |
| [ 17%] Generating cursor_still_32_32.png | |
| [ 17%] Generating cursor_still_48_48.png | |
| [ 17%] Generating cursor_still_64_64.png | |
| [ 17%] Generating cursor_still_96_96.png | |
| [ 17%] Generating dam.png | |
| [ 17%] Generating dam_16_16.png | |
| [ 17%] Generating dam_32_32.png | |
| [ 17%] Generating dam_48_48.png | |
| [ 17%] Generating dam_64_64.png | |
| [ 17%] Generating dam_96_96.png | |
| [ 17%] Generating danger.png | |
| [ 17%] Generating danger_16_16.png | |
| [ 17%] Generating danger_32_32.png | |
| [ 17%] Generating danger_48_48.png | |
| [ 17%] Generating danger_64_64.png | |
| [ 17%] Generating danger_96_96.png | |
| [ 17%] Generating danger_area.png | |
| [ 17%] Generating danger_area_16_16.png | |
| [ 17%] Generating danger_area_32_32.png | |
| [ 18%] Generating danger_area_48_48.png | |
| [ 18%] Generating danger_area_64_64.png | |
| [ 18%] Generating danger_area_96_96.png | |
| [ 18%] Generating daymark.png | |
| [ 18%] Generating daymark_16_16.png | |
| [ 18%] Generating daymark_32_32.png | |
| [ 18%] Generating daymark_48_48.png | |
| [ 18%] Generating daymark_64_64.png | |
| [ 18%] Generating daymark_96_96.png | |
| [ 18%] Generating diving.png | |
| [ 18%] Generating diving_16_16.png | |
| [ 18%] Generating diving_32_32.png | |
| [ 18%] Generating diving_48_48.png | |
| [ 18%] Generating diving_64_64.png | |
| [ 18%] Generating diving_96_96.png | |
| [ 18%] Generating drinking_water.png | |
| [ 18%] Generating drinking_water_16_16.png | |
| [ 18%] Generating drinking_water_32_32.png | |
| [ 18%] Generating drinking_water_48_48.png | |
| [ 18%] Generating drinking_water_64_64.png | |
| [ 18%] Generating drinking_water_96_96.png | |
| [ 18%] Generating emergency.png | |
| [ 18%] Generating emergency_16_16.png | |
| [ 19%] Generating emergency_32_32.png | |
| [ 19%] Generating emergency_48_48.png | |
| [ 19%] Generating emergency_64_64.png | |
| [ 19%] Generating emergency_96_96.png | |
| [ 19%] Generating exit.png | |
| [ 19%] Generating exit_16_16.png | |
| [ 19%] Generating exit_32_32.png | |
| [ 19%] Generating exit_48_48.png | |
| [ 19%] Generating exit_64_64.png | |
| [ 19%] Generating exit_96_96.png | |
| [ 19%] Generating fastfood.png | |
| [ 19%] Generating fastfood_16_16.png | |
| [ 19%] Generating fastfood_32_32.png | |
| [ 19%] Generating fastfood_48_48.png | |
| [ 19%] Generating fastfood_64_64.png | |
| [ 19%] Generating fastfood_96_96.png | |
| [ 19%] Generating firebrigade.png | |
| [ 19%] Generating firebrigade_16_16.png | |
| [ 19%] Generating firebrigade_32_32.png | |
| [ 19%] Generating firebrigade_48_48.png | |
| [ 19%] Generating firebrigade_64_64.png | |
| [ 19%] Generating firebrigade_96_96.png | |
| [ 20%] Generating fish.png | |
| [ 20%] Generating fish_16_16.png | |
| [ 20%] Generating fish_32_32.png | |
| [ 20%] Generating fish_48_48.png | |
| [ 20%] Generating fish_64_64.png | |
| [ 20%] Generating fish_96_96.png | |
| [ 20%] Generating forbidden_area.png | |
| [ 20%] Generating forbidden_area_16_16.png | |
| [ 20%] Generating forbidden_area_32_32.png | |
| [ 20%] Generating forbidden_area_48_48.png | |
| [ 20%] Generating forbidden_area_64_64.png | |
| [ 20%] Generating forbidden_area_96_96.png | |
| [ 20%] Generating fountain.png | |
| [ 20%] Generating fountain_16_16.png | |
| [ 20%] Generating fountain_32_32.png | |
| [ 20%] Generating fountain_48_48.png | |
| [ 20%] Generating fountain_64_64.png | |
| [ 20%] Generating fountain_96_96.png | |
| [ 20%] Generating fuel.png | |
| [ 20%] Generating fuel_16_16.png | |
| [ 20%] Generating fuel_32_32.png | |
| [ 20%] Generating fuel_48_48.png | |
| [ 20%] Generating fuel_64_64.png | |
| [ 21%] Generating fuel_96_96.png | |
| [ 21%] Generating ghost_town.png | |
| [ 21%] Generating ghost_town_16_16.png | |
| [ 21%] Generating ghost_town_32_32.png | |
| [ 21%] Generating ghost_town_48_48.png | |
| [ 21%] Generating ghost_town_64_64.png | |
| [ 21%] Generating ghost_town_96_96.png | |
| [ 21%] Generating golf.png | |
| [ 21%] Generating golf_16_16.png | |
| [ 21%] Generating golf_32_32.png | |
| [ 21%] Generating golf_48_48.png | |
| [ 21%] Generating golf_64_64.png | |
| [ 21%] Generating golf_96_96.png | |
| [ 21%] Generating government_building.png | |
| [ 21%] Generating government_building_16_16.png | |
| [ 21%] Generating government_building_32_32.png | |
| [ 21%] Generating government_building_48_48.png | |
| [ 21%] Generating government_building_64_64.png | |
| [ 21%] Generating government_building_96_96.png | |
| [ 21%] Generating gui_about.png | |
| [ 21%] Generating gui_about_16_16.png | |
| [ 21%] Generating gui_about_32_32.png | |
| [ 21%] Generating gui_about_48_48.png | |
| [ 22%] Generating gui_about_64_64.png | |
| [ 22%] Generating gui_about_96_96.png | |
| [ 22%] Generating gui_actions.png | |
| [ 22%] Generating gui_actions_16_16.png | |
| [ 22%] Generating gui_actions_32_32.png | |
| [ 22%] Generating gui_actions_48_48.png | |
| [ 22%] Generating gui_actions_64_64.png | |
| [ 22%] Generating gui_actions_96_96.png | |
| [ 22%] Generating gui_active.png | |
| [ 22%] Generating gui_active_16_16.png | |
| [ 22%] Generating gui_active_32_32.png | |
| [ 22%] Generating gui_active_48_48.png | |
| [ 22%] Generating gui_active_64_64.png | |
| [ 22%] Generating gui_active_96_96.png | |
| [ 22%] Generating gui_android_menu.png | |
| [ 22%] Generating gui_android_menu_16_16.png | |
| [ 22%] Generating gui_android_menu_32_32.png | |
| [ 22%] Generating gui_android_menu_48_48.png | |
| [ 22%] Generating gui_android_menu_64_64.png | |
| [ 22%] Generating gui_android_menu_96_96.png | |
| [ 22%] Generating gui_arrow_down.png | |
| [ 22%] Generating gui_arrow_down_16_16.png | |
| [ 23%] Generating gui_arrow_down_32_32.png | |
| [ 23%] Generating gui_arrow_down_48_48.png | |
| [ 23%] Generating gui_arrow_down_64_64.png | |
| [ 23%] Generating gui_arrow_down_96_96.png | |
| [ 23%] Generating gui_arrow_left.png | |
| [ 23%] Generating gui_arrow_left_16_16.png | |
| [ 23%] Generating gui_arrow_left_32_32.png | |
| [ 23%] Generating gui_arrow_left_48_48.png | |
| [ 23%] Generating gui_arrow_left_64_64.png | |
| [ 23%] Generating gui_arrow_left_96_96.png | |
| [ 23%] Generating gui_arrow_right.png | |
| [ 23%] Generating gui_arrow_right_16_16.png | |
| [ 23%] Generating gui_arrow_right_32_32.png | |
| [ 23%] Generating gui_arrow_right_48_48.png | |
| [ 23%] Generating gui_arrow_right_64_64.png | |
| [ 23%] Generating gui_arrow_right_96_96.png | |
| [ 23%] Generating gui_arrow_up.png | |
| [ 23%] Generating gui_arrow_up_16_16.png | |
| [ 23%] Generating gui_arrow_up_32_32.png | |
| [ 23%] Generating gui_arrow_up_48_48.png | |
| [ 23%] Generating gui_arrow_up_64_64.png | |
| [ 23%] Generating gui_arrow_up_96_96.png | |
| [ 23%] Generating gui_bookmark.png | |
| [ 24%] Generating gui_bookmark_16_16.png | |
| [ 24%] Generating gui_bookmark_32_32.png | |
| [ 24%] Generating gui_bookmark_48_48.png | |
| [ 24%] Generating gui_bookmark_64_64.png | |
| [ 24%] Generating gui_bookmark_96_96.png | |
| [ 24%] Generating gui_display.png | |
| [ 24%] Generating gui_display_16_16.png | |
| [ 24%] Generating gui_display_32_32.png | |
| [ 24%] Generating gui_display_48_48.png | |
| [ 24%] Generating gui_display_64_64.png | |
| [ 24%] Generating gui_display_96_96.png | |
| [ 24%] Generating gui_formerdests.png | |
| [ 24%] Generating gui_formerdests_16_16.png | |
| [ 24%] Generating gui_formerdests_32_32.png | |
| [ 24%] Generating gui_formerdests_48_48.png | |
| [ 24%] Generating gui_formerdests_64_64.png | |
| [ 24%] Generating gui_formerdests_96_96.png | |
| [ 24%] Generating gui_fullscreen.png | |
| [ 24%] Generating gui_fullscreen_16_16.png | |
| [ 24%] Generating gui_fullscreen_32_32.png | |
| [ 24%] Generating gui_fullscreen_48_48.png | |
| [ 24%] Generating gui_fullscreen_64_64.png | |
| [ 25%] Generating gui_fullscreen_96_96.png | |
| [ 25%] Generating gui_heightprofile.png | |
| [ 25%] Generating gui_heightprofile_16_16.png | |
| [ 25%] Generating gui_heightprofile_32_32.png | |
| [ 25%] Generating gui_heightprofile_48_48.png | |
| [ 25%] Generating gui_heightprofile_64_64.png | |
| [ 25%] Generating gui_heightprofile_96_96.png | |
| [ 25%] Generating gui_help.png | |
| [ 25%] Generating gui_help_16_16.png | |
| [ 25%] Generating gui_help_32_32.png | |
| [ 25%] Generating gui_help_48_48.png | |
| [ 25%] Generating gui_help_64_64.png | |
| [ 25%] Generating gui_help_96_96.png | |
| [ 25%] Generating gui_home.png | |
| [ 25%] Generating gui_home_16_16.png | |
| [ 25%] Generating gui_home_32_32.png | |
| [ 25%] Generating gui_home_48_48.png | |
| [ 25%] Generating gui_home_64_64.png | |
| [ 25%] Generating gui_home_96_96.png | |
| [ 25%] Generating gui_inactive.png | |
| [ 25%] Generating gui_inactive_16_16.png | |
| [ 25%] Generating gui_inactive_32_32.png | |
| [ 25%] Generating gui_inactive_48_48.png | |
| [ 26%] Generating gui_inactive_64_64.png | |
| [ 26%] Generating gui_inactive_96_96.png | |
| [ 26%] Generating gui_layers.png | |
| [ 26%] Generating gui_layers_16_16.png | |
| [ 26%] Generating gui_layers_32_32.png | |
| [ 26%] Generating gui_layers_48_48.png | |
| [ 26%] Generating gui_layers_64_64.png | |
| [ 26%] Generating gui_layers_96_96.png | |
| [ 26%] Generating gui_leave_fullscreen.png | |
| [ 26%] Generating gui_leave_fullscreen_16_16.png | |
| [ 26%] Generating gui_leave_fullscreen_32_32.png | |
| [ 26%] Generating gui_leave_fullscreen_48_48.png | |
| [ 26%] Generating gui_leave_fullscreen_64_64.png | |
| [ 26%] Generating gui_leave_fullscreen_96_96.png | |
| [ 26%] Generating gui_log.png | |
| [ 26%] Generating gui_log_16_16.png | |
| [ 26%] Generating gui_log_32_32.png | |
| [ 26%] Generating gui_log_48_48.png | |
| [ 26%] Generating gui_log_64_64.png | |
| [ 26%] Generating gui_log_96_96.png | |
| [ 26%] Generating gui_map.png | |
| [ 26%] Generating gui_map_16_16.png | |
| [ 26%] Generating gui_map_32_32.png | |
| [ 27%] Generating gui_map_48_48.png | |
| [ 27%] Generating gui_map_64_64.png | |
| [ 27%] Generating gui_map_96_96.png | |
| [ 27%] Generating gui_maps.png | |
| [ 27%] Generating gui_maps_16_16.png | |
| [ 27%] Generating gui_maps_32_32.png | |
| [ 27%] Generating gui_maps_48_48.png | |
| [ 27%] Generating gui_maps_64_64.png | |
| [ 27%] Generating gui_maps_96_96.png | |
| [ 27%] Generating gui_menu.png | |
| [ 27%] Generating gui_menu_16_16.png | |
| [ 27%] Generating gui_menu_32_32.png | |
| [ 27%] Generating gui_menu_48_48.png | |
| [ 27%] Generating gui_menu_64_64.png | |
| [ 27%] Generating gui_menu_96_96.png | |
| [ 27%] Generating gui_minus.png | |
| [ 27%] Generating gui_minus_16_16.png | |
| [ 27%] Generating gui_minus_32_32.png | |
| [ 27%] Generating gui_minus_48_48.png | |
| [ 27%] Generating gui_minus_64_64.png | |
| [ 27%] Generating gui_minus_96_96.png | |
| [ 27%] Generating gui_plus.png | |
| [ 28%] Generating gui_plus_16_16.png | |
| [ 28%] Generating gui_plus_32_32.png | |
| [ 28%] Generating gui_plus_48_48.png | |
| [ 28%] Generating gui_plus_64_64.png | |
| [ 28%] Generating gui_plus_96_96.png | |
| [ 28%] Generating gui_quit.png | |
| [ 28%] Generating gui_quit_16_16.png | |
| [ 28%] Generating gui_quit_32_32.png | |
| [ 28%] Generating gui_quit_48_48.png | |
| [ 28%] Generating gui_quit_64_64.png | |
| [ 28%] Generating gui_quit_96_96.png | |
| [ 28%] Generating gui_rules.png | |
| [ 28%] Generating gui_rules_16_16.png | |
| [ 28%] Generating gui_rules_32_32.png | |
| [ 28%] Generating gui_rules_48_48.png | |
| [ 28%] Generating gui_rules_64_64.png | |
| [ 28%] Generating gui_rules_96_96.png | |
| [ 28%] Generating gui_search.png | |
| [ 28%] Generating gui_search_16_16.png | |
| [ 28%] Generating gui_search_32_32.png | |
| [ 28%] Generating gui_search_48_48.png | |
| [ 28%] Generating gui_search_64_64.png | |
| [ 28%] Generating gui_search_96_96.png | |
| [ 29%] Generating gui_select_country.png | |
| [ 29%] Generating gui_select_country_16_16.png | |
| [ 29%] Generating gui_select_country_32_32.png | |
| [ 29%] Generating gui_select_country_48_48.png | |
| [ 29%] Generating gui_select_country_64_64.png | |
| [ 29%] Generating gui_select_country_96_96.png | |
| [ 29%] Generating gui_select_house_number.png | |
| [ 29%] Generating gui_select_house_number_16_16.png | |
| [ 29%] Generating gui_select_house_number_32_32.png | |
| [ 29%] Generating gui_select_house_number_48_48.png | |
| [ 29%] Generating gui_select_house_number_64_64.png | |
| [ 29%] Generating gui_select_house_number_96_96.png | |
| [ 29%] Generating gui_select_street.png | |
| [ 29%] Generating gui_select_street_16_16.png | |
| [ 29%] Generating gui_select_street_32_32.png | |
| [ 29%] Generating gui_select_street_48_48.png | |
| [ 29%] Generating gui_select_street_64_64.png | |
| [ 29%] Generating gui_select_street_96_96.png | |
| [ 29%] Generating gui_select_town.png | |
| [ 29%] Generating gui_select_town_16_16.png | |
| [ 29%] Generating gui_select_town_32_32.png | |
| [ 29%] Generating gui_select_town_48_48.png | |
| [ 29%] Generating gui_select_town_64_64.png | |
| [ 30%] Generating gui_select_town_96_96.png | |
| [ 30%] Generating gui_settings.png | |
| [ 30%] Generating gui_settings_16_16.png | |
| [ 30%] Generating gui_settings_32_32.png | |
| [ 30%] Generating gui_settings_48_48.png | |
| [ 30%] Generating gui_settings_64_64.png | |
| [ 30%] Generating gui_settings_96_96.png | |
| [ 30%] Generating gui_sound.png | |
| [ 30%] Generating gui_sound_16_16.png | |
| [ 30%] Generating gui_sound_32_32.png | |
| [ 30%] Generating gui_sound_48_48.png | |
| [ 30%] Generating gui_sound_64_64.png | |
| [ 30%] Generating gui_sound_96_96.png | |
| [ 30%] Generating gui_sound_off.png | |
| [ 30%] Generating gui_sound_off_16_16.png | |
| [ 30%] Generating gui_sound_off_32_32.png | |
| [ 30%] Generating gui_sound_off_48_48.png | |
| [ 30%] Generating gui_sound_off_64_64.png | |
| [ 30%] Generating gui_sound_off_96_96.png | |
| [ 30%] Generating gui_stop.png | |
| [ 30%] Generating gui_stop_16_16.png | |
| [ 30%] Generating gui_stop_32_32.png | |
| [ 31%] Generating gui_stop_48_48.png | |
| [ 31%] Generating gui_stop_64_64.png | |
| [ 31%] Generating gui_stop_96_96.png | |
| [ 31%] Generating gui_strength_0.png | |
| [ 31%] Generating gui_strength_0_16_16.png | |
| [ 31%] Generating gui_strength_0_32_32.png | |
| [ 31%] Generating gui_strength_0_48_48.png | |
| [ 31%] Generating gui_strength_0_64_64.png | |
| [ 31%] Generating gui_strength_0_96_96.png | |
| [ 31%] Generating gui_strength_1.png | |
| [ 31%] Generating gui_strength_1_16_16.png | |
| [ 31%] Generating gui_strength_1_32_32.png | |
| [ 31%] Generating gui_strength_1_48_48.png | |
| [ 31%] Generating gui_strength_1_64_64.png | |
| [ 31%] Generating gui_strength_1_96_96.png | |
| [ 31%] Generating gui_strength_2.png | |
| [ 31%] Generating gui_strength_2_16_16.png | |
| [ 31%] Generating gui_strength_2_32_32.png | |
| [ 31%] Generating gui_strength_2_48_48.png | |
| [ 31%] Generating gui_strength_2_64_64.png | |
| [ 31%] Generating gui_strength_2_96_96.png | |
| [ 31%] Generating gui_strength_3.png | |
| [ 31%] Generating gui_strength_3_16_16.png | |
| [ 32%] Generating gui_strength_3_32_32.png | |
| [ 32%] Generating gui_strength_3_48_48.png | |
| [ 32%] Generating gui_strength_3_64_64.png | |
| [ 32%] Generating gui_strength_3_96_96.png | |
| [ 32%] Generating gui_strength_4.png | |
| [ 32%] Generating gui_strength_4_16_16.png | |
| [ 32%] Generating gui_strength_4_32_32.png | |
| [ 32%] Generating gui_strength_4_48_48.png | |
| [ 32%] Generating gui_strength_4_64_64.png | |
| [ 32%] Generating gui_strength_4_96_96.png | |
| [ 32%] Generating gui_strength_5.png | |
| [ 32%] Generating gui_strength_5_16_16.png | |
| [ 32%] Generating gui_strength_5_32_32.png | |
| [ 32%] Generating gui_strength_5_48_48.png | |
| [ 32%] Generating gui_strength_5_64_64.png | |
| [ 32%] Generating gui_strength_5_96_96.png | |
| [ 32%] Generating gui_tools.png | |
| [ 32%] Generating gui_tools_16_16.png | |
| [ 32%] Generating gui_tools_32_32.png | |
| [ 32%] Generating gui_tools_48_48.png | |
| [ 32%] Generating gui_tools_64_64.png | |
| [ 32%] Generating gui_tools_96_96.png | |
| [ 32%] Generating gui_town.png | |
| [ 33%] Generating gui_town_16_16.png | |
| [ 33%] Generating gui_town_32_32.png | |
| [ 33%] Generating gui_town_48_48.png | |
| [ 33%] Generating gui_town_64_64.png | |
| [ 33%] Generating gui_town_96_96.png | |
| [ 33%] Generating gui_vehicle.png | |
| [ 33%] Generating gui_vehicle_16_16.png | |
| [ 33%] Generating gui_vehicle_32_32.png | |
| [ 33%] Generating gui_vehicle_48_48.png | |
| [ 33%] Generating gui_vehicle_64_64.png | |
| [ 33%] Generating gui_vehicle_96_96.png | |
| [ 33%] Generating gui_vehicle_pedestrian.png | |
| [ 33%] Generating gui_vehicle_pedestrian_16_16.png | |
| [ 33%] Generating gui_vehicle_pedestrian_32_32.png | |
| [ 33%] Generating gui_vehicle_pedestrian_48_48.png | |
| [ 33%] Generating gui_vehicle_pedestrian_64_64.png | |
| [ 33%] Generating gui_vehicle_pedestrian_96_96.png | |
| [ 33%] Generating gui_zoom_auto.png | |
| [ 33%] Generating gui_zoom_auto_16_16.png | |
| [ 33%] Generating gui_zoom_auto_32_32.png | |
| [ 33%] Generating gui_zoom_auto_48_48.png | |
| [ 33%] Generating gui_zoom_auto_64_64.png | |
| [ 34%] Generating gui_zoom_auto_96_96.png | |
| [ 34%] Generating gui_zoom_in.png | |
| [ 34%] Generating gui_zoom_in_16_16.png | |
| [ 34%] Generating gui_zoom_in_32_32.png | |
| [ 34%] Generating gui_zoom_in_48_48.png | |
| [ 34%] Generating gui_zoom_in_64_64.png | |
| [ 34%] Generating gui_zoom_in_96_96.png | |
| [ 34%] Generating gui_zoom_manual.png | |
| [ 34%] Generating gui_zoom_manual_16_16.png | |
| [ 34%] Generating gui_zoom_manual_32_32.png | |
| [ 34%] Generating gui_zoom_manual_48_48.png | |
| [ 34%] Generating gui_zoom_manual_64_64.png | |
| [ 34%] Generating gui_zoom_manual_96_96.png | |
| [ 34%] Generating gui_zoom_out.png | |
| [ 34%] Generating gui_zoom_out_16_16.png | |
| [ 34%] Generating gui_zoom_out_32_32.png | |
| [ 34%] Generating gui_zoom_out_48_48.png | |
| [ 34%] Generating gui_zoom_out_64_64.png | |
| [ 34%] Generating gui_zoom_out_96_96.png | |
| [ 34%] Generating gui_zoom_route.png | |
| [ 34%] Generating gui_zoom_route_16_16.png | |
| [ 34%] Generating gui_zoom_route_32_32.png | |
| [ 34%] Generating gui_zoom_route_48_48.png | |
| [ 35%] Generating gui_zoom_route_64_64.png | |
| [ 35%] Generating gui_zoom_route_96_96.png | |
| [ 35%] Generating heliport.png | |
| [ 35%] Generating heliport_16_16.png | |
| [ 35%] Generating heliport_32_32.png | |
| [ 35%] Generating heliport_48_48.png | |
| [ 35%] Generating heliport_64_64.png | |
| [ 35%] Generating heliport_96_96.png | |
| [ 35%] Generating hindu.png | |
| [ 35%] Generating hindu_16_16.png | |
| [ 35%] Generating hindu_32_32.png | |
| [ 35%] Generating hindu_48_48.png | |
| [ 35%] Generating hindu_64_64.png | |
| [ 35%] Generating hindu_96_96.png | |
| [ 35%] Generating hospital.png | |
| [ 35%] Generating hospital_16_16.png | |
| [ 35%] Generating hospital_32_32.png | |
| [ 35%] Generating hospital_48_48.png | |
| [ 35%] Generating hospital_64_64.png | |
| [ 35%] Generating hospital_96_96.png | |
| [ 35%] Generating hotel.png | |
| [ 35%] Generating hotel_16_16.png | |
| [ 36%] Generating hotel_32_32.png | |
| [ 36%] Generating hotel_48_48.png | |
| [ 36%] Generating hotel_64_64.png | |
| [ 36%] Generating hotel_96_96.png | |
| [ 36%] Generating hotspring.png | |
| [ 36%] Generating hotspring_16_16.png | |
| [ 36%] Generating hotspring_32_32.png | |
| [ 36%] Generating hotspring_48_48.png | |
| [ 36%] Generating hotspring_64_64.png | |
| [ 36%] Generating hotspring_96_96.png | |
| [ 36%] Generating hunting_stand.png | |
| [ 36%] Generating hunting_stand_16_16.png | |
| [ 36%] Generating hunting_stand_32_32.png | |
| [ 36%] Generating hunting_stand_48_48.png | |
| [ 36%] Generating hunting_stand_64_64.png | |
| [ 36%] Generating hunting_stand_96_96.png | |
| [ 36%] Generating ic_notify.png | |
| [ 36%] Generating ic_notify_16_16.png | |
| [ 36%] Generating ic_notify_32_32.png | |
| [ 36%] Generating ic_notify_48_48.png | |
| [ 36%] Generating ic_notify_64_64.png | |
| [ 36%] Generating ic_notify_96_96.png | |
| [ 36%] Generating information.png | |
| [ 37%] Generating information_16_16.png | |
| [ 37%] Generating information_32_32.png | |
| [ 37%] Generating information_48_48.png | |
| [ 37%] Generating information_64_64.png | |
| [ 37%] Generating information_96_96.png | |
| [ 37%] Generating islamic.png | |
| [ 37%] Generating islamic_16_16.png | |
| [ 37%] Generating islamic_32_32.png | |
| [ 37%] Generating islamic_48_48.png | |
| [ 37%] Generating islamic_64_64.png | |
| [ 37%] Generating islamic_96_96.png | |
| [ 37%] Generating jain.png | |
| [ 37%] Generating jain_16_16.png | |
| [ 37%] Generating jain_32_32.png | |
| [ 37%] Generating jain_48_48.png | |
| [ 37%] Generating jain_64_64.png | |
| [ 37%] Generating jain_96_96.png | |
| [ 37%] Generating jewish.png | |
| [ 37%] Generating jewish_16_16.png | |
| [ 37%] Generating jewish_32_32.png | |
| [ 37%] Generating jewish_48_48.png | |
| [ 37%] Generating jewish_64_64.png | |
| [ 37%] Generating jewish_96_96.png | |
| [ 38%] Generating justice.png | |
| [ 38%] Generating justice_16_16.png | |
| [ 38%] Generating justice_32_32.png | |
| [ 38%] Generating justice_48_48.png | |
| [ 38%] Generating justice_64_64.png | |
| [ 38%] Generating justice_96_96.png | |
| [ 38%] Generating level_crossing.png | |
| [ 38%] Generating level_crossing_16_16.png | |
| [ 38%] Generating level_crossing_32_32.png | |
| [ 38%] Generating level_crossing_48_48.png | |
| [ 38%] Generating level_crossing_64_64.png | |
| [ 38%] Generating level_crossing_96_96.png | |
| [ 38%] Generating library.png | |
| [ 38%] Generating library_16_16.png | |
| [ 38%] Generating library_32_32.png | |
| [ 38%] Generating library_48_48.png | |
| [ 38%] Generating library_64_64.png | |
| [ 38%] Generating library_96_96.png | |
| [ 38%] Generating mark.png | |
| [ 38%] Generating mark_16_16.png | |
| [ 38%] Generating mark_32_32.png | |
| [ 38%] Generating mark_48_48.png | |
| [ 39%] Generating mark_64_64.png | |
| [ 39%] Generating mark_96_96.png | |
| [ 39%] Generating memorial.png | |
| [ 39%] Generating memorial_16_16.png | |
| [ 39%] Generating memorial_32_32.png | |
| [ 39%] Generating memorial_48_48.png | |
| [ 39%] Generating memorial_64_64.png | |
| [ 39%] Generating memorial_96_96.png | |
| [ 39%] Generating menu.png | |
| [ 39%] Generating menu_16_16.png | |
| [ 39%] Generating menu_32_32.png | |
| [ 39%] Generating menu_48_48.png | |
| [ 39%] Generating menu_64_64.png | |
| [ 39%] Generating menu_96_96.png | |
| [ 39%] Generating military.png | |
| [ 39%] Generating military_16_16.png | |
| [ 39%] Generating military_32_32.png | |
| [ 39%] Generating military_48_48.png | |
| [ 39%] Generating military_64_64.png | |
| [ 39%] Generating military_96_96.png | |
| [ 39%] Generating mini_roundabout.png | |
| [ 39%] Generating mini_roundabout_16_16.png | |
| [ 39%] Generating mini_roundabout_32_32.png | |
| [ 40%] Generating mini_roundabout_48_48.png | |
| [ 40%] Generating mini_roundabout_64_64.png | |
| [ 40%] Generating mini_roundabout_96_96.png | |
| [ 40%] Generating museum.png | |
| [ 40%] Generating museum_16_16.png | |
| [ 40%] Generating museum_32_32.png | |
| [ 40%] Generating museum_48_48.png | |
| [ 40%] Generating museum_64_64.png | |
| [ 40%] Generating museum_96_96.png | |
| [ 40%] Generating nav_destination_bk.png | |
| [ 40%] Generating nav_destination_wh.png | |
| [ 40%] Generating nav_exit_left_bk.png | |
| [ 40%] Generating nav_exit_left_wh.png | |
| [ 40%] Generating nav_exit_right_bk.png | |
| [ 40%] Generating nav_exit_right_wh.png | |
| [ 40%] Generating nav_keep_left_bk.png | |
| [ 40%] Generating nav_keep_left_wh.png | |
| [ 40%] Generating nav_keep_right_bk.png | |
| [ 40%] Generating nav_keep_right_wh.png | |
| [ 40%] Generating nav_left_1_bk.png | |
| [ 40%] Generating nav_left_1_wh.png | |
| [ 40%] Generating nav_left_2_bk.png | |
| [ 40%] Generating nav_left_2_wh.png | |
| [ 41%] Generating nav_left_3_bk.png | |
| [ 41%] Generating nav_left_3_wh.png | |
| [ 41%] Generating nav_merge_left_bk.png | |
| [ 41%] Generating nav_merge_left_wh.png | |
| [ 41%] Generating nav_merge_right_bk.png | |
| [ 41%] Generating nav_merge_right_wh.png | |
| [ 41%] Generating nav_right_1_bk.png | |
| [ 41%] Generating nav_right_1_wh.png | |
| [ 41%] Generating nav_right_2_bk.png | |
| [ 41%] Generating nav_right_2_wh.png | |
| [ 41%] Generating nav_right_3_bk.png | |
| [ 41%] Generating nav_right_3_wh.png | |
| [ 41%] Generating nav_roundabout_l1_bk.png | |
| [ 41%] Generating nav_roundabout_l1_wh.png | |
| [ 41%] Generating nav_roundabout_l2_bk.png | |
| [ 41%] Generating nav_roundabout_l2_wh.png | |
| [ 41%] Generating nav_roundabout_l3_bk.png | |
| [ 41%] Generating nav_roundabout_l3_wh.png | |
| [ 41%] Generating nav_roundabout_l4_bk.png | |
| [ 41%] Generating nav_roundabout_l4_wh.png | |
| [ 41%] Generating nav_roundabout_l5_bk.png | |
| [ 41%] Generating nav_roundabout_l5_wh.png | |
| [ 42%] Generating nav_roundabout_l6_bk.png | |
| [ 42%] Generating nav_roundabout_l6_wh.png | |
| [ 42%] Generating nav_roundabout_l7_bk.png | |
| [ 42%] Generating nav_roundabout_l7_wh.png | |
| [ 42%] Generating nav_roundabout_l8_bk.png | |
| [ 42%] Generating nav_roundabout_l8_wh.png | |
| [ 42%] Generating nav_roundabout_r1_bk.png | |
| [ 42%] Generating nav_roundabout_r1_wh.png | |
| [ 42%] Generating nav_roundabout_r2_bk.png | |
| [ 42%] Generating nav_roundabout_r2_wh.png | |
| [ 42%] Generating nav_roundabout_r3_bk.png | |
| [ 42%] Generating nav_roundabout_r3_wh.png | |
| [ 42%] Generating nav_roundabout_r4_bk.png | |
| [ 42%] Generating nav_roundabout_r4_wh.png | |
| [ 42%] Generating nav_roundabout_r5_bk.png | |
| [ 42%] Generating nav_roundabout_r5_wh.png | |
| [ 42%] Generating nav_roundabout_r6_bk.png | |
| [ 42%] Generating nav_roundabout_r6_wh.png | |
| [ 42%] Generating nav_roundabout_r7_bk.png | |
| [ 42%] Generating nav_roundabout_r7_wh.png | |
| [ 42%] Generating nav_roundabout_r8_bk.png | |
| [ 42%] Generating nav_roundabout_r8_wh.png | |
| [ 42%] Generating nav_straight_bk.png | |
| [ 43%] Generating nav_straight_wh.png | |
| [ 43%] Generating nav_turnaround_left_bk.png | |
| [ 43%] Generating nav_turnaround_left_wh.png | |
| [ 43%] Generating nav_turnaround_right_bk.png | |
| [ 43%] Generating nav_turnaround_right_wh.png | |
| [ 43%] Generating navit.png | |
| [ 43%] Generating navit_16_16.png | |
| [ 43%] Generating navit_32_32.png | |
| [ 43%] Generating navit_48_48.png | |
| [ 43%] Generating navit_64_64.png | |
| [ 43%] Generating navit_96_96.png | |
| [ 43%] Generating pagan.png | |
| [ 43%] Generating pagan_16_16.png | |
| [ 43%] Generating pagan_32_32.png | |
| [ 43%] Generating pagan_48_48.png | |
| [ 43%] Generating pagan_64_64.png | |
| [ 43%] Generating pagan_96_96.png | |
| [ 43%] Generating parking.png | |
| [ 43%] Generating parking_16_16.png | |
| [ 43%] Generating parking_32_32.png | |
| [ 43%] Generating parking_48_48.png | |
| [ 43%] Generating parking_64_64.png | |
| [ 44%] Generating parking_96_96.png | |
| [ 44%] Generating pastafarian.png | |
| [ 44%] Generating pastafarian_16_16.png | |
| [ 44%] Generating pastafarian_32_32.png | |
| [ 44%] Generating pastafarian_48_48.png | |
| [ 44%] Generating pastafarian_64_64.png | |
| [ 44%] Generating pastafarian_96_96.png | |
| [ 44%] Generating peak.png | |
| [ 44%] Generating peak_16_16.png | |
| [ 44%] Generating peak_32_32.png | |
| [ 44%] Generating peak_48_48.png | |
| [ 44%] Generating peak_64_64.png | |
| [ 44%] Generating peak_96_96.png | |
| [ 44%] Generating pharmacy.png | |
| [ 44%] Generating pharmacy_16_16.png | |
| [ 44%] Generating pharmacy_32_32.png | |
| [ 44%] Generating pharmacy_48_48.png | |
| [ 44%] Generating pharmacy_64_64.png | |
| [ 44%] Generating pharmacy_96_96.png | |
| [ 44%] Generating picnic.png | |
| [ 44%] Generating picnic_16_16.png | |
| [ 44%] Generating picnic_32_32.png | |
| [ 44%] Generating picnic_48_48.png | |
| [ 45%] Generating picnic_64_64.png | |
| [ 45%] Generating picnic_96_96.png | |
| [ 45%] Generating playground.png | |
| [ 45%] Generating playground_16_16.png | |
| [ 45%] Generating playground_32_32.png | |
| [ 45%] Generating playground_48_48.png | |
| [ 45%] Generating playground_64_64.png | |
| [ 45%] Generating playground_96_96.png | |
| [ 45%] Generating police.png | |
| [ 45%] Generating police_16_16.png | |
| [ 45%] Generating police_32_32.png | |
| [ 45%] Generating police_48_48.png | |
| [ 45%] Generating police_64_64.png | |
| [ 45%] Generating police_96_96.png | |
| [ 45%] Generating post.png | |
| [ 45%] Generating post_16_16.png | |
| [ 45%] Generating post_32_32.png | |
| [ 45%] Generating post_48_48.png | |
| [ 45%] Generating post_64_64.png | |
| [ 45%] Generating post_96_96.png | |
| [ 45%] Generating public_office.png | |
| [ 45%] Generating public_office_16_16.png | |
| [ 45%] Generating public_office_32_32.png | |
| [ 46%] Generating public_office_48_48.png | |
| [ 46%] Generating public_office_64_64.png | |
| [ 46%] Generating public_office_96_96.png | |
| [ 46%] Generating rail_station.png | |
| [ 46%] Generating rail_station_16_16.png | |
| [ 46%] Generating rail_station_32_32.png | |
| [ 46%] Generating rail_station_48_48.png | |
| [ 46%] Generating rail_station_64_64.png | |
| [ 46%] Generating rail_station_96_96.png | |
| [ 46%] Generating repair_service.png | |
| [ 46%] Generating repair_service_16_16.png | |
| [ 46%] Generating repair_service_32_32.png | |
| [ 46%] Generating repair_service_48_48.png | |
| [ 46%] Generating repair_service_64_64.png | |
| [ 46%] Generating repair_service_96_96.png | |
| [ 46%] Generating resort.png | |
| [ 46%] Generating resort_16_16.png | |
| [ 46%] Generating resort_32_32.png | |
| [ 46%] Generating resort_48_48.png | |
| [ 46%] Generating resort_64_64.png | |
| [ 46%] Generating resort_96_96.png | |
| [ 46%] Generating restaurant.png | |
| [ 47%] Generating restaurant_16_16.png | |
| [ 47%] Generating restaurant_32_32.png | |
| [ 47%] Generating restaurant_48_48.png | |
| [ 47%] Generating restaurant_64_64.png | |
| [ 47%] Generating restaurant_96_96.png | |
| [ 47%] Generating ruins.png | |
| [ 47%] Generating ruins_16_16.png | |
| [ 47%] Generating ruins_32_32.png | |
| [ 47%] Generating ruins_48_48.png | |
| [ 47%] Generating ruins_64_64.png | |
| [ 47%] Generating ruins_96_96.png | |
| [ 47%] Generating school.png | |
| [ 47%] Generating school_16_16.png | |
| [ 47%] Generating school_32_32.png | |
| [ 47%] Generating school_48_48.png | |
| [ 47%] Generating school_64_64.png | |
| [ 47%] Generating school_96_96.png | |
| [ 47%] Generating shelter.png | |
| [ 47%] Generating shelter_16_16.png | |
| [ 47%] Generating shelter_32_32.png | |
| [ 47%] Generating shelter_48_48.png | |
| [ 47%] Generating shelter_64_64.png | |
| [ 47%] Generating shelter_96_96.png | |
| [ 48%] Generating shinto.png | |
| [ 48%] Generating shinto_16_16.png | |
| [ 48%] Generating shinto_32_32.png | |
| [ 48%] Generating shinto_48_48.png | |
| [ 48%] Generating shinto_64_64.png | |
| [ 48%] Generating shinto_96_96.png | |
| [ 48%] Generating shop_apparel.png | |
| [ 48%] Generating shop_apparel_16_16.png | |
| [ 48%] Generating shop_apparel_32_32.png | |
| [ 48%] Generating shop_apparel_48_48.png | |
| [ 48%] Generating shop_apparel_64_64.png | |
| [ 48%] Generating shop_apparel_96_96.png | |
| [ 48%] Generating shop_computer.png | |
| [ 48%] Generating shop_computer_16_16.png | |
| [ 48%] Generating shop_computer_32_32.png | |
| [ 48%] Generating shop_computer_48_48.png | |
| [ 48%] Generating shop_computer_64_64.png | |
| [ 48%] Generating shop_computer_96_96.png | |
| [ 48%] Generating shop_department.png | |
| [ 48%] Generating shop_department_16_16.png | |
| [ 48%] Generating shop_department_32_32.png | |
| [ 48%] Generating shop_department_48_48.png | |
| [ 48%] Generating shop_department_64_64.png | |
| [ 49%] Generating shop_department_96_96.png | |
| [ 49%] Generating shop_grocery.png | |
| [ 49%] Generating shop_grocery_16_16.png | |
| [ 49%] Generating shop_grocery_32_32.png | |
| [ 49%] Generating shop_grocery_48_48.png | |
| [ 49%] Generating shop_grocery_64_64.png | |
| [ 49%] Generating shop_grocery_96_96.png | |
| [ 49%] Generating shopping.png | |
| [ 49%] Generating shopping_16_16.png | |
| [ 49%] Generating shopping_32_32.png | |
| [ 49%] Generating shopping_48_48.png | |
| [ 49%] Generating shopping_64_64.png | |
| [ 49%] Generating shopping_96_96.png | |
| [ 49%] Generating sikh.png | |
| [ 49%] Generating sikh_16_16.png | |
| [ 49%] Generating sikh_32_32.png | |
| [ 49%] Generating sikh_48_48.png | |
| [ 49%] Generating sikh_64_64.png | |
| [ 49%] Generating sikh_96_96.png | |
| [ 49%] Generating skiing.png | |
| [ 49%] Generating skiing_16_16.png | |
| [ 49%] Generating skiing_32_32.png | |
| [ 50%] Generating skiing_48_48.png | |
| [ 50%] Generating skiing_64_64.png | |
| [ 50%] Generating skiing_96_96.png | |
| [ 50%] Generating sport.png | |
| [ 50%] Generating sport_16_16.png | |
| [ 50%] Generating sport_32_32.png | |
| [ 50%] Generating sport_48_48.png | |
| [ 50%] Generating sport_64_64.png | |
| [ 50%] Generating sport_96_96.png | |
| [ 50%] Generating stadium.png | |
| [ 50%] Generating stadium_16_16.png | |
| [ 50%] Generating stadium_32_32.png | |
| [ 50%] Generating stadium_48_48.png | |
| [ 50%] Generating stadium_64_64.png | |
| [ 50%] Generating stadium_96_96.png | |
| [ 50%] Generating status_calculating_bk.png | |
| [ 50%] Generating status_calculating_bk_16_16.png | |
| [ 50%] Generating status_calculating_bk_32_32.png | |
| [ 50%] Generating status_calculating_bk_48_48.png | |
| [ 50%] Generating status_calculating_bk_64_64.png | |
| [ 50%] Generating status_calculating_bk_96_96.png | |
| [ 50%] Generating status_calculating_wh.png | |
| [ 50%] Generating status_calculating_wh_16_16.png | |
| [ 51%] Generating status_calculating_wh_32_32.png | |
| [ 51%] Generating status_calculating_wh_48_48.png | |
| [ 51%] Generating status_calculating_wh_64_64.png | |
| [ 51%] Generating status_calculating_wh_96_96.png | |
| [ 51%] Generating status_no_destination_bk.png | |
| [ 51%] Generating status_no_destination_bk_16_16.png | |
| [ 51%] Generating status_no_destination_bk_32_32.png | |
| [ 51%] Generating status_no_destination_bk_48_48.png | |
| [ 51%] Generating status_no_destination_bk_64_64.png | |
| [ 51%] Generating status_no_destination_bk_96_96.png | |
| [ 51%] Generating status_no_destination_wh.png | |
| [ 51%] Generating status_no_destination_wh_16_16.png | |
| [ 51%] Generating status_no_destination_wh_32_32.png | |
| [ 51%] Generating status_no_destination_wh_48_48.png | |
| [ 51%] Generating status_no_destination_wh_64_64.png | |
| [ 51%] Generating status_no_destination_wh_96_96.png | |
| [ 51%] Generating status_no_route_bk.png | |
| [ 51%] Generating status_no_route_bk_16_16.png | |
| [ 51%] Generating status_no_route_bk_32_32.png | |
| [ 51%] Generating status_no_route_bk_48_48.png | |
| [ 51%] Generating status_no_route_bk_64_64.png | |
| [ 51%] Generating status_no_route_bk_96_96.png | |
| [ 52%] Generating status_no_route_wh.png | |
| [ 52%] Generating status_no_route_wh_16_16.png | |
| [ 52%] Generating status_no_route_wh_32_32.png | |
| [ 52%] Generating status_no_route_wh_48_48.png | |
| [ 52%] Generating status_no_route_wh_64_64.png | |
| [ 52%] Generating status_no_route_wh_96_96.png | |
| [ 52%] Generating status_position_wait_bk.png | |
| [ 52%] Generating status_position_wait_bk_16_16.png | |
| [ 52%] Generating status_position_wait_bk_32_32.png | |
| [ 52%] Generating status_position_wait_bk_48_48.png | |
| [ 52%] Generating status_position_wait_bk_64_64.png | |
| [ 52%] Generating status_position_wait_bk_96_96.png | |
| [ 52%] Generating status_position_wait_wh.png | |
| [ 52%] Generating status_position_wait_wh_16_16.png | |
| [ 52%] Generating status_position_wait_wh_32_32.png | |
| [ 52%] Generating status_position_wait_wh_48_48.png | |
| [ 52%] Generating status_position_wait_wh_64_64.png | |
| [ 52%] Generating status_position_wait_wh_96_96.png | |
| [ 52%] Generating status_recalculating_bk.png | |
| [ 52%] Generating status_recalculating_bk_16_16.png | |
| [ 52%] Generating status_recalculating_bk_32_32.png | |
| [ 52%] Generating status_recalculating_bk_48_48.png | |
| [ 52%] Generating status_recalculating_bk_64_64.png | |
| [ 53%] Generating status_recalculating_bk_96_96.png | |
| [ 53%] Generating status_recalculating_wh.png | |
| [ 53%] Generating status_recalculating_wh_16_16.png | |
| [ 53%] Generating status_recalculating_wh_32_32.png | |
| [ 53%] Generating status_recalculating_wh_48_48.png | |
| [ 53%] Generating status_recalculating_wh_64_64.png | |
| [ 53%] Generating status_recalculating_wh_96_96.png | |
| [ 53%] Generating status_routing_bk.png | |
| [ 53%] Generating status_routing_bk_16_16.png | |
| [ 53%] Generating status_routing_bk_32_32.png | |
| [ 53%] Generating status_routing_bk_48_48.png | |
| [ 53%] Generating status_routing_bk_64_64.png | |
| [ 53%] Generating status_routing_bk_96_96.png | |
| [ 53%] Generating status_routing_wh.png | |
| [ 53%] Generating status_routing_wh_16_16.png | |
| [ 53%] Generating status_routing_wh_32_32.png | |
| [ 53%] Generating status_routing_wh_48_48.png | |
| [ 53%] Generating status_routing_wh_64_64.png | |
| [ 53%] Generating status_routing_wh_96_96.png | |
| [ 53%] Generating swimming.png | |
| [ 53%] Generating swimming_16_16.png | |
| [ 53%] Generating swimming_32_32.png | |
| [ 53%] Generating swimming_48_48.png | |
| [ 54%] Generating swimming_64_64.png | |
| [ 54%] Generating swimming_96_96.png | |
| [ 54%] Generating taoist.png | |
| [ 54%] Generating taoist_16_16.png | |
| [ 54%] Generating taoist_32_32.png | |
| [ 54%] Generating taoist_48_48.png | |
| [ 54%] Generating taoist_64_64.png | |
| [ 54%] Generating taoist_96_96.png | |
| [ 54%] Generating taxi.png | |
| [ 54%] Generating taxi_16_16.png | |
| [ 54%] Generating taxi_32_32.png | |
| [ 54%] Generating taxi_48_48.png | |
| [ 54%] Generating taxi_64_64.png | |
| [ 54%] Generating taxi_96_96.png | |
| [ 54%] Generating tec_common.png | |
| [ 54%] Generating tec_common_16_16.png | |
| [ 54%] Generating tec_common_32_32.png | |
| [ 54%] Generating tec_common_48_48.png | |
| [ 54%] Generating tec_common_64_64.png | |
| [ 54%] Generating tec_common_96_96.png | |
| [ 54%] Generating telephone.png | |
| [ 54%] Generating telephone_16_16.png | |
| [ 55%] Generating telephone_32_32.png | |
| [ 55%] Generating telephone_48_48.png | |
| [ 55%] Generating telephone_64_64.png | |
| [ 55%] Generating telephone_96_96.png | |
| [ 55%] Generating theater.png | |
| [ 55%] Generating theater_16_16.png | |
| [ 55%] Generating theater_32_32.png | |
| [ 55%] Generating theater_48_48.png | |
| [ 55%] Generating theater_64_64.png | |
| [ 55%] Generating theater_96_96.png | |
| [ 55%] Generating toggle_fullscreen.png | |
| [ 55%] Generating toggle_fullscreen_16_16.png | |
| [ 55%] Generating toggle_fullscreen_32_32.png | |
| [ 55%] Generating toggle_fullscreen_48_48.png | |
| [ 55%] Generating toggle_fullscreen_64_64.png | |
| [ 55%] Generating toggle_fullscreen_96_96.png | |
| [ 55%] Generating toilets.png | |
| [ 55%] Generating toilets_16_16.png | |
| [ 55%] Generating toilets_32_32.png | |
| [ 55%] Generating toilets_48_48.png | |
| [ 55%] Generating toilets_64_64.png | |
| [ 55%] Generating toilets_96_96.png | |
| [ 55%] Generating tomtom_minus.png | |
| [ 56%] Generating tomtom_minus_16_16.png | |
| [ 56%] Generating tomtom_minus_32_32.png | |
| [ 56%] Generating tomtom_minus_48_48.png | |
| [ 56%] Generating tomtom_minus_64_64.png | |
| [ 56%] Generating tomtom_minus_96_96.png | |
| [ 56%] Generating tomtom_plus.png | |
| [ 56%] Generating tomtom_plus_16_16.png | |
| [ 56%] Generating tomtom_plus_32_32.png | |
| [ 56%] Generating tomtom_plus_48_48.png | |
| [ 56%] Generating tomtom_plus_64_64.png | |
| [ 56%] Generating tomtom_plus_96_96.png | |
| [ 56%] Generating tower.png | |
| [ 56%] Generating tower_16_16.png | |
| [ 56%] Generating tower_32_32.png | |
| [ 56%] Generating tower_48_48.png | |
| [ 56%] Generating tower_64_64.png | |
| [ 56%] Generating tower_96_96.png | |
| [ 56%] Generating townhall.png | |
| [ 56%] Generating townhall_16_16.png | |
| [ 56%] Generating townhall_32_32.png | |
| [ 56%] Generating townhall_48_48.png | |
| [ 56%] Generating townhall_64_64.png | |
| [ 56%] Generating townhall_96_96.png | |
| [ 57%] Generating traffic_signals.png | |
| [ 57%] Generating traffic_signals_16_16.png | |
| [ 57%] Generating traffic_signals_32_32.png | |
| [ 57%] Generating traffic_signals_48_48.png | |
| [ 57%] Generating traffic_signals_64_64.png | |
| [ 57%] Generating traffic_signals_96_96.png | |
| [ 57%] Generating unknown.png | |
| [ 57%] Generating unknown_16_16.png | |
| [ 57%] Generating unknown_32_32.png | |
| [ 57%] Generating unknown_48_48.png | |
| [ 57%] Generating unknown_64_64.png | |
| [ 57%] Generating unknown_96_96.png | |
| [ 57%] Generating viewpoint.png | |
| [ 57%] Generating viewpoint_16_16.png | |
| [ 57%] Generating viewpoint_32_32.png | |
| [ 57%] Generating viewpoint_48_48.png | |
| [ 57%] Generating viewpoint_64_64.png | |
| [ 57%] Generating viewpoint_96_96.png | |
| [ 57%] Generating wifi.png | |
| [ 57%] Generating wifi_16_16.png | |
| [ 57%] Generating wifi_32_32.png | |
| [ 57%] Generating wifi_48_48.png | |
| [ 58%] Generating wifi_64_64.png | |
| [ 58%] Generating wifi_96_96.png | |
| [ 58%] Generating worship.png | |
| [ 58%] Generating worship_16_16.png | |
| [ 58%] Generating worship_32_32.png | |
| [ 58%] Generating worship_48_48.png | |
| [ 58%] Generating worship_64_64.png | |
| [ 58%] Generating worship_96_96.png | |
| [ 58%] Generating zipcode.png | |
| [ 58%] Generating zipcode_16_16.png | |
| [ 58%] Generating zipcode_32_32.png | |
| [ 58%] Generating zipcode_48_48.png | |
| [ 58%] Generating zipcode_64_64.png | |
| [ 58%] Generating zipcode_96_96.png | |
| [ 58%] Generating zoo.png | |
| [ 58%] Generating zoo_16_16.png | |
| [ 58%] Generating zoo_32_32.png | |
| [ 58%] Generating zoo_48_48.png | |
| [ 58%] Generating zoo_64_64.png | |
| [ 58%] Generating zoo_96_96.png | |
| [ 58%] Generating zoom_in.png | |
| [ 58%] Generating zoom_in_16_16.png | |
| [ 58%] Generating zoom_in_32_32.png | |
| [ 59%] Generating zoom_in_48_48.png | |
| [ 59%] Generating zoom_in_64_64.png | |
| [ 59%] Generating zoom_in_96_96.png | |
| [ 59%] Generating zoom_out.png | |
| [ 59%] Generating zoom_out_16_16.png | |
| [ 59%] Generating zoom_out_32_32.png | |
| [ 59%] Generating zoom_out_48_48.png | |
| [ 59%] Generating zoom_out_64_64.png | |
| [ 59%] Generating zoom_out_96_96.png | |
| [ 59%] Generating country_.png | |
| [ 59%] Generating country_AD.png | |
| [ 59%] Generating country_AE.png | |
| [ 59%] Generating country_AF.png | |
| [ 59%] Generating country_AG.png | |
| [ 59%] Generating country_AI.png | |
| [ 59%] Generating country_AL.png | |
| [ 59%] Generating country_AM.png | |
| [ 59%] Generating country_AN.png | |
| [ 59%] Generating country_AO.png | |
| [ 59%] Generating country_AQ.png | |
| [ 59%] Generating country_AR.png | |
| [ 59%] Generating country_AS.png | |
| [ 59%] Generating country_AT.png | |
| [ 60%] Generating country_AU.png | |
| [ 60%] Generating country_AW.png | |
| [ 60%] Generating country_AX.png | |
| [ 60%] Generating country_AZ.png | |
| [ 60%] Generating country_BA.png | |
| [ 60%] Generating country_BB.png | |
| [ 60%] Generating country_BD.png | |
| [ 60%] Generating country_BE.png | |
| [ 60%] Generating country_BF.png | |
| [ 60%] Generating country_BG.png | |
| [ 60%] Generating country_BH.png | |
| [ 60%] Generating country_BI.png | |
| [ 60%] Generating country_BJ.png | |
| [ 60%] Generating country_BL.png | |
| [ 60%] Generating country_BM.png | |
| [ 60%] Generating country_BN.png | |
| [ 60%] Generating country_BO.png | |
| [ 60%] Generating country_BR.png | |
| [ 60%] Generating country_BS.png | |
| [ 60%] Generating country_BT.png | |
| [ 60%] Generating country_BV.png | |
| [ 60%] Generating country_BW.png | |
| [ 61%] Generating country_BY.png | |
| [ 61%] Generating country_BZ.png | |
| [ 61%] Generating country_CA.png | |
| [ 61%] Generating country_CC.png | |
| [ 61%] Generating country_CD.png | |
| [ 61%] Generating country_CF.png | |
| [ 61%] Generating country_CG.png | |
| [ 61%] Generating country_CH.png | |
| [ 61%] Generating country_CI.png | |
| [ 61%] Generating country_CK.png | |
| [ 61%] Generating country_CL.png | |
| [ 61%] Generating country_CM.png | |
| [ 61%] Generating country_CN.png | |
| [ 61%] Generating country_CO.png | |
| [ 61%] Generating country_CR.png | |
| [ 61%] Generating country_CU.png | |
| [ 61%] Generating country_CV.png | |
| [ 61%] Generating country_CX.png | |
| [ 61%] Generating country_CY.png | |
| [ 61%] Generating country_CZ.png | |
| [ 61%] Generating country_DE.png | |
| [ 61%] Generating country_DJ.png | |
| [ 61%] Generating country_DK.png | |
| [ 62%] Generating country_DM.png | |
| [ 62%] Generating country_DO.png | |
| [ 62%] Generating country_DZ.png | |
| [ 62%] Generating country_EC.png | |
| [ 62%] Generating country_EE.png | |
| [ 62%] Generating country_EG.png | |
| [ 62%] Generating country_EH.png | |
| [ 62%] Generating country_ER.png | |
| [ 62%] Generating country_ES.png | |
| [ 62%] Generating country_ET.png | |
| [ 62%] Generating country_FI.png | |
| [ 62%] Generating country_FJ.png | |
| [ 62%] Generating country_FK.png | |
| [ 62%] Generating country_FM.png | |
| [ 62%] Generating country_FO.png | |
| [ 62%] Generating country_FR.png | |
| [ 62%] Generating country_GA.png | |
| [ 62%] Generating country_GB.png | |
| [ 62%] Generating country_GD.png | |
| [ 62%] Generating country_GE.png | |
| [ 62%] Generating country_GF.png | |
| [ 62%] Generating country_GG.png | |
| [ 63%] Generating country_GH.png | |
| [ 63%] Generating country_GI.png | |
| [ 63%] Generating country_GL.png | |
| [ 63%] Generating country_GM.png | |
| [ 63%] Generating country_GN.png | |
| [ 63%] Generating country_GP.png | |
| [ 63%] Generating country_GQ.png | |
| [ 63%] Generating country_GR.png | |
| [ 63%] Generating country_GS.png | |
| [ 63%] Generating country_GT.png | |
| [ 63%] Generating country_GU.png | |
| [ 63%] Generating country_GW.png | |
| [ 63%] Generating country_GY.png | |
| [ 63%] Generating country_HK.png | |
| [ 63%] Generating country_HM.png | |
| [ 63%] Generating country_HN.png | |
| [ 63%] Generating country_HR.png | |
| [ 63%] Generating country_HT.png | |
| [ 63%] Generating country_HU.png | |
| [ 63%] Generating country_ID.png | |
| [ 63%] Generating country_IE.png | |
| [ 63%] Generating country_IL.png | |
| [ 63%] Generating country_IM.png | |
| [ 64%] Generating country_IN.png | |
| [ 64%] Generating country_IO.png | |
| [ 64%] Generating country_IQ.png | |
| [ 64%] Generating country_IR.png | |
| [ 64%] Generating country_IS.png | |
| [ 64%] Generating country_IT.png | |
| [ 64%] Generating country_JE.png | |
| [ 64%] Generating country_JM.png | |
| [ 64%] Generating country_JO.png | |
| [ 64%] Generating country_JP.png | |
| [ 64%] Generating country_KE.png | |
| [ 64%] Generating country_KG.png | |
| [ 64%] Generating country_KH.png | |
| [ 64%] Generating country_KI.png | |
| [ 64%] Generating country_KM.png | |
| [ 64%] Generating country_KN.png | |
| [ 64%] Generating country_KP.png | |
| [ 64%] Generating country_KR.png | |
| [ 64%] Generating country_KW.png | |
| [ 64%] Generating country_KY.png | |
| [ 64%] Generating country_KZ.png | |
| [ 64%] Generating country_LA.png | |
| [ 64%] Generating country_LB.png | |
| [ 65%] Generating country_LC.png | |
| [ 65%] Generating country_LI.png | |
| [ 65%] Generating country_LK.png | |
| [ 65%] Generating country_LR.png | |
| [ 65%] Generating country_LS.png | |
| [ 65%] Generating country_LT.png | |
| [ 65%] Generating country_LU.png | |
| [ 65%] Generating country_LV.png | |
| [ 65%] Generating country_LY.png | |
| [ 65%] Generating country_MA.png | |
| [ 65%] Generating country_MC.png | |
| [ 65%] Generating country_MD.png | |
| [ 65%] Generating country_ME.png | |
| [ 65%] Generating country_MF.png | |
| [ 65%] Generating country_MG.png | |
| [ 65%] Generating country_MH.png | |
| [ 65%] Generating country_MK.png | |
| [ 65%] Generating country_ML.png | |
| [ 65%] Generating country_MM.png | |
| [ 65%] Generating country_MN.png | |
| [ 65%] Generating country_MO.png | |
| [ 65%] Generating country_MP.png | |
| [ 66%] Generating country_MQ.png | |
| [ 66%] Generating country_MR.png | |
| [ 66%] Generating country_MS.png | |
| [ 66%] Generating country_MT.png | |
| [ 66%] Generating country_MU.png | |
| [ 66%] Generating country_MV.png | |
| [ 66%] Generating country_MW.png | |
| [ 66%] Generating country_MX.png | |
| [ 66%] Generating country_MY.png | |
| [ 66%] Generating country_MZ.png | |
| [ 66%] Generating country_NA.png | |
| [ 66%] Generating country_NC.png | |
| [ 66%] Generating country_NE.png | |
| [ 66%] Generating country_NF.png | |
| [ 66%] Generating country_NG.png | |
| [ 66%] Generating country_NI.png | |
| [ 66%] Generating country_NL.png | |
| [ 66%] Generating country_NO.png | |
| [ 66%] Generating country_NP.png | |
| [ 66%] Generating country_NR.png | |
| [ 66%] Generating country_NU.png | |
| [ 66%] Generating country_NZ.png | |
| [ 66%] Generating country_OM.png | |
| [ 67%] Generating country_PA.png | |
| [ 67%] Generating country_PE.png | |
| [ 67%] Generating country_PF.png | |
| [ 67%] Generating country_PG.png | |
| [ 67%] Generating country_PH.png | |
| [ 67%] Generating country_PK.png | |
| [ 67%] Generating country_PL.png | |
| [ 67%] Generating country_PM.png | |
| [ 67%] Generating country_PN.png | |
| [ 67%] Generating country_PR.png | |
| [ 67%] Generating country_PS.png | |
| [ 67%] Generating country_PT.png | |
| [ 67%] Generating country_PW.png | |
| [ 67%] Generating country_PY.png | |
| [ 67%] Generating country_QA.png | |
| [ 67%] Generating country_RE.png | |
| [ 67%] Generating country_RO.png | |
| [ 67%] Generating country_RS.png | |
| [ 67%] Generating country_RU.png | |
| [ 67%] Generating country_RW.png | |
| [ 67%] Generating country_SA.png | |
| [ 67%] Generating country_SB.png | |
| [ 67%] Generating country_SC.png | |
| [ 68%] Generating country_SD.png | |
| [ 68%] Generating country_SE.png | |
| [ 68%] Generating country_SG.png | |
| [ 68%] Generating country_SH.png | |
| [ 68%] Generating country_SI.png | |
| [ 68%] Generating country_SJ.png | |
| [ 68%] Generating country_SK.png | |
| [ 68%] Generating country_SL.png | |
| [ 68%] Generating country_SM.png | |
| [ 68%] Generating country_SN.png | |
| [ 68%] Generating country_SO.png | |
| [ 68%] Generating country_SR.png | |
| [ 68%] Generating country_ST.png | |
| [ 68%] Generating country_SV.png | |
| [ 68%] Generating country_SY.png | |
| [ 68%] Generating country_SZ.png | |
| [ 68%] Generating country_TC.png | |
| [ 68%] Generating country_TD.png | |
| [ 68%] Generating country_TF.png | |
| [ 68%] Generating country_TG.png | |
| [ 68%] Generating country_TH.png | |
| [ 68%] Generating country_TJ.png | |
| [ 69%] Generating country_TK.png | |
| [ 69%] Generating country_TL.png | |
| [ 69%] Generating country_TM.png | |
| [ 69%] Generating country_TN.png | |
| [ 69%] Generating country_TO.png | |
| [ 69%] Generating country_TR.png | |
| [ 69%] Generating country_TT.png | |
| [ 69%] Generating country_TV.png | |
| [ 69%] Generating country_TW.png | |
| [ 69%] Generating country_TZ.png | |
| [ 69%] Generating country_UA.png | |
| [ 69%] Generating country_UG.png | |
| [ 69%] Generating country_UM.png | |
| [ 69%] Generating country_US.png | |
| [ 69%] Generating country_UY.png | |
| [ 69%] Generating country_UZ.png | |
| [ 69%] Generating country_VA.png | |
| [ 69%] Generating country_VC.png | |
| [ 69%] Generating country_VE.png | |
| [ 69%] Generating country_VG.png | |
| [ 69%] Generating country_VI.png | |
| [ 69%] Generating country_VN.png | |
| [ 69%] Generating country_VU.png | |
| [ 70%] Generating country_WF.png | |
| [ 70%] Generating country_WS.png | |
| [ 70%] Generating country_YE.png | |
| [ 70%] Generating country_YT.png | |
| [ 70%] Generating country_ZA.png | |
| [ 70%] Generating country_ZM.png | |
| [ 70%] Generating country_ZW.png | |
| [ 70%] Generating airport.svg | |
| [ 70%] Generating atm.svg | |
| [ 70%] Generating attraction.svg | |
| [ 70%] Generating autoservice.svg | |
| [ 70%] Generating bahai.svg | |
| [ 70%] Generating bank.svg | |
| [ 70%] Generating bar.svg | |
| [ 70%] Generating beer.svg | |
| [ 70%] Generating bench.svg | |
| [ 70%] Generating bicycle_parking.svg | |
| [ 70%] Generating bicycle_rental.svg | |
| [ 70%] Generating bicycle_shop.svg | |
| [ 70%] Generating biergarten.svg | |
| [ 70%] Generating boat_ramp.svg | |
| [ 70%] Generating boundary_stone.svg | |
| [ 71%] Generating bowling.svg | |
| [ 71%] Generating bridge.svg | |
| [ 71%] Generating buddhist.svg | |
| [ 71%] Generating bus.svg | |
| [ 71%] Generating bus_stop.svg | |
| [ 71%] Generating cafe.svg | |
| [ 71%] Generating camping.svg | |
| [ 71%] Generating car_dealer.svg | |
| [ 71%] Generating car_rent.svg | |
| [ 71%] Generating car_sharing.svg | |
| [ 71%] Generating car_wash.svg | |
| [ 71%] Generating casino.svg | |
| [ 71%] Generating castle.svg | |
| [ 71%] Generating cemetery.svg | |
| [ 71%] Generating church.svg | |
| [ 71%] Generating cinema.svg | |
| [ 71%] Generating communication.svg | |
| [ 71%] Generating concert.svg | |
| [ 71%] Generating crossing.svg | |
| [ 71%] Generating cursor.svg | |
| [ 71%] Generating cursor225.svg | |
| [ 71%] Generating cursor450.svg | |
| [ 71%] Generating cursor675.svg | |
| [ 72%] Generating cursor_still.svg | |
| [ 72%] Generating dam.svg | |
| [ 72%] Generating danger.svg | |
| [ 72%] Generating danger_area.svg | |
| [ 72%] Generating daymark.svg | |
| [ 72%] Generating diving.svg | |
| [ 72%] Generating drinking_water.svg | |
| [ 72%] Generating emergency.svg | |
| [ 72%] Generating exit.svg | |
| [ 72%] Generating fastfood.svg | |
| [ 72%] Generating firebrigade.svg | |
| [ 72%] Generating fish.svg | |
| [ 72%] Generating forbidden_area.svg | |
| [ 72%] Generating fountain.svg | |
| [ 72%] Generating fuel.svg | |
| [ 72%] Generating ghost_town.svg | |
| [ 72%] Generating golf.svg | |
| [ 72%] Generating government_building.svg | |
| [ 72%] Generating gui_about.svg | |
| [ 72%] Generating gui_actions.svg | |
| [ 72%] Generating gui_active.svg | |
| [ 72%] Generating gui_android_menu.svg | |
| [ 72%] Generating gui_arrow_down.svg | |
| [ 73%] Generating gui_arrow_left.svg | |
| [ 73%] Generating gui_arrow_right.svg | |
| [ 73%] Generating gui_arrow_up.svg | |
| [ 73%] Generating gui_bookmark.svg | |
| [ 73%] Generating gui_display.svg | |
| [ 73%] Generating gui_formerdests.svg | |
| [ 73%] Generating gui_fullscreen.svg | |
| [ 73%] Generating gui_heightprofile.svg | |
| [ 73%] Generating gui_help.svg | |
| [ 73%] Generating gui_home.svg | |
| [ 73%] Generating gui_inactive.svg | |
| [ 73%] Generating gui_layers.svg | |
| [ 73%] Generating gui_leave_fullscreen.svg | |
| [ 73%] Generating gui_log.svg | |
| [ 73%] Generating gui_map.svg | |
| [ 73%] Generating gui_maps.svg | |
| [ 73%] Generating gui_menu.svg | |
| [ 73%] Generating gui_minus.svg | |
| [ 73%] Generating gui_plus.svg | |
| [ 73%] Generating gui_quit.svg | |
| [ 73%] Generating gui_rules.svg | |
| [ 73%] Generating gui_search.svg | |
| [ 74%] Generating gui_select_country.svg | |
| [ 74%] Generating gui_select_house_number.svg | |
| [ 74%] Generating gui_select_street.svg | |
| [ 74%] Generating gui_select_town.svg | |
| [ 74%] Generating gui_settings.svg | |
| [ 74%] Generating gui_sound.svg | |
| [ 74%] Generating gui_sound_off.svg | |
| [ 74%] Generating gui_stop.svg | |
| [ 74%] Generating gui_strength_0.svg | |
| [ 74%] Generating gui_strength_1.svg | |
| [ 74%] Generating gui_strength_2.svg | |
| [ 74%] Generating gui_strength_3.svg | |
| [ 74%] Generating gui_strength_4.svg | |
| [ 74%] Generating gui_strength_5.svg | |
| [ 74%] Generating gui_tools.svg | |
| [ 74%] Generating gui_town.svg | |
| [ 74%] Generating gui_vehicle.svg | |
| [ 74%] Generating gui_vehicle_pedestrian.svg | |
| [ 74%] Generating gui_zoom_auto.svg | |
| [ 74%] Generating gui_zoom_in.svg | |
| [ 74%] Generating gui_zoom_manual.svg | |
| [ 74%] Generating gui_zoom_out.svg | |
| [ 74%] Generating gui_zoom_route.svg | |
| [ 75%] Generating heliport.svg | |
| [ 75%] Generating hindu.svg | |
| [ 75%] Generating hospital.svg | |
| [ 75%] Generating hotel.svg | |
| [ 75%] Generating hotspring.svg | |
| [ 75%] Generating hunting_stand.svg | |
| [ 75%] Generating ic_notify.svg | |
| [ 75%] Generating information.svg | |
| [ 75%] Generating islamic.svg | |
| [ 75%] Generating jain.svg | |
| [ 75%] Generating jewish.svg | |
| [ 75%] Generating justice.svg | |
| [ 75%] Generating level_crossing.svg | |
| [ 75%] Generating library.svg | |
| [ 75%] Generating mark.svg | |
| [ 75%] Generating memorial.svg | |
| [ 75%] Generating menu.svg | |
| [ 75%] Generating military.svg | |
| [ 75%] Generating mini_roundabout.svg | |
| [ 75%] Generating museum.svg | |
| [ 75%] Generating nav_destination_bk.svg | |
| [ 75%] Generating nav_destination_wh.svg | |
| [ 75%] Generating nav_exit_left_bk.svg | |
| [ 76%] Generating nav_exit_left_wh.svg | |
| [ 76%] Generating nav_exit_right_bk.svg | |
| [ 76%] Generating nav_exit_right_wh.svg | |
| [ 76%] Generating nav_keep_left_bk.svg | |
| [ 76%] Generating nav_keep_left_wh.svg | |
| [ 76%] Generating nav_keep_right_bk.svg | |
| [ 76%] Generating nav_keep_right_wh.svg | |
| [ 76%] Generating nav_left_1_bk.svg | |
| [ 76%] Generating nav_left_1_wh.svg | |
| [ 76%] Generating nav_left_2_bk.svg | |
| [ 76%] Generating nav_left_2_wh.svg | |
| [ 76%] Generating nav_left_3_bk.svg | |
| [ 76%] Generating nav_left_3_wh.svg | |
| [ 76%] Generating nav_merge_left_bk.svg | |
| [ 76%] Generating nav_merge_left_wh.svg | |
| [ 76%] Generating nav_merge_right_bk.svg | |
| [ 76%] Generating nav_merge_right_wh.svg | |
| [ 76%] Generating nav_right_1_bk.svg | |
| [ 76%] Generating nav_right_1_wh.svg | |
| [ 76%] Generating nav_right_2_bk.svg | |
| [ 76%] Generating nav_right_2_wh.svg | |
| [ 76%] Generating nav_right_3_bk.svg | |
| [ 77%] Generating nav_right_3_wh.svg | |
| [ 77%] Generating nav_roundabout_l1_bk.svg | |
| [ 77%] Generating nav_roundabout_l1_wh.svg | |
| [ 77%] Generating nav_roundabout_l2_bk.svg | |
| [ 77%] Generating nav_roundabout_l2_wh.svg | |
| [ 77%] Generating nav_roundabout_l3_bk.svg | |
| [ 77%] Generating nav_roundabout_l3_wh.svg | |
| [ 77%] Generating nav_roundabout_l4_bk.svg | |
| [ 77%] Generating nav_roundabout_l4_wh.svg | |
| [ 77%] Generating nav_roundabout_l5_bk.svg | |
| [ 77%] Generating nav_roundabout_l5_wh.svg | |
| [ 77%] Generating nav_roundabout_l6_bk.svg | |
| [ 77%] Generating nav_roundabout_l6_wh.svg | |
| [ 77%] Generating nav_roundabout_l7_bk.svg | |
| [ 77%] Generating nav_roundabout_l7_wh.svg | |
| [ 77%] Generating nav_roundabout_l8_bk.svg | |
| [ 77%] Generating nav_roundabout_l8_wh.svg | |
| [ 77%] Generating nav_roundabout_r1_bk.svg | |
| [ 77%] Generating nav_roundabout_r1_wh.svg | |
| [ 77%] Generating nav_roundabout_r2_bk.svg | |
| [ 77%] Generating nav_roundabout_r2_wh.svg | |
| [ 77%] Generating nav_roundabout_r3_bk.svg | |
| [ 77%] Generating nav_roundabout_r3_wh.svg | |
| [ 78%] Generating nav_roundabout_r4_bk.svg | |
| [ 78%] Generating nav_roundabout_r4_wh.svg | |
| [ 78%] Generating nav_roundabout_r5_bk.svg | |
| [ 78%] Generating nav_roundabout_r5_wh.svg | |
| [ 78%] Generating nav_roundabout_r6_bk.svg | |
| [ 78%] Generating nav_roundabout_r6_wh.svg | |
| [ 78%] Generating nav_roundabout_r7_bk.svg | |
| [ 78%] Generating nav_roundabout_r7_wh.svg | |
| [ 78%] Generating nav_roundabout_r8_bk.svg | |
| [ 78%] Generating nav_roundabout_r8_wh.svg | |
| [ 78%] Generating nav_straight_bk.svg | |
| [ 78%] Generating nav_straight_wh.svg | |
| [ 78%] Generating nav_turnaround_left_bk.svg | |
| [ 78%] Generating nav_turnaround_left_wh.svg | |
| [ 78%] Generating nav_turnaround_right_bk.svg | |
| [ 78%] Generating nav_turnaround_right_wh.svg | |
| [ 78%] Generating navit.svg | |
| [ 78%] Generating pagan.svg | |
| [ 78%] Generating parking.svg | |
| [ 78%] Generating pastafarian.svg | |
| [ 78%] Generating peak.svg | |
| [ 78%] Generating pharmacy.svg | |
| [ 79%] Generating picnic.svg | |
| [ 79%] Generating playground.svg | |
| [ 79%] Generating police.svg | |
| [ 79%] Generating post.svg | |
| [ 79%] Generating public_office.svg | |
| [ 79%] Generating rail_station.svg | |
| [ 79%] Generating repair_service.svg | |
| [ 79%] Generating resort.svg | |
| [ 79%] Generating restaurant.svg | |
| [ 79%] Generating ruins.svg | |
| [ 79%] Generating school.svg | |
| [ 79%] Generating shelter.svg | |
| [ 79%] Generating shinto.svg | |
| [ 79%] Generating shop_apparel.svg | |
| [ 79%] Generating shop_computer.svg | |
| [ 79%] Generating shop_department.svg | |
| [ 79%] Generating shop_grocery.svg | |
| [ 79%] Generating shopping.svg | |
| [ 79%] Generating sikh.svg | |
| [ 79%] Generating skiing.svg | |
| [ 79%] Generating sport.svg | |
| [ 79%] Generating stadium.svg | |
| [ 79%] Generating status_calculating_bk.svg | |
| [ 80%] Generating status_calculating_wh.svg | |
| [ 80%] Generating status_no_destination_bk.svg | |
| [ 80%] Generating status_no_destination_wh.svg | |
| [ 80%] Generating status_no_route_bk.svg | |
| [ 80%] Generating status_no_route_wh.svg | |
| [ 80%] Generating status_position_wait_bk.svg | |
| [ 80%] Generating status_position_wait_wh.svg | |
| [ 80%] Generating status_recalculating_bk.svg | |
| [ 80%] Generating status_recalculating_wh.svg | |
| [ 80%] Generating status_routing_bk.svg | |
| [ 80%] Generating status_routing_wh.svg | |
| [ 80%] Generating swimming.svg | |
| [ 80%] Generating taoist.svg | |
| [ 80%] Generating taxi.svg | |
| [ 80%] Generating tec_common.svg | |
| [ 80%] Generating telephone.svg | |
| [ 80%] Generating theater.svg | |
| [ 80%] Generating toggle_fullscreen.svg | |
| [ 80%] Generating toilets.svg | |
| [ 80%] Generating tomtom_minus.svg | |
| [ 80%] Generating tomtom_plus.svg | |
| [ 80%] Generating tower.svg | |
| [ 80%] Generating townhall.svg | |
| [ 81%] Generating traffic_signals.svg | |
| [ 81%] Generating unknown.svg | |
| [ 81%] Generating viewpoint.svg | |
| [ 81%] Generating wifi.svg | |
| [ 81%] Generating worship.svg | |
| [ 81%] Generating zipcode.svg | |
| [ 81%] Generating zoo.svg | |
| [ 81%] Generating zoom_in.svg | |
| [ 81%] Generating zoom_out.svg | |
| [ 81%] Generating country_.svgz | |
| [ 81%] Generating country_AD.svgz | |
| [ 81%] Generating country_AE.svgz | |
| [ 81%] Generating country_AF.svgz | |
| [ 81%] Generating country_AG.svgz | |
| [ 81%] Generating country_AI.svgz | |
| [ 81%] Generating country_AL.svgz | |
| [ 81%] Generating country_AM.svgz | |
| [ 81%] Generating country_AN.svgz | |
| [ 81%] Generating country_AO.svgz | |
| [ 81%] Generating country_AQ.svgz | |
| [ 81%] Generating country_AR.svgz | |
| [ 81%] Generating country_AS.svgz | |
| [ 82%] Generating country_AT.svgz | |
| [ 82%] Generating country_AU.svgz | |
| [ 82%] Generating country_AW.svgz | |
| [ 82%] Generating country_AX.svgz | |
| [ 82%] Generating country_AZ.svgz | |
| [ 82%] Generating country_BA.svgz | |
| [ 82%] Generating country_BB.svgz | |
| [ 82%] Generating country_BD.svgz | |
| [ 82%] Generating country_BE.svgz | |
| [ 82%] Generating country_BF.svgz | |
| [ 82%] Generating country_BG.svgz | |
| [ 82%] Generating country_BH.svgz | |
| [ 82%] Generating country_BI.svgz | |
| [ 82%] Generating country_BJ.svgz | |
| [ 82%] Generating country_BL.svgz | |
| [ 82%] Generating country_BM.svgz | |
| [ 82%] Generating country_BN.svgz | |
| [ 82%] Generating country_BO.svgz | |
| [ 82%] Generating country_BR.svgz | |
| [ 82%] Generating country_BS.svgz | |
| [ 82%] Generating country_BT.svgz | |
| [ 82%] Generating country_BV.svgz | |
| [ 82%] Generating country_BW.svgz | |
| [ 83%] Generating country_BY.svgz | |
| [ 83%] Generating country_BZ.svgz | |
| [ 83%] Generating country_CA.svgz | |
| [ 83%] Generating country_CC.svgz | |
| [ 83%] Generating country_CD.svgz | |
| [ 83%] Generating country_CF.svgz | |
| [ 83%] Generating country_CG.svgz | |
| [ 83%] Generating country_CH.svgz | |
| [ 83%] Generating country_CI.svgz | |
| [ 83%] Generating country_CK.svgz | |
| [ 83%] Generating country_CL.svgz | |
| [ 83%] Generating country_CM.svgz | |
| [ 83%] Generating country_CN.svgz | |
| [ 83%] Generating country_CO.svgz | |
| [ 83%] Generating country_CR.svgz | |
| [ 83%] Generating country_CU.svgz | |
| [ 83%] Generating country_CV.svgz | |
| [ 83%] Generating country_CX.svgz | |
| [ 83%] Generating country_CY.svgz | |
| [ 83%] Generating country_CZ.svgz | |
| [ 83%] Generating country_DE.svgz | |
| [ 83%] Generating country_DJ.svgz | |
| [ 83%] Generating country_DK.svgz | |
| [ 84%] Generating country_DM.svgz | |
| [ 84%] Generating country_DO.svgz | |
| [ 84%] Generating country_DZ.svgz | |
| [ 84%] Generating country_EC.svgz | |
| [ 84%] Generating country_EE.svgz | |
| [ 84%] Generating country_EG.svgz | |
| [ 84%] Generating country_EH.svgz | |
| [ 84%] Generating country_ER.svgz | |
| [ 84%] Generating country_ES.svgz | |
| [ 84%] Generating country_ET.svgz | |
| [ 84%] Generating country_FI.svgz | |
| [ 84%] Generating country_FJ.svgz | |
| [ 84%] Generating country_FK.svgz | |
| [ 84%] Generating country_FM.svgz | |
| [ 84%] Generating country_FO.svgz | |
| [ 84%] Generating country_FR.svgz | |
| [ 84%] Generating country_GA.svgz | |
| [ 84%] Generating country_GB.svgz | |
| [ 84%] Generating country_GD.svgz | |
| [ 84%] Generating country_GE.svgz | |
| [ 84%] Generating country_GF.svgz | |
| [ 84%] Generating country_GG.svgz | |
| [ 85%] Generating country_GH.svgz | |
| [ 85%] Generating country_GI.svgz | |
| [ 85%] Generating country_GL.svgz | |
| [ 85%] Generating country_GM.svgz | |
| [ 85%] Generating country_GN.svgz | |
| [ 85%] Generating country_GP.svgz | |
| [ 85%] Generating country_GQ.svgz | |
| [ 85%] Generating country_GR.svgz | |
| [ 85%] Generating country_GS.svgz | |
| [ 85%] Generating country_GT.svgz | |
| [ 85%] Generating country_GU.svgz | |
| [ 85%] Generating country_GW.svgz | |
| [ 85%] Generating country_GY.svgz | |
| [ 85%] Generating country_HK.svgz | |
| [ 85%] Generating country_HM.svgz | |
| [ 85%] Generating country_HN.svgz | |
| [ 85%] Generating country_HR.svgz | |
| [ 85%] Generating country_HT.svgz | |
| [ 85%] Generating country_HU.svgz | |
| [ 85%] Generating country_ID.svgz | |
| [ 85%] Generating country_IE.svgz | |
| [ 85%] Generating country_IL.svgz | |
| [ 85%] Generating country_IM.svgz | |
| [ 86%] Generating country_IN.svgz | |
| [ 86%] Generating country_IO.svgz | |
| [ 86%] Generating country_IQ.svgz | |
| [ 86%] Generating country_IR.svgz | |
| [ 86%] Generating country_IS.svgz | |
| [ 86%] Generating country_IT.svgz | |
| [ 86%] Generating country_JE.svgz | |
| [ 86%] Generating country_JM.svgz | |
| [ 86%] Generating country_JO.svgz | |
| [ 86%] Generating country_JP.svgz | |
| [ 86%] Generating country_KE.svgz | |
| [ 86%] Generating country_KG.svgz | |
| [ 86%] Generating country_KH.svgz | |
| [ 86%] Generating country_KI.svgz | |
| [ 86%] Generating country_KM.svgz | |
| [ 86%] Generating country_KN.svgz | |
| [ 86%] Generating country_KP.svgz | |
| [ 86%] Generating country_KR.svgz | |
| [ 86%] Generating country_KW.svgz | |
| [ 86%] Generating country_KY.svgz | |
| [ 86%] Generating country_KZ.svgz | |
| [ 86%] Generating country_LA.svgz | |
| [ 86%] Generating country_LB.svgz | |
| [ 87%] Generating country_LC.svgz | |
| [ 87%] Generating country_LI.svgz | |
| [ 87%] Generating country_LK.svgz | |
| [ 87%] Generating country_LR.svgz | |
| [ 87%] Generating country_LS.svgz | |
| [ 87%] Generating country_LT.svgz | |
| [ 87%] Generating country_LU.svgz | |
| [ 87%] Generating country_LV.svgz | |
| [ 87%] Generating country_LY.svgz | |
| [ 87%] Generating country_MA.svgz | |
| [ 87%] Generating country_MC.svgz | |
| [ 87%] Generating country_MD.svgz | |
| [ 87%] Generating country_ME.svgz | |
| [ 87%] Generating country_MF.svgz | |
| [ 87%] Generating country_MG.svgz | |
| [ 87%] Generating country_MH.svgz | |
| [ 87%] Generating country_MK.svgz | |
| [ 87%] Generating country_ML.svgz | |
| [ 87%] Generating country_MM.svgz | |
| [ 87%] Generating country_MN.svgz | |
| [ 87%] Generating country_MO.svgz | |
| [ 87%] Generating country_MP.svgz | |
| [ 88%] Generating country_MQ.svgz | |
| [ 88%] Generating country_MR.svgz | |
| [ 88%] Generating country_MS.svgz | |
| [ 88%] Generating country_MT.svgz | |
| [ 88%] Generating country_MU.svgz | |
| [ 88%] Generating country_MV.svgz | |
| [ 88%] Generating country_MW.svgz | |
| [ 88%] Generating country_MX.svgz | |
| [ 88%] Generating country_MY.svgz | |
| [ 88%] Generating country_MZ.svgz | |
| [ 88%] Generating country_NA.svgz | |
| [ 88%] Generating country_NC.svgz | |
| [ 88%] Generating country_NE.svgz | |
| [ 88%] Generating country_NF.svgz | |
| [ 88%] Generating country_NG.svgz | |
| [ 88%] Generating country_NI.svgz | |
| [ 88%] Generating country_NL.svgz | |
| [ 88%] Generating country_NO.svgz | |
| [ 88%] Generating country_NP.svgz | |
| [ 88%] Generating country_NR.svgz | |
| [ 88%] Generating country_NU.svgz | |
| [ 88%] Generating country_NZ.svgz | |
| [ 88%] Generating country_OM.svgz | |
| [ 89%] Generating country_PA.svgz | |
| [ 89%] Generating country_PE.svgz | |
| [ 89%] Generating country_PF.svgz | |
| [ 89%] Generating country_PG.svgz | |
| [ 89%] Generating country_PH.svgz | |
| [ 89%] Generating country_PK.svgz | |
| [ 89%] Generating country_PL.svgz | |
| [ 89%] Generating country_PM.svgz | |
| [ 89%] Generating country_PN.svgz | |
| [ 89%] Generating country_PR.svgz | |
| [ 89%] Generating country_PS.svgz | |
| [ 89%] Generating country_PT.svgz | |
| [ 89%] Generating country_PW.svgz | |
| [ 89%] Generating country_PY.svgz | |
| [ 89%] Generating country_QA.svgz | |
| [ 89%] Generating country_RE.svgz | |
| [ 89%] Generating country_RO.svgz | |
| [ 89%] Generating country_RS.svgz | |
| [ 89%] Generating country_RU.svgz | |
| [ 89%] Generating country_RW.svgz | |
| [ 89%] Generating country_SA.svgz | |
| [ 89%] Generating country_SB.svgz | |
| [ 90%] Generating country_SC.svgz | |
| [ 90%] Generating country_SD.svgz | |
| [ 90%] Generating country_SE.svgz | |
| [ 90%] Generating country_SG.svgz | |
| [ 90%] Generating country_SH.svgz | |
| [ 90%] Generating country_SI.svgz | |
| [ 90%] Generating country_SJ.svgz | |
| [ 90%] Generating country_SK.svgz | |
| [ 90%] Generating country_SL.svgz | |
| [ 90%] Generating country_SM.svgz | |
| [ 90%] Generating country_SN.svgz | |
| [ 90%] Generating country_SO.svgz | |
| [ 90%] Generating country_SR.svgz | |
| [ 90%] Generating country_ST.svgz | |
| [ 90%] Generating country_SV.svgz | |
| [ 90%] Generating country_SY.svgz | |
| [ 90%] Generating country_SZ.svgz | |
| [ 90%] Generating country_TC.svgz | |
| [ 90%] Generating country_TD.svgz | |
| [ 90%] Generating country_TF.svgz | |
| [ 90%] Generating country_TG.svgz | |
| [ 90%] Generating country_TH.svgz | |
| [ 90%] Generating country_TJ.svgz | |
| [ 91%] Generating country_TK.svgz | |
| [ 91%] Generating country_TL.svgz | |
| [ 91%] Generating country_TM.svgz | |
| [ 91%] Generating country_TN.svgz | |
| [ 91%] Generating country_TO.svgz | |
| [ 91%] Generating country_TR.svgz | |
| [ 91%] Generating country_TT.svgz | |
| [ 91%] Generating country_TV.svgz | |
| [ 91%] Generating country_TW.svgz | |
| [ 91%] Generating country_TZ.svgz | |
| [ 91%] Generating country_UA.svgz | |
| [ 91%] Generating country_UG.svgz | |
| [ 91%] Generating country_UM.svgz | |
| [ 91%] Generating country_US.svgz | |
| [ 91%] Generating country_UY.svgz | |
| [ 91%] Generating country_UZ.svgz | |
| [ 91%] Generating country_VA.svgz | |
| [ 91%] Generating country_VC.svgz | |
| [ 91%] Generating country_VE.svgz | |
| [ 91%] Generating country_VG.svgz | |
| [ 91%] Generating country_VI.svgz | |
| [ 91%] Generating country_VN.svgz | |
| [ 91%] Generating country_VU.svgz | |
| [ 92%] Generating country_WF.svgz | |
| [ 92%] Generating country_WS.svgz | |
| [ 92%] Generating country_YE.svgz | |
| [ 92%] Generating country_YT.svgz | |
| [ 92%] Generating country_ZA.svgz | |
| [ 92%] Generating country_ZM.svgz | |
| [ 92%] Generating country_ZW.svgz | |
| [ 92%] Generating bus_halt.xpm | |
| [ 92%] Generating dumping_station.xpm | |
| [ 92%] Generating flag_bk_tr.xpm | |
| [ 92%] Generating flag_bk_wh.xpm | |
| [ 92%] Generating flag_bl_wh.xpm | |
| [ 92%] Generating flag_wh_bk.xpm | |
| [ 92%] Generating gc_event.xpm | |
| [ 92%] Generating gc_multi.xpm | |
| [ 92%] Generating gc_mystery.xpm | |
| [ 92%] Generating gc_question.xpm | |
| [ 92%] Generating gc_reference.xpm | |
| [ 92%] Generating gc_stages.xpm | |
| [ 92%] Generating gc_tradi.xpm | |
| [ 92%] Generating gc_webcam.xpm | |
| [ 92%] Generating gui_sound_32.xpm | |
| [ 93%] Generating gui_sound_off_32.xpm | |
| [ 93%] Generating highway_exit.xpm | |
| [ 93%] Generating nav_left_1.xpm | |
| [ 93%] Generating nav_left_1_32.xpm | |
| [ 93%] Generating nav_left_2.xpm | |
| [ 93%] Generating nav_left_2_32.xpm | |
| [ 93%] Generating nav_right_1.xpm | |
| [ 93%] Generating nav_right_1_32.xpm | |
| [ 93%] Generating nav_right_2.xpm | |
| [ 93%] Generating nav_right_2_32.xpm | |
| [ 93%] Generating nav_straight.xpm | |
| [ 93%] Generating nav_straight_32.xpm | |
| [ 93%] Generating restroom.xpm | |
| [ 93%] Generating trailerpark.xpm | |
| [ 93%] Built target images | |
| Scanning dependencies of target sample_map | |
| [ 93%] Generating osm_bbox_11.3,47.9,11.7,48.2.osm.bz2 | |
| Downloading http://www.navit-project.org/maps/osm_bbox_11.3,47.9,11.7,48.2.osm.bz2 | |
| -- [download 0% complete] | |
| -- [download 1% complete] | |
| -- [download 2% complete] | |
| -- [download 3% complete] | |
| -- [download 4% complete] | |
| -- [download 5% complete] | |
| -- [download 6% complete] | |
| -- [download 7% complete] | |
| -- [download 8% complete] | |
| -- [download 9% complete] | |
| -- [download 10% complete] | |
| -- [download 11% complete] | |
| -- [download 12% complete] | |
| -- [download 13% complete] | |
| -- [download 14% complete] | |
| -- [download 15% complete] | |
| -- [download 16% complete] | |
| -- [download 17% complete] | |
| -- [download 18% complete] | |
| -- [download 19% complete] | |
| -- [download 20% complete] | |
| -- [download 21% complete] | |
| -- [download 22% complete] | |
| -- [download 23% complete] | |
| -- [download 24% complete] | |
| -- [download 25% complete] | |
| -- [download 26% complete] | |
| -- [download 27% complete] | |
| -- [download 28% complete] | |
| -- [download 29% complete] | |
| -- [download 30% complete] | |
| -- [download 31% complete] | |
| -- [download 32% complete] | |
| -- [download 33% complete] | |
| -- [download 34% complete] | |
| -- [download 35% complete] | |
| -- [download 36% complete] | |
| -- [download 37% complete] | |
| -- [download 38% complete] | |
| -- [download 39% complete] | |
| -- [download 40% complete] | |
| -- [download 41% complete] | |
| -- [download 42% complete] | |
| -- [download 43% complete] | |
| -- [download 44% complete] | |
| -- [download 45% complete] | |
| -- [download 46% complete] | |
| -- [download 47% complete] | |
| -- [download 48% complete] | |
| -- [download 49% complete] | |
| -- [download 50% complete] | |
| -- [download 51% complete] | |
| -- [download 52% complete] | |
| -- [download 53% complete] | |
| -- [download 54% complete] | |
| -- [download 55% complete] | |
| -- [download 56% complete] | |
| -- [download 57% complete] | |
| -- [download 58% complete] | |
| -- [download 59% complete] | |
| -- [download 60% complete] | |
| -- [download 61% complete] | |
| -- [download 62% complete] | |
| -- [download 63% complete] | |
| -- [download 64% complete] | |
| -- [download 65% complete] | |
| -- [download 66% complete] | |
| -- [download 67% complete] | |
| -- [download 68% complete] | |
| -- [download 69% complete] | |
| -- [download 70% complete] | |
| -- [download 71% complete] | |
| -- [download 72% complete] | |
| -- [download 73% complete] | |
| -- [download 74% complete] | |
| -- [download 75% complete] | |
| -- [download 76% complete] | |
| -- [download 77% complete] | |
| -- [download 78% complete] | |
| -- [download 79% complete] | |
| -- [download 80% complete] | |
| -- [download 81% complete] | |
| -- [download 82% complete] | |
| -- [download 83% complete] | |
| -- [download 84% complete] | |
| -- [download 85% complete] | |
| -- [download 86% complete] | |
| -- [download 87% complete] | |
| -- [download 88% complete] | |
| -- [download 89% complete] | |
| -- [download 90% complete] | |
| -- [download 91% complete] | |
| -- [download 92% complete] | |
| -- [download 93% complete] | |
| -- [download 94% complete] | |
| -- [download 95% complete] | |
| -- [download 96% complete] | |
| -- [download 97% complete] | |
| -- [download 98% complete] | |
| -- [download 99% complete] | |
| -- [download 100% complete] | |
| [ 93%] Generating osm_bbox_11.3,47.9,11.7,48.2.bin | |
| PROGRESS: Phase 1: reading input data 0:00 0 MB | |
| PROGRESS1: Processed 0 nodes (0 out) 0 ways 0 relations 0 tiles 0:00 0 MB | |
| PROGRESS1: Processed 107167 nodes (3037 out) 21759 ways 35 relations 0 tiles 0:01 0 MB | |
| flush_nodes 1 | |
| PROGRESS: Phase 2: counting references and resolving ways 0:01 0 MB | |
| 1 slices | |
| slice 0 of 0 | |
| PROGRESS: Phase 3: converting ways to pois 0:01 0 MB | |
| OSM Warning:http://www.openstreetmap.org/way/8107050 Broken polygon, less than 3 points defined | |
| OSM Warning:http://www.openstreetmap.org/way/9218275 Broken polygon, less than 3 points defined | |
| PROGRESS: Phase 4: splitting at intersections 0:01 0 MB | |
| PROGRESS4: Processed 0 nodes (0 out) 0 ways 0 relations 0 tiles 0:01 0 MB | |
| PROGRESS4: Processed 0 nodes (0 out) 48738 ways 0 relations 0 tiles 0:01 0 MB | |
| PROGRESS: Phase 5: generating coastlines 0:01 0 MB | |
| tile_collector_finish | |
| tile_collector_finish foreach done | |
| tile_collector_finish destroy done | |
| Level=14 | |
| ***** | |
| * | |
| * | |
| * | |
| Level=13 | |
| ***** | |
| * | |
| * | |
| * | |
| Level=12 | |
| ***** | |
| * | |
| * | |
| * | |
| Level=11 | |
| ***** | |
| * | |
| * | |
| * | |
| Level=10 | |
| ***** | |
| * | |
| * | |
| * | |
| Level=9 | |
| ***** | |
| * | |
| * | |
| * | |
| Level=8 | |
| ***** | |
| * | |
| * | |
| * | |
| Level=7 | |
| ***** | |
| * | |
| * | |
| * | |
| Level=6 | |
| ***** | |
| * | |
| * | |
| * | |
| Level=5 | |
| ***** | |
| * | |
| * | |
| * | |
| Level=4 | |
| ***** | |
| * | |
| * | |
| * | |
| Level=3 | |
| ***** | |
| * | |
| * | |
| * | |
| Level=2 | |
| ***** | |
| * | |
| * | |
| * | |
| Level=1 | |
| ***** | |
| * | |
| * | |
| * | |
| tile_collector_finish done | |
| PROGRESS: Phase 6: assigning towns to countries 0:01 0 MB | |
| PROGRESS6: Processed 0 nodes (0 out) 0 ways 0 relations 0 tiles 0:01 0 MB | |
| Processed boundaries | |
| Finished town table rebuild | |
| OSM Warning:http://www.openstreetmap.org/node/371720 Lost town Freiham (null) | |
| OSM Warning:http://www.openstreetmap.org/node/18156980 Lost town Germering (null) | |
| OSM Warning:http://www.openstreetmap.org/node/29007105 Lost town Streiflach (null) | |
| OSM Warning:http://www.openstreetmap.org/node/35801533 Lost town Nebel (null) | |
| OSM Warning:http://www.openstreetmap.org/node/35801534 Lost town Geisenbrunn (zu Gilching) (null) | |
| OSM Warning:http://www.openstreetmap.org/node/35803006 Lost town Holzkirchen (zu Alling) (null) | |
| OSM Warning:http://www.openstreetmap.org/node/36862099 Lost town Mamhofen (null) | |
| OSM Warning:http://www.openstreetmap.org/node/38106597 Lost town Unterbrunn (null) | |
| OSM Warning:http://www.openstreetmap.org/node/38106609 Lost town Oberbrunn (null) | |
| OSM Warning:http://www.openstreetmap.org/node/50840206 Lost town (null) Bogenhausen | |
| OSM Warning:http://www.openstreetmap.org/node/50840221 Lost town (null) Schwabing | |
| OSM Warning:http://www.openstreetmap.org/node/50840452 Lost town (null) Milbertshofen | |
| OSM Warning:http://www.openstreetmap.org/node/50840555 Lost town (null) Neuhausen | |
| OSM Warning:http://www.openstreetmap.org/node/50840562 Lost town (null) Gern | |
| OSM Warning:http://www.openstreetmap.org/node/50840747 Lost town (null) Laim | |
| OSM Warning:http://www.openstreetmap.org/node/50840771 Lost town (null) Westend | |
| OSM Warning:http://www.openstreetmap.org/node/50841194 Lost town (null) Schwanthaler Höhe | |
| OSM Warning:http://www.openstreetmap.org/node/51299457 Lost town (null) Pasing | |
| OSM Warning:http://www.openstreetmap.org/node/51299495 Lost town (null) Martinsried | |
| OSM Warning:http://www.openstreetmap.org/node/51299521 Lost town (null) Großhadern | |
| OSM Warning:http://www.openstreetmap.org/node/51299537 Lost town (null) Kleinhadern | |
| OSM Warning:http://www.openstreetmap.org/node/51299739 Lost town Krailing (null) | |
| OSM Warning:http://www.openstreetmap.org/node/51300396 Lost town Buchendorf (null) | |
| OSM Warning:http://www.openstreetmap.org/node/51300991 Lost town (null) Fürstenried | |
| OSM Warning:http://www.openstreetmap.org/node/51302082 Lost town (null) Solln | |
| OSM Warning:http://www.openstreetmap.org/node/51302448 Lost town (null) Sendling | |
| OSM Warning:http://www.openstreetmap.org/node/51303314 Lost town (null) Thalkirchen | |
| OSM Warning:http://www.openstreetmap.org/node/51304933 Lost town (null) Obersendling | |
| OSM Warning:http://www.openstreetmap.org/node/51543989 Lost town (null) Neuaubing | |
| OSM Warning:http://www.openstreetmap.org/node/51545712 Lost town (null) Allach | |
| OSM Warning:http://www.openstreetmap.org/node/51546357 Lost town (null) Obermenzing | |
| OSM Warning:http://www.openstreetmap.org/node/51547874 Lost town (null) Untermenzing | |
| OSM Warning:http://www.openstreetmap.org/node/51548317 Lost town (null) Forstenried | |
| OSM Warning:http://www.openstreetmap.org/node/51555771 Lost town (null) Au | |
| OSM Warning:http://www.openstreetmap.org/node/51555772 Lost town (null) Untergiesing | |
| OSM Warning:http://www.openstreetmap.org/node/51557766 Lost town (null) Obergiesing | |
| OSM Warning:http://www.openstreetmap.org/node/51558254 Lost town Ramersdorf (null) | |
| OSM Warning:http://www.openstreetmap.org/node/51560002 Lost town (null) Berg am Laim | |
| OSM Warning:http://www.openstreetmap.org/node/51561759 Lost town (null) Johanneskichen | |
| OSM Warning:http://www.openstreetmap.org/node/51562031 Lost town (null) Oberföhring | |
| OSM Warning:http://www.openstreetmap.org/node/51564487 Lost town (null) Englschalking | |
| OSM Warning:http://www.openstreetmap.org/node/51564492 Lost town (null) Aubing | |
| OSM Warning:http://www.openstreetmap.org/node/51571782 Lost town Puchheim (null) | |
| OSM Warning:http://www.openstreetmap.org/node/52767143 Lost town Pentenried (null) | |
| OSM Warning:http://www.openstreetmap.org/node/54126722 Lost town (null) Freimann | |
| OSM Warning:http://www.openstreetmap.org/node/54129104 Lost town (null) Maxvorstadt | |
| OSM Warning:http://www.openstreetmap.org/node/54129121 Lost town (null) Ludwigvorstadt | |
| OSM Warning:http://www.openstreetmap.org/node/54129127 Lost town (null) Isarvorstadt | |
| OSM Warning:http://www.openstreetmap.org/node/54805476 Lost town Possenhofen (null) | |
| OSM Warning:http://www.openstreetmap.org/node/55430567 Lost town (null) Waldperlach | |
| OSM Warning:http://www.openstreetmap.org/node/59954949 Lost town Münsing (null) | |
| OSM Warning:http://www.openstreetmap.org/node/60172402 Lost town (null) Untere Au | |
| OSM Warning:http://www.openstreetmap.org/node/60530001 Lost town (null) Harlaching | |
| OSM Warning:http://www.openstreetmap.org/node/60747604 Lost town Hanfeld (null) | |
| OSM Warning:http://www.openstreetmap.org/node/60848070 Lost town Leutstetten (null) | |
| OSM Warning:http://www.openstreetmap.org/node/65123649 Lost town Schlederloh (null) | |
| OSM Warning:http://www.openstreetmap.org/node/65132926 Lost town Kolbing (null) | |
| OSM Warning:http://www.openstreetmap.org/node/65137146 Lost town Dorfen (null) | |
| OSM Warning:http://www.openstreetmap.org/node/65137150 Lost town Meilenberg (null) | |
| OSM Warning:http://www.openstreetmap.org/node/82765731 Lost town Dornach (null) | |
| OSM Warning:http://www.openstreetmap.org/node/96431130 Lost town Hausen (null) | |
| OSM Warning:http://www.openstreetmap.org/node/201267376 Lost town Söcking (null) | |
| OSM Warning:http://www.openstreetmap.org/node/206100089 Lost town Ammerland (null) | |
| OSM Warning:http://www.openstreetmap.org/node/206885521 Lost town Müörlbach (null) | |
| OSM Warning:http://www.openstreetmap.org/node/207560627 Lost town Ödenstockach (null) | |
| OSM Warning:http://www.openstreetmap.org/node/245475144 Lost town Wangen (null) | |
| OSM Warning:http://www.openstreetmap.org/node/248909402 Lost town Steingau (null) | |
| OSM Warning:http://www.openstreetmap.org/node/248914586 Lost town Baiernrain (null) | |
| OSM Warning:http://www.openstreetmap.org/node/248914596 Lost town Berg (null) | |
| OSM Warning:http://www.openstreetmap.org/node/248914824 Lost town Geilertshausen (null) | |
| OSM Warning:http://www.openstreetmap.org/node/248914987 Lost town Fraßhausen (null) | |
| PROGRESS6: Processed 145 nodes (74 out) 0 ways 0 relations 0 tiles 0:01 0 MB | |
| Finished processing towns | |
| PROGRESS: Phase 7: sorting countries 0:01 0 MB | |
| PROGRESS: Phase 8: generating turn restrictions 0:01 0 MB | |
| PROGRESS: Phase 9: processing associated street relations 0:01 0 MB | |
| PROGRESS: Phase 10: processing house number interpolations 0:01 0 MB | |
| PROGRESS: Phase 11: generating tiles 0:01 0 MB | |
| PROGRESS11: Processed 0 nodes (0 out) 0 ways 0 relations 0 tiles 0:01 0 MB | |
| PROGRESS: sorting 397 tiles | |
| PROGRESS: sorting 397 tiles done | |
| PROGRESS: merged 343 tiles | |
| PROGRESS: sorting 123 tiles | |
| PROGRESS: sorting 123 tiles done | |
| PROGRESS: merged 23 tiles | |
| PROGRESS: sorting 117 tiles | |
| PROGRESS: sorting 117 tiles done | |
| PROGRESS: merged 8 tiles | |
| PROGRESS: sorting 114 tiles | |
| PROGRESS: sorting 114 tiles done | |
| PROGRESS: merged 3 tiles | |
| PROGRESS: sorting 114 tiles | |
| PROGRESS: sorting 114 tiles done | |
| PROGRESS: merged 1 tiles | |
| PROGRESS: sorting 114 tiles | |
| PROGRESS: sorting 114 tiles done | |
| PROGRESS: merged 0 tiles | |
| PROGRESS11: Processed 3596 nodes (0 out) 48738 ways 0 relations 1376 tiles 0:01 0 MB | |
| PROGRESS: Phase 12: assembling map 0:01 0 MB | |
| Maximum slice size 1073741824 | |
| Slice 0 is of size 6435920 | |
| PROGRESS12: Processed 0 nodes (0 out) 0 ways 0 relations 0 tiles 0:01 0 MB | |
| PROGRESS12: Processed 3596 nodes (0 out) 48738 ways 0 relations 0 tiles 0:01 0 MB | |
| Adding country_276_p_1.tmp as adbdads0 | |
| Adding country_276_p_0.tmp as adbdads1 | |
| PROGRESS12: Processed 3596 nodes (0 out) 48738 ways 0 relations 115 tiles 0:02 0 MB | |
| PROGRESS: Phase 13: done 0:02 0 MB | |
| [ 93%] Generating osm_bbox_11.3,47.9,11.7,48.2.xml | |
| [ 93%] Built target sample_map | |
| Scanning dependencies of target locales | |
| [ 93%] Generating strings_xml.c | |
| [ 93%] Generating navit_shipped.c | |
| [ 93%] Generating navit.pot | |
| [ 94%] Generating zh_TW.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 721 stimmen überein, 0 ungenau, 29 fehlen, 23 veraltet. | |
| [ 94%] Generating zh_TW.mo | |
| /home/jan/git/navit/build/po/zh_TW.po:7: Warnung: Das Feld »Language« im Kopfeintrag hat immer noch den anfänglichen Vorgabewert | |
| /home/jan/git/navit/build/po/zh_TW.po: 718 übersetzte Meldungen, 31 unübersetzte Meldungen. | |
| [ 94%] Generating zh_HK.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 723 stimmen überein, 0 ungenau, 27 fehlen, 24 veraltet. | |
| [ 94%] Generating zh_HK.mo | |
| /home/jan/git/navit/build/po/zh_HK.po: 399 übersetzte Meldungen, 350 unübersetzte Meldungen. | |
| [ 94%] Generating zh_CN.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 723 stimmen überein, 0 ungenau, 27 fehlen, 24 veraltet. | |
| [ 94%] Generating zh_CN.mo | |
| /home/jan/git/navit/build/po/zh_CN.po: 429 übersetzte Meldungen, 320 unübersetzte Meldungen. | |
| [ 94%] Generating vi.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 723 stimmen überein, 0 ungenau, 27 fehlen, 24 veraltet. | |
| [ 94%] Generating vi.mo | |
| /home/jan/git/navit/build/po/vi.po: 428 übersetzte Meldungen, 321 unübersetzte Meldungen. | |
| [ 94%] Generating ur.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 723 stimmen überein, 0 ungenau, 27 fehlen, 24 veraltet. | |
| [ 94%] Generating ur.mo | |
| /home/jan/git/navit/build/po/ur.po: 429 übersetzte Meldungen, 320 unübersetzte Meldungen. | |
| [ 94%] Generating uk.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 723 stimmen überein, 0 ungenau, 27 fehlen, 24 veraltet. | |
| [ 94%] Generating uk.mo | |
| /home/jan/git/navit/build/po/uk.po: 442 übersetzte Meldungen, 307 unübersetzte Meldungen. | |
| [ 94%] Generating tr.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 723 stimmen überein, 0 ungenau, 27 fehlen, 24 veraltet. | |
| [ 94%] Generating tr.mo | |
| /home/jan/git/navit/build/po/tr.po: 589 übersetzte Meldungen, 160 unübersetzte Meldungen. | |
| [ 94%] Generating th.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 723 stimmen überein, 0 ungenau, 27 fehlen, 23 veraltet. | |
| [ 94%] Generating th.mo | |
| /home/jan/git/navit/build/po/th.po: 319 übersetzte Meldungen, 430 unübersetzte Meldungen. | |
| [ 94%] Generating te.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 723 stimmen überein, 0 ungenau, 27 fehlen, 23 veraltet. | |
| [ 94%] Generating te.mo | |
| /home/jan/git/navit/build/po/te.po: 147 übersetzte Meldungen, 602 unübersetzte Meldungen. | |
| [ 94%] Generating ta.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 723 stimmen überein, 0 ungenau, 27 fehlen, 23 veraltet. | |
| [ 95%] Generating ta.mo | |
| /home/jan/git/navit/build/po/ta.po: 23 übersetzte Meldungen, 726 unübersetzte Meldungen. | |
| [ 95%] Generating sw.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 723 stimmen überein, 0 ungenau, 27 fehlen, 24 veraltet. | |
| [ 95%] Generating sw.mo | |
| /home/jan/git/navit/build/po/sw.po: 177 übersetzte Meldungen, 572 unübersetzte Meldungen. | |
| [ 95%] Generating sv.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 720 stimmen überein, 0 ungenau, 30 fehlen, 24 veraltet. | |
| [ 95%] Generating sv.mo | |
| /home/jan/git/navit/build/po/sv.po: 434 übersetzte Meldungen, 315 unübersetzte Meldungen. | |
| [ 95%] Generating sr.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 745 stimmen überein, 0 ungenau, 5 fehlen, 21 veraltet. | |
| [ 95%] Generating sr.mo | |
| /home/jan/git/navit/build/po/sr.po:12: Warnung: Das Feld »Language« im Kopfeintrag hat immer noch den anfänglichen Vorgabewert | |
| /home/jan/git/navit/build/po/sr.po: 635 übersetzte Meldungen, 114 unübersetzte Meldungen. | |
| [ 95%] Generating sq.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 723 stimmen überein, 0 ungenau, 27 fehlen, 24 veraltet. | |
| [ 95%] Generating sq.mo | |
| /home/jan/git/navit/build/po/sq.po: 126 übersetzte Meldungen, 623 unübersetzte Meldungen. | |
| [ 95%] Generating sl.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 723 stimmen überein, 0 ungenau, 27 fehlen, 23 veraltet. | |
| [ 95%] Generating sl.mo | |
| /home/jan/git/navit/build/po/sl.po: 386 übersetzte Meldungen, 363 unübersetzte Meldungen. | |
| [ 95%] Generating sk.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 723 stimmen überein, 0 ungenau, 27 fehlen, 24 veraltet. | |
| [ 95%] Generating sk.mo | |
| /home/jan/git/navit/build/po/sk.po: 660 übersetzte Meldungen, 89 unübersetzte Meldungen. | |
| [ 95%] Generating si.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 723 stimmen überein, 0 ungenau, 27 fehlen, 24 veraltet. | |
| [ 95%] Generating si.mo | |
| /home/jan/git/navit/build/po/si.po: 409 übersetzte Meldungen, 340 unübersetzte Meldungen. | |
| [ 95%] Generating sc.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 723 stimmen überein, 0 ungenau, 27 fehlen, 24 veraltet. | |
| [ 95%] Generating sc.mo | |
| /home/jan/git/navit/build/po/sc.po: 225 übersetzte Meldungen, 524 unübersetzte Meldungen. | |
| [ 95%] Generating ru.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 723 stimmen überein, 0 ungenau, 27 fehlen, 24 veraltet. | |
| [ 95%] Generating ru.mo | |
| /home/jan/git/navit/build/po/ru.po: 717 übersetzte Meldungen, 32 unübersetzte Meldungen. | |
| [ 95%] Generating ro.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 723 stimmen überein, 0 ungenau, 27 fehlen, 24 veraltet. | |
| [ 95%] Generating ro.mo | |
| /home/jan/git/navit/build/po/ro.po: 434 übersetzte Meldungen, 315 unübersetzte Meldungen. | |
| [ 95%] Generating pt_BR.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 720 stimmen überein, 0 ungenau, 30 fehlen, 24 veraltet. | |
| [ 95%] Generating pt_BR.mo | |
| /home/jan/git/navit/build/po/pt_BR.po: 706 übersetzte Meldungen, 43 unübersetzte Meldungen. | |
| [ 95%] Generating pt.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 729 stimmen überein, 0 ungenau, 21 fehlen, 24 veraltet. | |
| [ 95%] Generating pt.mo | |
| /home/jan/git/navit/build/po/pt.po: 728 übersetzte Meldungen, 21 unübersetzte Meldungen. | |
| [ 96%] Generating pms.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 723 stimmen überein, 0 ungenau, 27 fehlen, 23 veraltet. | |
| [ 96%] Generating pms.mo | |
| /home/jan/git/navit/build/po/pms.po: 17 übersetzte Meldungen, 732 unübersetzte Meldungen. | |
| [ 96%] Generating pl.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 723 stimmen überein, 0 ungenau, 27 fehlen, 24 veraltet. | |
| [ 96%] Generating pl.mo | |
| /home/jan/git/navit/build/po/pl.po: 650 übersetzte Meldungen, 99 unübersetzte Meldungen. | |
| [ 96%] Generating nn.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 723 stimmen überein, 0 ungenau, 27 fehlen, 23 veraltet. | |
| [ 96%] Generating nn.mo | |
| /home/jan/git/navit/build/po/nn.po: 352 übersetzte Meldungen, 397 unübersetzte Meldungen. | |
| [ 96%] Generating nl.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 745 stimmen überein, 0 ungenau, 5 fehlen, 22 veraltet. | |
| /home/jan/git/navit/build/po/nl.po.tmp:2375: Warnung: Zu übersetzende Meldungen sollten nicht die Escape-Sequenz »\r« enthalten | |
| [ 96%] Generating nl.mo | |
| /home/jan/git/navit/build/po/nl.po: 741 übersetzte Meldungen, 8 unübersetzte Meldungen. | |
| [ 96%] Generating nds.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 723 stimmen überein, 0 ungenau, 27 fehlen, 24 veraltet. | |
| [ 96%] Generating nds.mo | |
| /home/jan/git/navit/build/po/nds.po: 424 übersetzte Meldungen, 325 unübersetzte Meldungen. | |
| [ 96%] Generating nb.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 723 stimmen überein, 0 ungenau, 27 fehlen, 24 veraltet. | |
| [ 96%] Generating nb.mo | |
| /home/jan/git/navit/build/po/nb.po: 575 übersetzte Meldungen, 174 unübersetzte Meldungen. | |
| [ 96%] Generating mr.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 723 stimmen überein, 0 ungenau, 27 fehlen, 23 veraltet. | |
| [ 96%] Generating mr.mo | |
| /home/jan/git/navit/build/po/mr.po: 15 übersetzte Meldungen, 734 unübersetzte Meldungen. | |
| [ 96%] Generating mn.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 723 stimmen überein, 0 ungenau, 27 fehlen, 23 veraltet. | |
| [ 96%] Generating mn.mo | |
| /home/jan/git/navit/build/po/mn.po: 10 übersetzte Meldungen, 739 unübersetzte Meldungen. | |
| [ 96%] Generating ml.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 723 stimmen überein, 0 ungenau, 27 fehlen, 24 veraltet. | |
| [ 96%] Generating ml.mo | |
| /home/jan/git/navit/build/po/ml.po: 680 übersetzte Meldungen, 69 unübersetzte Meldungen. | |
| [ 96%] Generating mk.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 723 stimmen überein, 0 ungenau, 27 fehlen, 24 veraltet. | |
| [ 96%] Generating mk.mo | |
| /home/jan/git/navit/build/po/mk.po: 439 übersetzte Meldungen, 310 unübersetzte Meldungen. | |
| [ 96%] Generating lv.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 723 stimmen überein, 0 ungenau, 27 fehlen, 24 veraltet. | |
| [ 97%] Generating lv.mo | |
| /home/jan/git/navit/build/po/lv.po: 634 übersetzte Meldungen, 115 unübersetzte Meldungen. | |
| [ 97%] Generating lt.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 723 stimmen überein, 0 ungenau, 27 fehlen, 24 veraltet. | |
| [ 97%] Generating lt.mo | |
| /home/jan/git/navit/build/po/lt.po: 614 übersetzte Meldungen, 135 unübersetzte Meldungen. | |
| [ 97%] Generating lb.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 723 stimmen überein, 0 ungenau, 27 fehlen, 23 veraltet. | |
| [ 97%] Generating lb.mo | |
| /home/jan/git/navit/build/po/lb.po: 42 übersetzte Meldungen, 707 unübersetzte Meldungen. | |
| [ 97%] Generating ku.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 723 stimmen überein, 0 ungenau, 27 fehlen, 23 veraltet. | |
| [ 97%] Generating ku.mo | |
| /home/jan/git/navit/build/po/ku.po: 10 übersetzte Meldungen, 739 unübersetzte Meldungen. | |
| [ 97%] Generating ko.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 723 stimmen überein, 0 ungenau, 27 fehlen, 23 veraltet. | |
| [ 97%] Generating ko.mo | |
| /home/jan/git/navit/build/po/ko.po: 321 übersetzte Meldungen, 428 unübersetzte Meldungen. | |
| [ 97%] Generating kn.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 723 stimmen überein, 0 ungenau, 27 fehlen, 23 veraltet. | |
| [ 97%] Generating kn.mo | |
| /home/jan/git/navit/build/po/kn.po: 2 übersetzte Meldungen, 747 unübersetzte Meldungen. | |
| [ 97%] Generating kk.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 723 stimmen überein, 0 ungenau, 27 fehlen, 23 veraltet. | |
| [ 97%] Generating kk.mo | |
| /home/jan/git/navit/build/po/kk.po: 0 übersetzte Meldungen, 749 unübersetzte Meldungen. | |
| [ 97%] Generating jv.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 723 stimmen überein, 0 ungenau, 27 fehlen, 24 veraltet. | |
| [ 97%] Generating jv.mo | |
| /home/jan/git/navit/build/po/jv.po: 124 übersetzte Meldungen, 625 unübersetzte Meldungen. | |
| [ 97%] Generating ja.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 723 stimmen überein, 0 ungenau, 27 fehlen, 23 veraltet. | |
| [ 97%] Generating ja.mo | |
| /home/jan/git/navit/build/po/ja.po: 274 übersetzte Meldungen, 475 unübersetzte Meldungen. | |
| [ 97%] Generating it.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 723 stimmen überein, 0 ungenau, 27 fehlen, 24 veraltet. | |
| [ 97%] Generating it.mo | |
| /home/jan/git/navit/build/po/it.po: 711 übersetzte Meldungen, 38 unübersetzte Meldungen. | |
| [ 97%] Generating id.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 723 stimmen überein, 0 ungenau, 27 fehlen, 24 veraltet. | |
| [ 97%] Generating id.mo | |
| /home/jan/git/navit/build/po/id.po: 352 übersetzte Meldungen, 397 unübersetzte Meldungen. | |
| [ 97%] Generating hu.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 723 stimmen überein, 0 ungenau, 27 fehlen, 24 veraltet. | |
| [ 97%] Generating hu.mo | |
| /home/jan/git/navit/build/po/hu.po: 684 übersetzte Meldungen, 65 unübersetzte Meldungen. | |
| [ 97%] Generating hr.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 723 stimmen überein, 0 ungenau, 27 fehlen, 24 veraltet. | |
| [ 97%] Generating hr.mo | |
| /home/jan/git/navit/build/po/hr.po: 426 übersetzte Meldungen, 323 unübersetzte Meldungen. | |
| [ 98%] Generating hi.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 723 stimmen überein, 0 ungenau, 27 fehlen, 24 veraltet. | |
| [ 98%] Generating hi.mo | |
| /home/jan/git/navit/build/po/hi.po: 34 übersetzte Meldungen, 715 unübersetzte Meldungen. | |
| [ 98%] Generating he.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 723 stimmen überein, 0 ungenau, 27 fehlen, 24 veraltet. | |
| [ 98%] Generating he.mo | |
| /home/jan/git/navit/build/po/he.po: 438 übersetzte Meldungen, 311 unübersetzte Meldungen. | |
| [ 98%] Generating gl.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 723 stimmen überein, 0 ungenau, 27 fehlen, 24 veraltet. | |
| [ 98%] Generating gl.mo | |
| /home/jan/git/navit/build/po/gl.po: 376 übersetzte Meldungen, 373 unübersetzte Meldungen. | |
| [ 98%] Generating fy.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 723 stimmen überein, 0 ungenau, 27 fehlen, 23 veraltet. | |
| [ 98%] Generating fy.mo | |
| /home/jan/git/navit/build/po/fy.po: 6 übersetzte Meldungen, 743 unübersetzte Meldungen. | |
| [ 98%] Generating fr_CH.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 723 stimmen überein, 0 ungenau, 27 fehlen, 24 veraltet. | |
| [ 98%] Generating fr_CH.mo | |
| /home/jan/git/navit/build/po/fr_CH.po: 427 übersetzte Meldungen, 322 unübersetzte Meldungen. | |
| [ 98%] Generating fr.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 733 stimmen überein, 0 ungenau, 17 fehlen, 26 veraltet. | |
| [ 98%] Generating fr.mo | |
| /home/jan/git/navit/build/po/fr.po: 724 übersetzte Meldungen, 25 unübersetzte Meldungen. | |
| [ 98%] Generating fo.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 723 stimmen überein, 0 ungenau, 27 fehlen, 24 veraltet. | |
| [ 98%] Generating fo.mo | |
| /home/jan/git/navit/build/po/fo.po: 431 übersetzte Meldungen, 318 unübersetzte Meldungen. | |
| [ 98%] Generating fil.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 723 stimmen überein, 0 ungenau, 27 fehlen, 24 veraltet. | |
| [ 98%] Generating fil.mo | |
| /home/jan/git/navit/build/po/fil.po: 24 übersetzte Meldungen, 725 unübersetzte Meldungen. | |
| [ 98%] Generating fi.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 723 stimmen überein, 0 ungenau, 27 fehlen, 23 veraltet. | |
| [ 98%] Generating fi.mo | |
| /home/jan/git/navit/build/po/fi.po: 431 übersetzte Meldungen, 318 unübersetzte Meldungen. | |
| [ 98%] Generating fa.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 723 stimmen überein, 0 ungenau, 27 fehlen, 23 veraltet. | |
| [ 99%] Generating fa.mo | |
| /home/jan/git/navit/build/po/fa.po: 97 übersetzte Meldungen, 652 unübersetzte Meldungen. | |
| [ 99%] Generating eu.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 723 stimmen überein, 0 ungenau, 27 fehlen, 24 veraltet. | |
| [ 99%] Generating eu.mo | |
| /home/jan/git/navit/build/po/eu.po: 428 übersetzte Meldungen, 321 unübersetzte Meldungen. | |
| [ 99%] Generating et.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 723 stimmen überein, 0 ungenau, 27 fehlen, 24 veraltet. | |
| [ 99%] Generating et.mo | |
| /home/jan/git/navit/build/po/et.po: 686 übersetzte Meldungen, 63 unübersetzte Meldungen. | |
| [ 99%] Generating es.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 741 stimmen überein, 0 ungenau, 9 fehlen, 25 veraltet. | |
| [ 99%] Generating es.mo | |
| /home/jan/git/navit/build/po/es.po: 729 übersetzte Meldungen, 20 unübersetzte Meldungen. | |
| [ 99%] Generating eo.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 723 stimmen überein, 0 ungenau, 27 fehlen, 24 veraltet. | |
| [ 99%] Generating eo.mo | |
| /home/jan/git/navit/build/po/eo.po: 416 übersetzte Meldungen, 333 unübersetzte Meldungen. | |
| [ 99%] Generating en_GB.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 723 stimmen überein, 0 ungenau, 27 fehlen, 24 veraltet. | |
| [ 99%] Generating en_GB.mo | |
| /home/jan/git/navit/build/po/en_GB.po: 719 übersetzte Meldungen, 30 unübersetzte Meldungen. | |
| [ 99%] Generating en_CA.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 723 stimmen überein, 0 ungenau, 27 fehlen, 23 veraltet. | |
| [ 99%] Generating en_CA.mo | |
| /home/jan/git/navit/build/po/en_CA.po: 419 übersetzte Meldungen, 330 unübersetzte Meldungen. | |
| [ 99%] Generating en_AU.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 723 stimmen überein, 0 ungenau, 27 fehlen, 23 veraltet. | |
| [ 99%] Generating en_AU.mo | |
| /home/jan/git/navit/build/po/en_AU.po: 439 übersetzte Meldungen, 310 unübersetzte Meldungen. | |
| [ 99%] Generating en.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 718 stimmen überein, 0 ungenau, 32 fehlen, 26 veraltet. | |
| [ 99%] Generating en.mo | |
| /home/jan/git/navit/build/po/en.po: 53 übersetzte Meldungen, 696 unübersetzte Meldungen. | |
| [ 99%] Generating el.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 723 stimmen überein, 0 ungenau, 27 fehlen, 24 veraltet. | |
| [ 99%] Generating el.mo | |
| /home/jan/git/navit/build/po/el.po: 454 übersetzte Meldungen, 295 unübersetzte Meldungen. | |
| [ 99%] Generating de_CH.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 723 stimmen überein, 0 ungenau, 27 fehlen, 23 veraltet. | |
| [ 99%] Generating de_CH.mo | |
| /home/jan/git/navit/build/po/de_CH.po: 0 übersetzte Meldungen, 749 unübersetzte Meldungen. | |
| [ 99%] Generating de.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 741 stimmen überein, 0 ungenau, 9 fehlen, 27 veraltet. | |
| [ 99%] Generating de.mo | |
| /home/jan/git/navit/build/po/de.po: 729 übersetzte Meldungen, 20 unübersetzte Meldungen. | |
| [ 99%] Generating da.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 723 stimmen überein, 0 ungenau, 27 fehlen, 26 veraltet. | |
| [ 99%] Generating da.mo | |
| /home/jan/git/navit/build/po/da.po: 454 übersetzte Meldungen, 295 unübersetzte Meldungen. | |
| [ 99%] Generating cy.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 723 stimmen überein, 0 ungenau, 27 fehlen, 23 veraltet. | |
| [ 99%] Generating cy.mo | |
| /home/jan/git/navit/build/po/cy.po: 13 übersetzte Meldungen, 736 unübersetzte Meldungen. | |
| [100%] Generating cs.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 745 stimmen überein, 0 ungenau, 5 fehlen, 22 veraltet. | |
| [100%] Generating cs.mo | |
| /home/jan/git/navit/build/po/cs.po: 729 übersetzte Meldungen, 20 unübersetzte Meldungen. | |
| [100%] Generating ckb.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 723 stimmen überein, 0 ungenau, 27 fehlen, 23 veraltet. | |
| [100%] Generating ckb.mo | |
| /home/jan/git/navit/build/po/ckb.po: 1 übersetzte Meldung, 748 unübersetzte Meldungen. | |
| [100%] Generating ca.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 723 stimmen überein, 0 ungenau, 27 fehlen, 24 veraltet. | |
| [100%] Generating ca.mo | |
| /home/jan/git/navit/build/po/ca.po: 459 übersetzte Meldungen, 290 unübersetzte Meldungen. | |
| [100%] Generating bs.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 723 stimmen überein, 0 ungenau, 27 fehlen, 23 veraltet. | |
| [100%] Generating bs.mo | |
| /home/jan/git/navit/build/po/bs.po: 22 übersetzte Meldungen, 727 unübersetzte Meldungen. | |
| [100%] Generating bg.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 720 stimmen überein, 0 ungenau, 30 fehlen, 24 veraltet. | |
| [100%] Generating bg.mo | |
| /home/jan/git/navit/build/po/bg.po: 407 übersetzte Meldungen, 342 unübersetzte Meldungen. | |
| [100%] Generating be.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 723 stimmen überein, 0 ungenau, 27 fehlen, 23 veraltet. | |
| [100%] Generating be.mo | |
| /home/jan/git/navit/build/po/be.po: 338 übersetzte Meldungen, 411 unübersetzte Meldungen. | |
| [100%] Generating ast.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 723 stimmen überein, 0 ungenau, 27 fehlen, 24 veraltet. | |
| [100%] Generating ast.mo | |
| /home/jan/git/navit/build/po/ast.po: 434 übersetzte Meldungen, 315 unübersetzte Meldungen. | |
| [100%] Generating ar.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 714 stimmen überein, 0 ungenau, 36 fehlen, 21 veraltet. | |
| [100%] Generating ar.mo | |
| /home/jan/git/navit/build/po/ar.po: 625 übersetzte Meldungen, 124 unübersetzte Meldungen. | |
| [100%] Generating af.po | |
| 1 alte + 1 Referenzeinträge gelesen, | |
| 723 stimmen überein, 0 ungenau, 27 fehlen, 24 veraltet. | |
| [100%] Generating af.mo | |
| /home/jan/git/navit/build/po/af.po: 433 übersetzte Meldungen, 316 unübersetzte Meldungen. | |
| [100%] Built target locales |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment