Переконвертировать карту в GCM.
#include <gis/gis_driver.h>int gis_common_driver_update_cache( gis_driver_ctx_t *driver_ctx, int32_t map_id );
formatctl
Функция удаляет карту из базы данных GCM и файловой системы, затем конвертирует карту в GCM.
gis_driver_ctx_t driver_ctx; // must be initializedint res = gis_common_driver_update_cache( &driver_ctx, 0 );if ( res != EOK ){gis_helper_debug_write_lvl( GIS_DEBUG_LEVEL_ERROR, "DRIVER_PREFIX","Failed to update cache (err %d)[%s()]",res, __FUNCTION__ );return res;}
ПК ЦКИ для ЗОСРВ «Нейтрино»
1.3
Предыдущий раздел: Описание API картографического фреймворка