CN103218239B - A kind of method supporting guiding aircraft map version incremental update version - Google Patents

A kind of method supporting guiding aircraft map version incremental update version Download PDF

Info

Publication number
CN103218239B
CN103218239B CN201310121155.6A CN201310121155A CN103218239B CN 103218239 B CN103218239 B CN 103218239B CN 201310121155 A CN201310121155 A CN 201310121155A CN 103218239 B CN103218239 B CN 103218239B
Authority
CN
China
Prior art keywords
version
data
upgrade
upgrading
upgraded
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201310121155.6A
Other languages
Chinese (zh)
Other versions
CN103218239A (en
Inventor
王倩
郭瑞瑞
赵鲁
李根明
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shenyang Meihang Technology Co.,Ltd.
Original Assignee
Shenyang Mxnavi Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shenyang Mxnavi Co Ltd filed Critical Shenyang Mxnavi Co Ltd
Priority to CN201310121155.6A priority Critical patent/CN103218239B/en
Publication of CN103218239A publication Critical patent/CN103218239A/en
Application granted granted Critical
Publication of CN103218239B publication Critical patent/CN103218239B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Abstract

A kind of method supporting guiding aircraft map version incremental update version, specifically includes: data managing method, upgrading rule;Version between adjacent big version, it is possible to directly upgrade, it is impossible to directly across big edition upgrading;Across big edition upgrading, it is necessary to be progressively upgraded to the big version at interval, could finally be upgraded to the version to upgrade;Little edition upgrading, to adjacent big version, can directly be upgraded: issues differential data upgrade file, generates edition upgrading relation data, according to issuing differential data upgrade file structure, generates database table data;According to region, data type, basic version, the version being scalable to can be inquired and is upgraded to the process version of indicated release according to these table data;Edition upgrading is divided into network upgrade and local upgrade two ways, depends on server version management。Advantages of the present invention: user can be met and select oneself to think region or the data species of upgrading as required, and may specify the version wanting to be upgraded to。

Description

A kind of method supporting guiding aircraft map version incremental update version
Technical field
The present invention relates to navigation, map field, particularly to a kind of method supporting guiding aircraft map version incremental update version。
Background technology
Embedded navigation and the upgrading mode of map products data in the market are all more single, it is all same version because traditional map version management is the various data in whole data, data need to be realized by the mode that overall data is replaced to update, cause update time long, cost is higher, and between this programme solves navigation data province and economizes, version can be different, and in same province, different pieces of information species version can be different, user can select to upgrade flexibly, saves upgrade cost and time。
Summary of the invention
The invention aims to user flexibility and select upgrading map version, spy provides a kind of method supporting guiding aircraft map version incremental update version。
The invention provides a kind of method supporting guiding aircraft map version incremental update version, it is characterised in that: the method for described support guiding aircraft map version incremental update version, specifically include:
Data managing method:
Data manage by province or city-level administrative division, point different species data, one version number of each data in each province or city;
The definition of version number: basic format: a_b_c, such as 12_1_1
Big version: significant data is issued
Middle version: big function and format change
Little version: fraction data publication
Upgrading rule: the version between adjacent big version, it is possible to directly upgrade, it is impossible to directly across big edition upgrading。Across big edition upgrading, it is necessary to be progressively upgraded to the big version at interval, could finally be upgraded to the version to upgrade。Such as, issued 8 versions that data type is ROUT, 12_3_1 is most highest version, and its upgrading relation is as shown in Figure 1。With arrow connection is that two versions can directly be upgraded, and version 12_1_0,12_2_0,12_3_0 are big version, and all the other are little version。
Little edition upgrading between adjacent big version:
12_1_0 and 12_2_0 is adjacent big version, so little version between can directly be upgraded, namely 12_1_1 can directly be upgraded to 12_1_2, and upgrading principle is as shown in Figure 2。
Little edition upgrading is to adjacent big version:
12_2_0 is the big version that little version 12_1_1 is adjacent, can directly upgrade, and upgrading principle is as shown in Figure 3。
Across big edition upgrading:
Version 12_1_1, will be upgraded to version 12_3_1, the big version 12_2_0 of middle span, and 12_3_0, then need first to be upgraded to 12_2_0, then be upgraded to 12_3_0 from 12_2_0, being upgraded to 12_3_1 from 12_3_0 again, it is necessary to download three AKUs and upgrade, upgrading principle is as shown in Figure 4。Issue differential data upgrade file, generate edition upgrading relation data。
Differential data method for release management:
Map datum often issues a redaction, can produce two kinds of data such as a basic data and N number of differential data (N is the data that the big version issued before is identical with this version), and basic data is the data that directly can use for terminal guidance。Differential data is the data for former edition upgrading to this edition, has this difference score information according to the file described in each differential data。
Released version 12_2_0, for example, its bibliographic structure is as shown in Figure 5。File " 12_1_1 " is identical with " 12_1_0 " with the structure of " 12_1_2 "。
" base " file is this place figure version basic data;
File " 12_1_0 ", " 12_1_1 ", " 12_1_2 " etc. can directly be upgraded to version " 12_2_0 ";Divide again with the region ID file being title under file " 12_1_0 ", the file representing two kinds of data types of ROUT and POI is divided again under the ID of region, the file of extension nds by name is named with region ID+ " _ diff ", terminal can pass through this file, makes the map edition upgrading in this region of this legacy version to redaction。
As released version 12_2_0,12_1_0 can directly be upgraded to 12_2_0, being 33 at region ID, the differential file path that data type is ROUT is: 12_2_0/12_1_0/33/ROUT/33_diff.nds。
According to issuing differential data upgrade file structure, generate database table data。In order to allow terminal directly detect upgrading, server can according to this file structure, generate version management tables of data ver_mng, record each basic version that can directly upgrade and the data of upgraded version multi-to-multi mapping relations, according to region, data type, basic version, the version being scalable to can be inquired and is upgraded to the process version of indicated release according to these table data。
Differential file is downloaded:
Invoking server downloads the interface of differential file, and server self processing procedure is as shown in Figure 6。If upgrading a region, a kind of data type, according to edition upgrading rule, not across edition upgrading, then a differential data can be downloaded, if cross-version upgrading, then multiple differential data can be downloaded。
Edition upgrading process: edition upgrading is divided into network upgrade and local upgrade two ways, depends on server version management, and relation is as shown in Figure 7。
The following is the detailed process introduction of two kinds of upgrading modes:
Network upgrade: terminal can connect wireless network, downloads upgrading differential data bag, as shown in Figure 8。
Terminal invoking server takes the excuse of the latest edition of two kinds of data types of each province, service end takes the version number of up-to-date issue in document table recited above vermng, passing to terminal, terminal, by comparing version number, draws the region and data type that need upgrading。User selects the region and the data type that select to upgrade in upgradeable region, as described in Figure 9。Reselection button [sets] in detail, enters and selects the data type page, as shown in Figure 10。Difference preview can be carried out, select data type, clicking [renewal] button, request server downloads upgrade data, and server is according to region, upgraded version composition differential data file path, find differential file, by wireless network transmissions to terminal, described in process such as document " differential file download " chapters and sections, and difference preview can be carried out, terminal selects。
Local upgrade: user passes through PC, logs in U.S. row official website, enters " my navigation " module, downloads differential file to SD card, after inserting guiding aircraft, upgrades, and flow process is as shown in figure 11。
Advantages of the present invention:
The method of support guiding aircraft map version incremental update version of the present invention, it is possible to meet user and select oneself to think region or the data species of upgrading as required, and may specify the version wanting to be upgraded to。
Accompanying drawing explanation
Below in conjunction with drawings and the embodiments, the present invention is further detailed explanation:
Fig. 1 is edition upgrading Sample Rules figure;
Fig. 2 is that version 12_1_1 is directly upgraded to 12_1_2 exemplary plot;
Fig. 3 is that version 12_1_1 is directly upgraded to 12_2_0 exemplary plot;
Fig. 4 is cross-version upgrading exemplary plot;
Fig. 5 is for issuing differential data file structure;
Fig. 6 is server differential file downloading process;
Fig. 7 is upgrading mode and version management schematic diagram;
Fig. 8 is network upgrade flow chart;
Fig. 9 is the network upgrade regional choice page;
Figure 10 is that network upgrade data type selects the page;
Figure 11 is local upgrade flow chart。
Detailed description of the invention
Embodiment 1
Present embodiments provide a kind of method supporting guiding aircraft map version incremental update version, it is characterised in that: the method for described support guiding aircraft map version incremental update version, specifically include:
Data managing method:
Data manage by province or city-level administrative division, point different species data, one version number of each data in each province or city;
The definition of version number: basic format: a_b_c, such as 12_1_1
Big version: significant data is issued
Middle version: big function and format change
Little version: fraction data publication
Upgrading rule: the version between adjacent big version, it is possible to directly upgrade, it is impossible to directly across big edition upgrading。Across big edition upgrading, it is necessary to be progressively upgraded to the big version at interval, could finally be upgraded to the version to upgrade。Such as, issued 8 versions that data type is ROUT, 12_3_1 is most highest version, and its upgrading relation is as shown in Figure 1。With arrow connection is that two versions can directly be upgraded, and version 12_1_0,12_2_0,12_3_0 are big version, and all the other are little version。
Little edition upgrading between adjacent big version:
12_1_0 and 12_2_0 is adjacent big version, so little version between can directly be upgraded, namely 12_1_1 can directly be upgraded to 12_1_2, and upgrading principle is as shown in Figure 2。
Little edition upgrading is to adjacent big version:
12_2_0 is the big version that little version 12_1_1 is adjacent, can directly upgrade, and upgrading principle is as shown in Figure 3。
Across big edition upgrading:
Version 12_1_1, will be upgraded to version 12_3_1, the big version 12_2_0 of middle span, and 12_3_0, then need first to be upgraded to 12_2_0, then be upgraded to 12_3_0 from 12_2_0, being upgraded to 12_3_1 from 12_3_0 again, it is necessary to download three AKUs and upgrade, upgrading principle is as shown in Figure 4。Issue differential data upgrade file, generate edition upgrading relation data。
Differential data method for release management:
Map datum often issues a redaction, can produce two kinds of data such as a basic data and N number of differential data (N is the data that the big version issued before is identical with this version), and basic data is the data that directly can use for terminal guidance。Differential data is the data for former edition upgrading to this edition, has this difference score information according to the file described in each differential data。
Released version 12_2_0, for example, its bibliographic structure is as shown in Figure 5。File " 12_1_1 " is identical with " 12_1_0 " with the structure of " 12_1_2 "。
" base " file is this place figure version basic data;
File " 12_1_0 ", " 12_1_1 ", " 12_1_2 " etc. can directly be upgraded to version " 12_2_0 ";Divide again with the region ID file being title under file " 12_1_0 ", the file representing two kinds of data types of ROUT and POI is divided again under the ID of region, the file of extension nds by name is named with region ID+ " _ diff ", terminal can pass through this file, makes the map edition upgrading in this region of this legacy version to redaction。
As released version 12_2_0,12_1_0 can directly be upgraded to 12_2_0, being 33 at region ID, the differential file path that data type is ROUT is: 12_2_0/12_1_0/33/ROUT/33_diff.nds。
According to issuing differential data upgrade file structure, generate database table data。In order to allow terminal directly detect upgrading, server can according to this file structure, generate version management tables of data ver_mng, record each basic version that can directly upgrade and the data of upgraded version multi-to-multi mapping relations, according to region, data type, basic version, the version being scalable to can be inquired and is upgraded to the process version of indicated release according to these table data。
Differential file is downloaded:
Invoking server downloads the interface of differential file, and server self processing procedure is as shown in Figure 6。If upgrading a region, a kind of data type, according to edition upgrading rule, not across edition upgrading, then a differential data can be downloaded, if cross-version upgrading, then multiple differential data can be downloaded。
Edition upgrading process: edition upgrading is divided into network upgrade and local upgrade two ways, depends on server version management, and relation is as shown in Figure 7。
The following is the detailed process introduction of two kinds of upgrading modes:
Network upgrade: terminal can connect wireless network, downloads upgrading differential data bag, as shown in Figure 8。
Terminal invoking server takes the excuse of the latest edition of two kinds of data types of each province, service end takes the version number of up-to-date issue in document table recited above vermng, passing to terminal, terminal, by comparing version number, draws the region and data type that need upgrading。User selects the region and the data type that select to upgrade in upgradeable region, as described in Figure 9。Reselection button [sets] in detail, enters and selects the data type page, as shown in Figure 10。Difference preview can be carried out, select data type, clicking [renewal] button, request server downloads upgrade data, and server is according to region, upgraded version composition differential data file path, find differential file, by wireless network transmissions to terminal, described in process such as document " differential file download " chapters and sections, and difference preview can be carried out, terminal selects。
Local upgrade: user passes through PC, logs in U.S. row official website, enters " my navigation " module, downloads differential file to SD card, after inserting guiding aircraft, upgrades, and flow process is as shown in figure 11。

Claims (1)

1. the method supporting guiding aircraft map version incremental update version, it is characterised in that: the method for described support guiding aircraft map version incremental update version, specifically include:
Data managing method:
Data manage by province or city-level administrative division, point different species data, one version number of each data in each province or city;
The definition of version number: basic format a_b_c,
Big version: significant data is issued
Middle version: big function and format change
Little version: fraction data publication
Upgrading rule: the version between adjacent big version, it is possible to directly upgrade, it is impossible to directly across big edition upgrading;Across big edition upgrading, it is necessary to be progressively upgraded to the big version at interval, could finally be upgraded to the version to upgrade;
Little edition upgrading is adjacent for little version 12_1_1 big version to adjacent big version: 12_2_0, can directly upgrade:
Across big edition upgrading: version 12_1_1, version 12_3_1 to be upgraded to, big version 12_2_0 and the 12_3_0 of middle span, then need first to be upgraded to 12_2_0, it is upgraded to 12_3_0 from 12_2_0 again, then is upgraded to 12_3_1 from 12_3_0, it is necessary to download three AKUs and upgrade;
Issue differential data upgrade file, generate edition upgrading relation data, differential data method for release management: map datum often issues a redaction, a basic data and N number of differential data can be produced, described N is that basic data is the data that directly can use for terminal guidance so as to the edition upgrading of front issue is to the version number of the data identical with the version of this issue;Differential data is the data for the edition upgrading issued before to the version of this issue, has this difference score information according to the file described in each differential data;
According to issuing differential data upgrade file structure, generate version management data table data;
In order to allow terminal directly detect upgrading, server can according to this file structure, generate version management tables of data, described version management tables of data records each basic version that can directly upgrade and the data of upgraded version multi-to-multi mapping relations, can be inquired the version being scalable to and is upgraded to the process version of indicated release by region, data type, basic version according to described version management data table data;
Differential file is downloaded
Invoking server downloads the interface of differential file, and server self processes;Upgrade a region, a kind of data type, according to edition upgrading rule, not across edition upgrading, then a differential data can be downloaded, if cross-version upgrading, then multiple differential data can be downloaded;
Edition upgrading process:
Edition upgrading is divided into network upgrade and local upgrade two ways, depends on server version management:
The following is the detailed process introduction of two kinds of upgrading modes:
Network upgrade: terminal can connect wireless network, downloads upgrading differential data bag;
Terminal invoking server takes the interface of the latest edition of two kinds of data types of each province, and service end takes the version number of up-to-date issue in described version management tables of data, passes to terminal, and terminal, by comparing version number, draws the region and data type that need upgrading;
User selects the region and the data type that select to upgrade in upgradeable region, and reselection " sets " button in detail, enters and selects the data type page;
Can carrying out difference preview, select data type, click Update button, request server downloads upgrade data, server, according to region, upgraded version composition differential data file path, finds differential file, by wireless network transmissions to terminal, and carrying out difference preview, terminal selects;
Local upgrade: user passes through PC, logs in U.S. row official website, enters " my navigation " module, downloads differential file to SD card, after inserting guiding aircraft, upgrades。
CN201310121155.6A 2013-04-09 2013-04-09 A kind of method supporting guiding aircraft map version incremental update version Active CN103218239B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310121155.6A CN103218239B (en) 2013-04-09 2013-04-09 A kind of method supporting guiding aircraft map version incremental update version

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310121155.6A CN103218239B (en) 2013-04-09 2013-04-09 A kind of method supporting guiding aircraft map version incremental update version

Publications (2)

Publication Number Publication Date
CN103218239A CN103218239A (en) 2013-07-24
CN103218239B true CN103218239B (en) 2016-06-22

Family

ID=48816066

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310121155.6A Active CN103218239B (en) 2013-04-09 2013-04-09 A kind of method supporting guiding aircraft map version incremental update version

Country Status (1)

Country Link
CN (1) CN103218239B (en)

Families Citing this family (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104615453B (en) * 2014-09-26 2018-02-09 腾讯科技(深圳)有限公司 A kind of map data processing method, apparatus and system
CN106034136A (en) * 2015-02-13 2016-10-19 成都易驾科技有限公司 Intelligent upgrading system and intelligent upgrading method of on-vehicle navigation instrument based on mobile equipment
CN104991791B (en) * 2015-06-09 2018-03-02 北京奇虎科技有限公司 The increment upgrading dissemination method and device of a kind of file
CN106470114B (en) * 2015-08-20 2019-09-20 青岛海信移动通信技术股份有限公司 A kind of configuration method and device of OTA upgrade package
CN105763369B (en) * 2016-02-04 2018-08-17 湖南长城信息金融设备有限责任公司 A kind of terminal unit remote software version distribution method and system
CN106197441A (en) * 2016-06-29 2016-12-07 奇瑞汽车股份有限公司 A kind of vehicle-mounted navigation map difference update method
CN106201614A (en) * 2016-07-11 2016-12-07 天津中兴智联科技有限公司 A kind of universal method and system that multiple similar software can be carried out chain type upgrading
CN106502696B (en) * 2016-10-26 2019-09-17 腾讯科技(深圳)有限公司 A kind of generation method and relevant apparatus of upgrade installation package
CN106648745B (en) * 2016-10-26 2020-08-04 腾讯科技(深圳)有限公司 Application upgrading control method and device
CN106648679B (en) * 2016-12-29 2020-04-07 南威软件股份有限公司 Version management method for structured data
CN106897103B (en) * 2017-03-03 2020-11-06 广州四三九九信息科技有限公司 Method for quickly and thermally updating version of mobile terminal network game
CN107797817B (en) * 2017-03-13 2021-02-19 平安科技(深圳)有限公司 Application updating method and device
CN108123997A (en) * 2017-11-21 2018-06-05 武汉中海庭数据技术有限公司 A kind of navigation pack update method and system based on difference update
DE102017222496A1 (en) * 2017-12-12 2019-06-13 Audi Ag Method for updating a digital navigation map
CN108491214A (en) * 2018-02-08 2018-09-04 北京中科江南信息技术股份有限公司 The management method and management system of application system upgrading deployment
CN110134755B (en) * 2019-05-28 2021-06-01 北京百度网讯科技有限公司 Map updating method, device, equipment, server and medium
CN111158738B (en) * 2019-12-30 2023-10-24 青岛歌尔智能传感器有限公司 Headset firmware upgrading method and device and readable storage medium
CN112579132A (en) * 2020-12-29 2021-03-30 苏州风之力网络科技有限公司 Resource hot updating method based on version number management
CN112925544B (en) * 2021-02-26 2022-12-02 湖南强智科技发展有限公司 Method and device for updating application program, electronic equipment and computer storage medium
CN113868231B (en) * 2021-12-03 2022-03-18 南昌龙旗信息技术有限公司 Data structure updating method and device
CN114221958A (en) * 2021-12-10 2022-03-22 云控智行科技有限公司 High-precision map data increment distribution method and device and electronic equipment
CN115328773B (en) * 2022-08-04 2023-05-12 北京志凌海纳科技有限公司 Software version upgrading test method combined with after-sales system

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1770220A (en) * 2004-11-01 2006-05-10 株式会社日立制作所 Method of delivering difference map data
CN101002240A (en) * 2004-03-16 2007-07-18 日本先锋公司 Map depiction apparatus, navigation device, map depiction method, map depiction program, and information recording medium for recording map depiction program

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101002240A (en) * 2004-03-16 2007-07-18 日本先锋公司 Map depiction apparatus, navigation device, map depiction method, map depiction program, and information recording medium for recording map depiction program
CN1770220A (en) * 2004-11-01 2006-05-10 株式会社日立制作所 Method of delivering difference map data

Also Published As

Publication number Publication date
CN103218239A (en) 2013-07-24

Similar Documents

Publication Publication Date Title
CN103218239B (en) A kind of method supporting guiding aircraft map version incremental update version
Baker Culture and language in intercultural communication, English as a lingua franca and English language teaching: Points of convergence and conflict
Baker Should culture be an overt component of EFL instruction outside of English speaking countries? The Thai context
CN103177116B (en) A kind of distributed information log based on two-stage index is processed and querying method
CN102165419B (en) Computer system, method, and computer program for managing batch job
Gamble et al. The earliest occupation of Europe: the British Isles
AU2017245437B2 (en) Thin client for mapping system
US20170300574A1 (en) Data acquisition method, data acquisition apparatus, and recording medium
Tofilski DKey software for editing and browsing dichotomous keys
Mladenovic Urbanism and settlement in the Roman province of Moesia Superior
CN103150343A (en) Method and system for managing downloaded files
CN104572145B (en) File edition management method and system
JP2008015975A (en) Application setting information updating method
CN103049472A (en) Information processing device, information processing method and computer program
Coleman Data flow sequences: A revision of data flow diagrams for modelling applications using XML.
CA2821676C (en) System and method for automating the transfer of data from a web interface to a database or another web interface
Ožana et al. Actual State in developing GeoNetwork opensource and metadata network standardization
May et al. ONBound-harmonization user guide (Stata/SPSS), version 1.1
Stuart et al. SPoC
Houliham et al. Fringe capacitance models for MEMS devices
Brown et al. An analysis of the application of B-spline neurofuzzy construction algorithms
Wonglersak et al. Images used to investigate the temperature-body size responses in British Odonata
Callender et al. Critical Analysis of Partial Discharge Dynamics in Air Filled Spherical Voids-Plot Data
Lusher et al. 2D Laminar shock-wave/boundary-layer interaction in OpenSBLI
Laila et al. Discrete-time IDA-PBC design for underactuated Hamiltonian systems

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
CP03 Change of name, title or address
CP03 Change of name, title or address

Address after: 110000 No. 861-6, shangshengou village, Hunnan District, Shenyang City, Liaoning Province

Patentee after: Shenyang Meihang Technology Co.,Ltd.

Address before: 110004 Room 202, 1t international, No. 3, Yuanhang West Road, Hunnan New District, Shenyang, Liaoning

Patentee before: SHENYANG MXNAVI Co.,Ltd.