CN106844494B - Map query data updating method, system and server - Google Patents

Map query data updating method, system and server Download PDF

Info

Publication number
CN106844494B
CN106844494B CN201611217166.4A CN201611217166A CN106844494B CN 106844494 B CN106844494 B CN 106844494B CN 201611217166 A CN201611217166 A CN 201611217166A CN 106844494 B CN106844494 B CN 106844494B
Authority
CN
China
Prior art keywords
map
query
update
map data
data
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
CN201611217166.4A
Other languages
Chinese (zh)
Other versions
CN106844494A (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.)
Shanghai Pateo Network Technology Service Co Ltd
Original Assignee
Shanghai Pateo Network Technology Service 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 Shanghai Pateo Network Technology Service Co Ltd filed Critical Shanghai Pateo Network Technology Service Co Ltd
Priority to CN201611217166.4A priority Critical patent/CN106844494B/en
Publication of CN106844494A publication Critical patent/CN106844494A/en
Application granted granted Critical
Publication of CN106844494B publication Critical patent/CN106844494B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/951Indexing; Web crawling techniques
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/29Geographical information databases

Abstract

The invention provides a method, a system and a server for updating map query data, wherein the method for updating the map query data comprises the following steps: adding a description of a map data packet of a last update to map data of each update so as to be associated with the map data packet of the last update; packaging the updated map data into an independent update package and storing the update package and the in-place map data package together; when a map query request is received, sequentially and respectively querying an original map data packet and the update packet according to the map query request to obtain at least two corresponding query results; and sequencing and outputting the obtained query results. When the map data is updated each time, the original map data packet is not changed, but an updated data packet is independently added, the updated data packet is leveled with the previous data packet, the updated data volume is less, and the problem that the time consumption for updating the electronic map data packet in the prior art is effectively solved.

Description

Map query data updating method, system and server
Technical Field
The invention relates to the technical field of electronic maps, in particular to a map query data updating method, a map query data updating system and a map query data updating server.
Background
The car machine is commonly known as a vehicle-mounted multimedia terminal and is usually installed on a center console of an automobile. The map data are stored in the vehicle machine, so that services such as path navigation and the like can be provided for users, and great convenience is brought to daily travel of people. The map data includes base map data, point of interest data, and navigation data. The navigation data includes road information, and is data necessary for route navigation. And the base map data and the interest point data are additional information on roads, such as hotels, gas stations and the like on an electronic map, and the part of data can provide more comprehensive and better path service for users.
With the increasing speed of updating traffic networks, in order to better plan a route for a user, the map data in the vehicle needs to be updated in time after the map data is updated. In the prior art, when the map data is updated each time, the original map data needs to be inserted/added and modified, which requires updating the whole data packet each time, resulting in a large amount of updating time.
Disclosure of Invention
In view of the above-mentioned shortcomings of the prior art, an object of the present invention is to provide a method, a system and a server for updating map query data, which are used to solve the problem of long time consumption in updating electronic map data packets in the prior art.
To achieve the above and other related objects, the present invention provides a method for updating map query data, including: adding a description of a map data packet of a last update to map data of each update so as to be associated with the map data packet of the last update; packaging the updated map data into an independent update package and storing the update package and the in-place map data package together; when a map query request is received, sequentially and respectively querying an original map data packet and the update packet according to the map query request to obtain at least two corresponding query results; and sequencing and outputting the obtained query results.
In an embodiment of the invention, the map data is interest point data.
In an embodiment of the present invention, the sorting and outputting the obtained query results specifically includes: and sequencing the obtained query results according to the updating time, and outputting the query results with the latest updating time.
In an embodiment of the present invention, the sorting and outputting the obtained query results specifically includes: and sequencing the obtained query results according to the updating time, and outputting all the query results.
In order to achieve the above object, the present invention further provides a system for updating map query data, including: the description adding module is used for adding the description of the map data packet updated last in the map data updated each time to be associated with the map data packet updated last; the data packing and storing module is used for packing the updated map data into an independent update package and storing the update package and the in-place map data package together; the query request receiving module is used for receiving a map query request; the query module is used for sequentially and respectively querying the original map data packet and the update packet according to the map query request to obtain at least two corresponding query results; and the output module is used for sorting and outputting the obtained query results.
In an embodiment of the invention, the map data is interest point data.
In an embodiment of the present invention, the output module sorts the obtained query results according to the update time, and outputs the query result with the latest update time.
In an embodiment of the present invention, the output module sorts the obtained query results according to the update time, and outputs all the query results.
In an embodiment of the invention, the pivot map data packet includes an initial map data packet and at least one update packet updated each time before.
In order to achieve the above object, the present invention further provides a map data query server, which includes the above system for updating map query data.
As described above, the method, system and server for updating map query data according to the present invention have the following advantages:
1. when the map data is updated each time, the original map data packet is not changed, but an updated data packet is independently added, the updated data packet is leveled with the previous data packet, the updated data volume is less, and the problem that the time consumption for updating the electronic map data packet in the prior art is effectively solved.
2. After the query step is executed, the data packets are queried respectively to obtain a plurality of query results, and the results are output after being sorted, so that the current state and the history of the interest points on the map can be obtained, convenience is provided for map query, and the user experience is effectively improved.
3. The invention is simple and practical, and has good market prospect and wide applicability.
Drawings
Fig. 1 is a flowchart illustrating a method for updating map query data according to the present invention.
FIG. 2 is a schematic block diagram of a system for updating map query data according to the present invention.
Description of the element reference numerals
100 system for updating map query data
101 description addition module
102 data packing storage module
103 inquiry request receiving module
104 query module
105 output module
S101 to S104
Detailed Description
The embodiments of the present invention are described below with reference to specific embodiments, and other advantages and effects of the present invention will be easily understood by those skilled in the art from the disclosure of the present specification. The invention is capable of other and different embodiments and of being practiced or of being carried out in various ways, and its several details are capable of modification in various respects, all without departing from the spirit and scope of the present invention.
The invention aims to provide a map query data updating method, a map query data updating system and a map query data updating server, which are used for solving the problem that in the prior art, the time consumption for updating an electronic map data packet is long. The principles and embodiments of a method, a system and a server for updating map query data according to the present invention will be described in detail below, so that those skilled in the art can understand the method, the system and the server for updating map query data according to the present invention without creative efforts.
The present embodiment provides a method for updating map query data, and specifically, as shown in fig. 1, the method for updating map query data includes the following steps:
in step S101, a description of the map data packet updated last is added to the map data updated each time so as to be associated with the map data packet updated last.
In the present embodiment, the map data includes base map data, point of interest data, and navigation data. Specifically, in this embodiment, the map data is preferably point of interest data, such as hotels, gas stations, scenic spots, sport places, and the like on an electronic map. The description of the map data packet updated last is added to the point-of-interest data of each update so as to be associated with the map data packet updated last.
Step S102, packaging the updated map data into an independent update package and storing the update package and the in-place map data package together.
Wherein the original map data packet comprises an initial map data packet and at least one update packet updated each time before.
And if the map data is updated for the first time, the original map data packet is the initial map data packet, the updated map data is packaged into an independent update packet, and the update packet and the initial map data packet are stored together to form two parallel data packets.
Specifically, the updated point of interest data is packaged into a separate update package and stored with the in-place graph data package. Therefore, by the map query data updating method in the embodiment, when the map data is updated each time, the original map data packet is not changed, but an updated data packet is added independently, the updated data packet is leveled with the previous data packet, the updated data volume is less, and the problem that the time consumption for updating the electronic map data packet in the prior art is long is effectively solved.
Step S103, when a map query request is received, sequentially and respectively querying the original map data packet and the update packet according to the map query request to obtain at least two corresponding query results.
And if the updating packet does not have the data required by the corresponding map query request, the output is null.
When a map query request is received, sequentially and respectively querying the original map data packet and the update packet, if the original map data packet has two update packets, sequentially querying the initial map data packet according to the update time of the data packet to obtain a first query result, querying the update packet updated for the first time to obtain a second query result, querying the update packet updated for the second time to obtain a third query result, and finally querying the update packet updated this time to obtain a fourth query result.
And step S104, sequencing the obtained query results and outputting the results.
Specifically, in this embodiment, the output after sorting the obtained query results specifically is: and sequencing the obtained query results according to the updating time. In this embodiment, according to the above example, the sequence is: the first query result, the second query result, the third query result, and the fourth query result. And then outputting the query result with the latest updating time, namely only outputting the fourth query result.
In addition, in this embodiment, the sorting and outputting the obtained query results may further specifically be: and sequencing the obtained query results according to the updating time, and outputting all the query results. In this embodiment, according to the above example, the sequence is: the first query result, the second query result, the third query result, and the fourth query result. And then outputting all the query results, namely outputting a first query result, a second query result, a third query result and a fourth query result according to the sequencing results. For example, the position of the interest point is originally a house, and then is sequentially changed into a mother-infant shop and a pharmacy, and now is changed into a clinic, in this embodiment, a plurality of query results are obtained, and the results are sequenced and then all output, so that the current state and the history of the interest point on the map can be obtained, convenience is provided for querying the map, and the user experience is effectively improved.
In order to implement the method for updating map query data, as shown in fig. 2, the present embodiment further provides a system 100 for updating map query data, where the system 100 for updating map query data includes: a description adding module 101, a data packaging storage module 102, a query request receiving module 103, a query module 104 and an output module 105.
Specifically, in this embodiment, the description adding module 101 is configured to add, in the map data of each update, a description of a map data packet of a previous update to be associated with the previous map data packet.
In the present embodiment, the map data includes base map data, point of interest data, and navigation data. Specifically, in this embodiment, the map data is preferably point of interest data, such as hotels, gas stations, scenic spots, sport places, and the like on an electronic map. The description of the map data packet updated last is added to the point-of-interest data of each update so as to be associated with the map data packet updated last.
Specifically, in this embodiment, the data packing and storing module 102 is configured to pack the updated map data into an independent update package and store the update package and the in-place map data package together.
Wherein the original map data packet comprises an initial map data packet and at least one update packet updated each time before.
And if the map data is updated for the first time, the original map data packet is the initial map data packet, the updated map data is packaged into an independent update packet, and the update packet and the initial map data packet are stored together to form two parallel data packets.
Specifically, the updated point of interest data is packaged into a separate update package and stored with the in-place graph data package. Therefore, by the map query data updating method in the embodiment, when the map data is updated each time, the original map data packet is not changed, but an updated data packet is added independently, the updated data packet is leveled with the previous data packet, the updated data volume is less, and the problem that the time consumption for updating the electronic map data packet in the prior art is long is effectively solved.
Specifically, in this embodiment, the query request receiving module 103 is configured to receive a map query request. In this embodiment, the query module 104 is configured to sequentially and respectively query the pivot map data package and the update package according to the map query request, so as to obtain at least two corresponding query results.
And if the updating packet does not have the data required by the corresponding map query request, the output is null.
When a map query request is received, sequentially and respectively querying the original map data packet and the update packet, if the original map data packet has two update packets, sequentially querying the initial map data packet according to the update time of the data packet to obtain a first query result, querying the update packet updated for the first time to obtain a second query result, querying the update packet updated for the second time to obtain a third query result, and finally querying the update packet updated this time to obtain a fourth query result.
Specifically, in this embodiment, the output module 105 is configured to sort the obtained query results and output the sorted query results.
Specifically, in this embodiment, the output module 105 sorts the obtained query results according to the update time, and outputs the query result with the latest update time.
That is, in this embodiment, the output module 105 sorts the obtained query results and outputs the results specifically as follows: and sequencing the obtained query results according to the updating time. In this embodiment, according to the above example, the sequence is: the first query result, the second query result, the third query result, and the fourth query result. The output module 105 then outputs the query result with the latest update time, i.e. only outputs the fourth query result.
In addition, in this embodiment, the output module 105 sorts the obtained query results according to the update time, and outputs all the query results. That is to say, in this embodiment, the output module 105 may further perform sorting on the obtained query results and then output the sorted query results as: and sequencing the obtained query results according to the updating time, and outputting all the query results. In this embodiment, according to the above example, the sequence is: the first query result, the second query result, the third query result, and the fourth query result. And then outputting all the query results, namely outputting a first query result, a second query result, a third query result and a fourth query result according to the sequencing results. For example, the position of the interest point is originally a house, and then is sequentially changed into a mother-infant shop and a pharmacy, and now is changed into a clinic, in this embodiment, a plurality of query results are obtained, and the results are sequenced and then all output, so that the current state and the history of the interest point on the map can be obtained, convenience is provided for querying the map, and the user experience is effectively improved.
Finally, the present embodiment also provides a map data query server, which includes the system 100 for updating map query data as described above. The system 100 for updating the map query data has been described in detail above, and will not be described in detail herein. The server is connected with an electronic map APP in the vehicle machine or the mobile phone or the computer, and background data query service is provided for the electronic map in the vehicle machine or the mobile phone or the computer.
In summary, when the map data is updated each time, the original map data packet is not changed, but an updated data packet is added independently, and the updated data packet is leveled with the previous data packet, so that the updated data volume is small, and the problem of long time consumption for updating the electronic map data packet in the prior art is effectively solved; after the query step is executed, the plurality of data packets are respectively queried to obtain a plurality of query results, and the plurality of results are output after being sorted, so that the current state and the history of the interest points on the map can be obtained, convenience is provided for querying the map, and the user experience is effectively improved; the invention is simple and practical, and has good market prospect and wide applicability. . Therefore, the invention effectively overcomes various defects in the prior art and has high industrial utilization value.
The foregoing embodiments are merely illustrative of the principles and utilities of the present invention and are not intended to limit the invention. Any person skilled in the art can modify or change the above-mentioned embodiments without departing from the spirit and scope of the present invention. Accordingly, it is intended that all equivalent modifications or changes which can be made by those skilled in the art without departing from the spirit and technical spirit of the present invention be covered by the claims of the present invention.

Claims (7)

1. A method for updating map query data, the method comprising:
adding a description of a map data packet of a last update to map data of each update so as to be associated with the map data packet of the last update; the map data is interest point data;
packaging updated map data into an independent update package and storing the update package and an in-place map data package together to form two parallel data packages; the original map data packet comprises an initial map data packet and at least one update packet updated each time before;
when a map query request is received, sequentially and respectively querying the original map data packet and the update packet according to the map query request, and if the original map data packet also has the update packet, sequentially querying according to the update time of the update packet to obtain at least two corresponding query results;
and sequencing and outputting the obtained query results to obtain the current state and the historical record of the interest points on the map.
2. The method for updating map query data according to claim 1, wherein the output of the sorted query results specifically comprises: and sequencing the obtained query results according to the updating time, and outputting the query results with the latest updating time.
3. The method for updating map query data according to any one of claims 1, wherein the output of the sorted query results is specifically: and sequencing the obtained query results according to the updating time, and outputting all the query results.
4. A system for updating map query data, the system comprising:
the description adding module is used for adding the description of the map data packet updated last in the map data updated each time to be associated with the map data packet updated last; the map data is interest point data;
the data packing and storing module is used for packing the updated map data into an independent update package and storing the update package and the original map data package together to form two parallel data packages; the original map data packet comprises an initial map data packet and at least one update packet updated each time before;
the query request receiving module is used for receiving a map query request;
the query module is used for sequentially and respectively querying the original map data packet and the update packet according to the map query request, and if the original map data packet also has the update packet, sequentially querying according to the update time of the update packet to obtain at least two corresponding query results;
and the output module is used for sorting and outputting the obtained query results to acquire the current state and the historical record of the interest points on the map.
5. The system for updating map query data of claim 4, wherein the output module sorts the obtained query results according to update time and outputs the query results with the latest update time.
6. The system for updating map query data according to claim 4, wherein the output module sorts the obtained query results according to update time and outputs all the query results.
7. A map data query server, characterized in that the map data query server comprises a system for updating map query data according to any one of claims 4 to 6.
CN201611217166.4A 2016-12-26 2016-12-26 Map query data updating method, system and server Active CN106844494B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201611217166.4A CN106844494B (en) 2016-12-26 2016-12-26 Map query data updating method, system and server

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201611217166.4A CN106844494B (en) 2016-12-26 2016-12-26 Map query data updating method, system and server

Publications (2)

Publication Number Publication Date
CN106844494A CN106844494A (en) 2017-06-13
CN106844494B true CN106844494B (en) 2021-08-24

Family

ID=59135781

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201611217166.4A Active CN106844494B (en) 2016-12-26 2016-12-26 Map query data updating method, system and server

Country Status (1)

Country Link
CN (1) CN106844494B (en)

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101469999A (en) * 2007-12-28 2009-07-01 纳夫特克北美有限责任公司 Difference between management geographical database editions
CN102194366A (en) * 2010-01-20 2011-09-21 歌乐株式会社 Map update data delivery method, map update data delivery device and terminal device
CN102222445A (en) * 2011-05-18 2011-10-19 深圳市凯立德科技股份有限公司 Method, device and location-based service (LBS) terminal for updating map data
CN102338638A (en) * 2010-07-26 2012-02-01 北京旅行者科技有限公司 Navigation equipment and its map data updating method
CN202836584U (en) * 2012-10-31 2013-03-27 惠州市德赛西威汽车电子有限公司 Map data test auxiliary system
CN103718000A (en) * 2011-05-19 2014-04-09 Sk普兰尼特有限公司 Real-time map data updating system and method
JP2015125060A (en) * 2013-12-26 2015-07-06 株式会社トヨタマップマスター Route search device, method thereof, computer program for route search, and recording medium with computer program recorded thereon
CN106197438A (en) * 2015-05-08 2016-12-07 北京四维图新科技股份有限公司 A kind of method of map data update, device and server
CN106250548A (en) * 2016-08-12 2016-12-21 福建中金在线信息科技有限公司 A kind of code update method

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4669331B2 (en) * 2005-06-24 2011-04-13 アルパイン株式会社 VEHICLE TRAVEL GUIDE DEVICE AND UPDATED MAP DATA GENERATION METHOD FOR VEHICLE TRAVEL GUIDE DEVICE
CN104252371A (en) * 2014-09-04 2014-12-31 百度在线网络技术(北京)有限公司 Method and device for optimizing map loading performance
CN105808578A (en) * 2014-12-29 2016-07-27 高德软件有限公司 Method and device for incremental updating of electronic map
CN106055685A (en) * 2016-06-06 2016-10-26 郭丙坤 Public traffic information real-time inquiry method and device

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101469999A (en) * 2007-12-28 2009-07-01 纳夫特克北美有限责任公司 Difference between management geographical database editions
CN102194366A (en) * 2010-01-20 2011-09-21 歌乐株式会社 Map update data delivery method, map update data delivery device and terminal device
CN102338638A (en) * 2010-07-26 2012-02-01 北京旅行者科技有限公司 Navigation equipment and its map data updating method
CN102222445A (en) * 2011-05-18 2011-10-19 深圳市凯立德科技股份有限公司 Method, device and location-based service (LBS) terminal for updating map data
CN103718000A (en) * 2011-05-19 2014-04-09 Sk普兰尼特有限公司 Real-time map data updating system and method
CN202836584U (en) * 2012-10-31 2013-03-27 惠州市德赛西威汽车电子有限公司 Map data test auxiliary system
JP2015125060A (en) * 2013-12-26 2015-07-06 株式会社トヨタマップマスター Route search device, method thereof, computer program for route search, and recording medium with computer program recorded thereon
CN106197438A (en) * 2015-05-08 2016-12-07 北京四维图新科技股份有限公司 A kind of method of map data update, device and server
CN106250548A (en) * 2016-08-12 2016-12-21 福建中金在线信息科技有限公司 A kind of code update method

Also Published As

Publication number Publication date
CN106844494A (en) 2017-06-13

Similar Documents

Publication Publication Date Title
US10502579B2 (en) Method and apparatus for determining modal routes between an origin area and a destination area
CN107421555B (en) Method and device for determining navigation path
US11295519B2 (en) Method for determining polygons that overlap with a candidate polygon or point
US8473203B2 (en) System for power facility navigation
US9552728B2 (en) Route-based propulsion mode control for multimodal vehicles
CN101358856B (en) Navigation device, navigation method and navigation system
US10458804B2 (en) Methods of obtaining and using point of interest data
CN105245956A (en) Audio and video data recommendation method, device and system
US8892517B2 (en) Data updating system, navigation device, server, and method of data updating
CN109073397B (en) Computer-implemented method and apparatus for providing partial map updates
CN102944247B (en) A kind of method for path navigation
CN106197438A (en) A kind of method of map data update, device and server
JP2012514198A (en) System and method for processing information about a geographic region
CN106649332A (en) Method and device for searching interest points on map
US20100057357A1 (en) Device for selecting area to be introduced and method thereof
CN103185581A (en) Information prompting device and prompting method for POI search results
CN108253979A (en) A kind of air navigation aid and device of anti-congestion
CN101039476A (en) Method and system for helping others navigation through mobile phone
CN113607182A (en) Vehicle driving route navigation method and device, storage medium and terminal
CN108204816B (en) Address refinement processing method and device for positioning navigation, logistics navigation system and terminal
CN107305666A (en) Car operation route business analysis method and system
CN104636966A (en) Method and equipment for sending order
CN103185584A (en) Vehicle position sharing method and vehicle position sharing system
CN106844494B (en) Map query data updating method, system and server
US11921890B2 (en) Method and apparatus for trajectory anonymization based on a trajectory exchange twist

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant