CN115237862A - KML file-based map visual display method and device - Google Patents

KML file-based map visual display method and device Download PDF

Info

Publication number
CN115237862A
CN115237862A CN202211050395.7A CN202211050395A CN115237862A CN 115237862 A CN115237862 A CN 115237862A CN 202211050395 A CN202211050395 A CN 202211050395A CN 115237862 A CN115237862 A CN 115237862A
Authority
CN
China
Prior art keywords
file
kml
geojson
kml file
line
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.)
Granted
Application number
CN202211050395.7A
Other languages
Chinese (zh)
Other versions
CN115237862B (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.)
Sichuan Communication Surveying and Design Institute Co Ltd
Original Assignee
Sichuan Communication Surveying and Design Institute 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 Sichuan Communication Surveying and Design Institute Co Ltd filed Critical Sichuan Communication Surveying and Design Institute Co Ltd
Priority to CN202211050395.7A priority Critical patent/CN115237862B/en
Publication of CN115237862A publication Critical patent/CN115237862A/en
Application granted granted Critical
Publication of CN115237862B publication Critical patent/CN115237862B/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/10File systems; File servers
    • G06F16/16File or folder operations, e.g. details of user interfaces specifically adapted to file systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/17Details of further file system functions
    • G06F16/178Techniques for file synchronisation in file systems
    • G06F16/1794Details of file format conversion
    • 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 relates to the field of traffic engineering and engineering investigation, in particular to a KML file-based map visual display method and device. The method comprises the steps of downloading and analyzing geometric objects contained in a KML file at a mobile terminal, splitting the KML file into a plurality of standardized GeoJSON files, and then loading the plurality of standardized GeoJSON files into a map for display at the same time, namely, splitting a large KML file into standard universal GeoJSON small files for asynchronous loading and displaying, so that the problem that a GIS platform cannot be directly loaded when a single KML file exceeds a certain size is solved, and the problem that the mobile terminal is stuck when a large KML file is loaded on the map of the mobile terminal is also solved.

Description

KML file-based map visual display method and device
Technical Field
The invention relates to the field of traffic engineering and engineering investigation, in particular to a KML file-based map visual display method and device.
Background
At present, when surveying personnel carry out field investigation in the field, the situation is often lost or dangerous because of the complex topography, and how to help surveying personnel to carry out field investigation quickly and safely becomes an important topic. The existing survey method is that surveying personnel usually carry a pile of thick route drawings to help the field survey. However, the following problems exist in the route drawings using paper: 1. the geographical information which can be reflected by the paper drawing is limited; 2. the map information of the paper drawing is not updated timely, and the latest map information cannot be acquired; 3. in the field survey, the originally planned survey route is changed frequently, and at the moment, a surveying and mapping person carries a printed drawing out, so that the paper drawing cannot reflect the latest survey route.
CN105786954 granted as chinese invention patent assists the collection of field data by storing intersection point file information in KML file, and then combining with existing topographic map on intelligent terminal. However, the scheme has the following six defects: 1, the intersection point file contains less geographic information and cannot meet the requirement of the whole field investigation; 2, when the KML file exceeds a certain size, the GIS platform cannot be directly loaded; 3, when a large KML file is loaded on a map of the mobile terminal, a mobile phone pause phenomenon can be caused; 4, because KML files have more sources and various file contents, standardized and normalized display cannot be realized when the KML files are displayed on a map of a mobile terminal; 5, the KML file can only be opened locally on a map of the mobile terminal, and the latest KML file containing geographic information cannot be acquired in real time; 6, the KML file can only be viewed on a map of the mobile terminal, and cannot be modified on the map of the mobile terminal according to actual conditions to generate a new KML file.
Disclosure of Invention
The invention aims to solve the problems that a GIS platform cannot be directly loaded when a KML file exceeds a certain size and a mobile phone pause phenomenon is caused when a large KML file is loaded on a map of a mobile terminal in the prior art, and provides a KML file-based map visualization display method and device.
In order to achieve the above purpose, the invention provides the following technical scheme:
a KML file-based map visual display method comprises the following steps:
s1, downloading a KML file to a mobile terminal from a server;
s2, the KML file is split into a plurality of standardized GeoJSON files by analyzing the geometric objects contained in the KML file at the mobile terminal;
and S3, simultaneously loading the plurality of standardized GeoJSON files into a map for displaying at the mobile terminal.
The method comprises the steps of downloading and analyzing geometric objects contained in a KML file at a mobile terminal, splitting the KML file into a plurality of standardized GeoJSON files, and then loading the standardized GeoJSON files into a map for displaying at the same time, namely, splitting a large KML file into standard universal GeoJSON small files for displaying in an asynchronous loading mode, so that the problem that a GIS platform cannot be directly loaded when a single KML file exceeds a certain size is solved, and the problem that the mobile terminal is blocked when a large KML file is loaded on the map of the mobile terminal is also solved.
Further, S2 specifically includes the following steps:
s21, traversing all elements in the KML file, and searching landmark elements;
s21, when the geometric object in the landmark element contains a point or a line, splitting the point or the line into a GeoJSON file of the point or a GeoJSON file of the line.
Further, in step S21, if the size of the formed GeoJSON file of the point exceeds a threshold, averagely splitting the GeoJSON file of the point according to a preset file size; and if the size of the formed GeoJSON file of the line exceeds a threshold value, averagely splitting the GeoJSON file of the line according to a preset file size.
Preferably, the threshold is set to 10MB.
Further, the GeoJSON file contains geometric attributes and general attributes,
the geometric attributes comprise a type field and a coordinate field, wherein the type field is used for representing that the type is a point or a line; the coordinate field is used for indicating the coordinates of points, or the coordinate field is used for indicating the coordinates of points forming lines and multi-segment lines;
the general attributes comprise a name field, an identifier field and a rendering mode field; the name field is used for naming a point or a line; the identifier field is used for setting a unique identifier for the point or the line so as to facilitate the computer identification processing; the rendering mode field is used for setting the ID of the rendering mode for the point or line, and the ID of the rendering mode can be used for searching the style file and the corresponding style setting to determine the display form of the point or line.
Further, after the multiple standardized GeoJSON files are simultaneously loaded into the map for display in step S3, when the geographic information is found to be inconsistent with the site, the GeoJSON files are modified by clicking a point or a line on the map of the mobile terminal, then a new kml file is generated based on the modified GeoJSON files, and the modified GeoJSON files and the new kml file are stored in the mobile terminal or uploaded to the server.
Further, in step S3, after the plurality of standardized GeoJSON files are simultaneously loaded into a map for display, part of points or part of lines in the GeoJSON files are displayed or hidden.
Further, before downloading the KML file from the server to the mobile terminal in step S1, the following steps are performed:
(1) Acquiring a geographic information CAD file, and converting the geographic information CAD file into a KML file;
(2) And uploading the KML file to a server for storage.
Further, the specific method for converting the geographic information CAD file into the KML file in the step (1) includes converting the geographic information CAD file into the KML format at the desktop end through CAD plug-in acad2kml.
Based on the same inventive concept, the KML file-based map visual display device comprises at least one processor and a memory which is in communication connection with the at least one processor; wherein the memory stores instructions executable by the at least one processor to enable the at least one processor to perform any of the methods described above.
Compared with the prior art, the invention has the beneficial effects that:
1. the method comprises the steps of downloading and analyzing geometric objects contained in a KML file at a mobile terminal, splitting the KML file into a plurality of standardized GeoJSON files, and then loading the standardized GeoJSON files into a map for displaying at the same time, namely, splitting a large KML file into standard universal GeoJSON small files for displaying in an asynchronous loading mode, so that the problem that a GIS platform cannot be directly loaded when a single KML file exceeds a certain size is solved, and the problem that the mobile terminal is blocked when a large KML file is loaded on the map of the mobile terminal is also solved.
Drawings
Fig. 1 is a flow chart of a KML file-based map visualization display method.
Fig. 2 is a flowchart of a map visualization display method according to embodiment 1.
FIG. 3 is a server screenshot of uploading a KML file.
Fig. 4 is a screenshot of a mobile terminal downloading a KML file.
Fig. 5 is a screenshot of the mobile terminal that converts the KML file into the GeoJSON file.
Fig. 6 is a screenshot of a mobile terminal map loaded with a GeoJSON file.
Detailed Description
The present invention will be described in further detail with reference to test examples and specific embodiments. It should be understood that the scope of the above-described subject matter is not limited to the following examples, and any techniques implemented based on the disclosure of the present invention are within the scope of the present invention.
Example 1
A map visualization display method based on KML files, as shown in FIG. 1, includes the following steps:
s1, downloading a KML file from a server to a mobile terminal;
s2, the KML file is split into a plurality of standardized GeoJSON files by analyzing the geometric objects contained in the KML file at the mobile terminal;
and S3, simultaneously loading the plurality of standardized GeoJSON files into a map for displaying at the mobile terminal.
The method comprises the steps of downloading and analyzing geometric objects contained in a KML file at a mobile terminal, splitting the KML file into a plurality of standardized GeoJSON files, and then loading the standardized GeoJSON files into a map for displaying at the same time, namely, splitting a large KML file into standard universal GeoJSON small files for displaying in an asynchronous loading mode, so that the problem that a GIS platform cannot be directly loaded when a single KML file exceeds a certain size is solved, and the problem that the mobile terminal is blocked when a large KML file is loaded on the map of the mobile terminal is also solved.
In an improved embodiment, before the KML file is downloaded from the server to the mobile terminal, the geographic information CAD file is acquired, the geographic information CAD file is converted into the KML file, and then the KML file is uploaded to the server for storage. As shown in fig. 2, the overall steps include:
a, acquiring a geographic information CAD file, and converting the geographic information CAD file into a KML file.
And B, uploading the KML file to a server for storage.
And C, downloading the KML file to the mobile terminal from the server.
And D, splitting the KML file into a plurality of standardized GeoJSON files by analyzing the geometric objects contained in the KML file at the mobile terminal.
And E, loading the plurality of standardized GeoJSON files into a map at the same time for displaying at the mobile terminal.
The geographic information CAD files in the step A include, but are not limited to intersection point files, and also include geographic information CAD files such as a road general diagram, route information, buildings, farmlands, ecological protection areas, scenic spot areas, land acquisition red lines and the like. Therefore, the invention supports various CAD files containing geographic information, has rich information sources and can meet the requirements of the whole field investigation.
One possible implementation method for converting the geographic information CAD file into the KML file comprises the step of converting the geographic information CAD file into a KML format through CAD plug-ins acad2KML.
In step B, after uploading the KML file to a server for storage, screenshot display is performed on the file at the server side as shown in fig. 3.
In step C, after downloading the KML file from the server to the mobile terminal, the file of the mobile terminal is screenshot and displayed as shown in fig. 4.
The beneficial effects brought by the execution of the steps A to C include that the converted KML formatted file is uploaded to a server for storage, and the KML file is downloaded to the mobile terminal from the server as required, so that a surveying and mapping staff can acquire the latest KML formatted file from the server at any time when carrying out field investigation, and the problems that the KML file can only be opened locally on a mobile terminal map and cannot acquire the latest KML file containing geographic information in real time in the prior art are overcome; when the survey route is planned to be changed during on-site survey, a method of carrying a paper drawing out in the prior art is abandoned, so that a surveying and mapping staff can timely obtain the latest survey route through the method, and a landmark (point or line) is displayed on a map of a mobile terminal, and the surveying and mapping method is convenient for field survey staff to use.
In the step D, the method specifically comprises the following steps:
d1, traversing all elements in the KML file, and searching landmark elements;
specifically, reading and traversing the KML file through a java programming language (on an android platform) or an object c programming language (on an ios platform); the landmark element is a PlaceMark element;
d2, when the geometric object in the landmark element contains a point or a line, splitting the point or the line into a GeoJSON file of the point or a GeoJSON file of the line;
specifically, point or Line information is extracted into a corresponding Point data container and a Line data container respectively by judging a Point/Line tag in a PlaceMark element.
In the step D2, if the size of the formed GeoJSON file of the point exceeds a threshold value, averagely splitting the GeoJSON file of the point according to a preset file size; if the size of the formed GeoJSON file of the line exceeds a threshold value, averagely splitting the GeoJSON file of the line according to a preset file size;
specifically, during average splitting, when a Point data container or a Line data container reaches a threshold value, storing data in the Point data container or the Line data container into a new GeoJson file, emptying the current Point data container or Line data container, and then continuously filling Point or Line information obtained in the process of traversing the KML file into the Point/Line data container.
Because the KML file may have format problems, for example, in coordinate data under a Point label, a plurality of spaces may appear between numbers, and when the KML file is analyzed and split, redundant spaces are removed and filled into a Point/Line data container.
The names of the generated GeoJSON files comprise file names of the KML files, and are used for distinguishing whether the GeoJSON files are from the same KML file or not; and the sequence numbers are added to the names of the GeoJSON files in the generated order, such as KML file name + Point +1.GeoJSON, KML file name + Point +2.GeoJSON, KML file name + Line +1.GeoJSON, KML file name + Line +2.GeoJSON.
When the KML file is analyzed, besides the GeoJSON file, a txt file is generated and used for storing the relation between the GeoJSON files of all points or lines, and the connection between the files and the content and data is also recorded in the txt file.
After the KML file is analyzed, judging whether the splitting of the KML file is missed or not by comparing the number of Point/LineString labels in the KML file with the number of generated GeoJSON files of GeoJSON files/lines of points.
Preferably, the threshold is set to 10MB.
According to the method and the device, the size of the GeoJSON file is limited within the threshold value, preferably within 10MB, the GeoJSON file can be rapidly loaded by the existing platform, the limitation that the size of the KML file cannot exceed 10MB when the KML file is loaded by the traditional ArcGIS platform is broken through, and the problem that the KML file directly loading the large file causes unsmooth or directly does not support opening in the prior art is avoided.
The split standardized GeoJSON file, i.e. the GeoJSON file for points or the GeoJSON file for lines, contains geometric attributes and general attributes,
the geometric attributes comprise a type field and a coordinate field, wherein the type field is used for representing that the type is a point or a line; the coordinate field is used for indicating the coordinates of points, or the coordinate field is used for indicating the coordinates of points forming lines and multi-segment lines;
the general attributes comprise a name field, an identifier field and a rendering mode field; the name field is used for naming a point or a line; the identifier field is used for setting a unique identifier for the point or the line so as to facilitate the computer identification processing; the rendering mode field is used for setting the ID of the rendering mode for the point or line, and the ID of the rendering mode can be used for searching the style file and the corresponding style setting to determine the display form of the point or line.
And D, after the step D is executed, screenshot is carried out on the GeoJSON file of the mobile terminal, and the display is shown as figure 5.
According to the invention, the KML file is converted into the standardized GeoJSON file, so that the KML files from different sources can be standardized and displayed in a standardized manner, and the problem of irregular KML display in the prior art is solved. For example, by setting the rendering mode field, reading the ID of the point or line rendering mode field, which can be used to search for additional self-defined Json style files and corresponding style settings, thereby determining the display form of the current point or line; through the Json files with the external custom patterns, a standard constraint can be well made on the point and line patterns, and therefore the problem that KML files with different original sources are displayed in an irregular mode is solved. In addition, the number and size of the used style files can be reduced by sharing the style attributes.
And step E, after the mobile terminal loads the plurality of standardized GeoJSON files into a map for display, when the geographic information is found to be inconsistent with the site, the GeoJSON files are modified by clicking a point or a line on the map of the mobile terminal, then new kml files are generated based on the modified GeoJSON files, the modified GeoJSON files and the new kml files are stored in the mobile terminal, or the modified GeoJSON files and the new kml files are uploaded to a server.
In step E, in a possible implementation manner, besides loading the multiple standardized GeoJSON files at the same time, a GeoJSON file of a point or a GeoJSON file of a line may be loaded according to a requirement.
After the step E is executed, in order to present the effect of the present invention, fig. 6 shows a mobile terminal map for loading a GeoJSON file.
According to the method of the step E, the GeoJSON file is modified on the mobile terminal according to the actual situation on site, so that a new KML file is generated, and the problems that paper drawing information is old in the prior art, and KML information in a patent publication can only be opened and used only at a client side and cannot be updated immediately are solved.
In a possible implementation method, after the step E loads the multiple standardized GeoJSON files into a map for display, part of points or part of lines in the GeoJSON files are displayed or hidden. Therefore, the mobile terminal realizes the display control of the elements such as points, lines and the like.
The above description is only for the purpose of illustrating the preferred embodiments of the present invention and is not to be construed as limiting the invention, and any modifications, equivalents and improvements made within the spirit and principle of the present invention are intended to be included within the scope of the present invention.

Claims (10)

1. A KML file-based map visual display method is characterized by comprising the following steps:
s1, downloading a KML file to a mobile terminal from a server;
s2, the KML file is split into a plurality of standardized GeoJSON files by analyzing the geometric objects contained in the KML file at the mobile terminal;
and S3, simultaneously loading the plurality of standardized GeoJSON files into a map for displaying at the mobile terminal.
2. The KML file-based map visual display method as claimed in claim 1, wherein S2 specifically comprises the following steps:
s21, traversing all elements in the KML file, and searching landmark elements;
s22, when the geometric object in the landmark element contains a point or a line, splitting the point or the line into a GeoJSON file of the point or a GeoJSON file of the line.
3. The method for visually displaying the map based on the KML file according to claim 2, wherein in step S22, if the size of the formed GeoJSON file of the point exceeds a threshold, the GeoJSON file of the point is averagely split according to a preset file size; and if the size of the formed GeoJSON file of the line exceeds a threshold value, averagely splitting the GeoJSON file of the line according to a preset file size.
4. The KML file-based map visual display method of claim 3, wherein the threshold is set to 10MB.
5. The KML file-based map visualization display method of claim 2, wherein the GeoJSON file contains geometric attributes and general attributes,
the geometric attributes comprise a type field and a coordinate field, wherein the type field is used for representing that the type is a point or a line; the coordinate field is used for indicating the coordinates of points, or the coordinate field is used for indicating the coordinates of points forming a line and a multi-segment line;
the general attributes comprise a name field, an identifier field and a rendering mode field; the name field is used for naming a point or a line; the identifier field is used for setting a unique identifier for the point or the line so as to facilitate the computer identification processing; the rendering mode field is used for setting ID of a rendering mode for a point or a line, and the ID of the rendering mode can be used for searching a style file and corresponding style setting to determine the display form of the point or the line.
6. The KML file-based map visualization display method of claim 2, wherein after the step S3 loads the multiple standardized GeoJSON files into the map for display, when the geographic information is found to be not in accordance with the site, the GeoJSON files are modified by clicking a point or a line on a map of the mobile terminal, then a new KML file is generated based on the modified GeoJSON files, and the modified GeoJSON files and the new KML file are stored in the mobile terminal, or the modified GeoJSON files and the new KML file are uploaded to a server.
7. The KML file-based map visualization display method as claimed in claim 2, wherein after the step S3 loads the plurality of standardized GeoJSON files into the map for display, part of points or part of lines in the GeoJSON files are displayed or hidden.
8. The KML file-based map visual display method as claimed in any one of claims 1-7, wherein before the KML file is downloaded from the server to the mobile terminal in step S1, the following steps are performed:
(1) Acquiring a geographic information CAD file, and converting the geographic information CAD file into a KML file;
(2) And uploading the KML file to a server for storage.
9. The KML file-based Map visualization display method of claim 8, wherein the concrete method for converting the geographic information CAD file into the KML file in step (1) comprises converting the geographic information CAD file into a KML format at desktop side through CAD plug-in acad2KML.
10. A KML file-based map visual display device is characterized by comprising at least one processor and a memory which is in communication connection with the at least one processor; wherein the memory stores instructions executable by the at least one processor to enable the at least one processor to perform the method of any one of claims 1-9.
CN202211050395.7A 2022-08-30 2022-08-30 KML file-based map visual display method and device Active CN115237862B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211050395.7A CN115237862B (en) 2022-08-30 2022-08-30 KML file-based map visual display method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211050395.7A CN115237862B (en) 2022-08-30 2022-08-30 KML file-based map visual display method and device

Publications (2)

Publication Number Publication Date
CN115237862A true CN115237862A (en) 2022-10-25
CN115237862B CN115237862B (en) 2022-11-22

Family

ID=83681826

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211050395.7A Active CN115237862B (en) 2022-08-30 2022-08-30 KML file-based map visual display method and device

Country Status (1)

Country Link
CN (1) CN115237862B (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20170124481A1 (en) * 2015-10-28 2017-05-04 Fractal Industries, Inc. System for fully integrated capture, and analysis of business information resulting in predictive decision making and simulation
CN108776699A (en) * 2018-06-08 2018-11-09 北京华云星地通科技有限公司 A kind of meteorological data and satellite remote sensing date processing method and processing device
CN109829022A (en) * 2019-01-08 2019-05-31 桂林电子科技大学 A kind of the Internet map service system and construction method of fusion monitoring video information
CN112231609A (en) * 2020-10-30 2021-01-15 深圳物讯科技有限公司 Method, device and storage medium for rapidly rendering map based on WebGIS map
CN112307146A (en) * 2020-10-29 2021-02-02 中交公路规划设计院有限公司 GIS route data display system and method
CN112328725A (en) * 2020-11-26 2021-02-05 杭州安恒信息安全技术有限公司 Dividing device and method for enterprise geographic position attribution area based on map data

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20170124481A1 (en) * 2015-10-28 2017-05-04 Fractal Industries, Inc. System for fully integrated capture, and analysis of business information resulting in predictive decision making and simulation
CN108776699A (en) * 2018-06-08 2018-11-09 北京华云星地通科技有限公司 A kind of meteorological data and satellite remote sensing date processing method and processing device
CN109829022A (en) * 2019-01-08 2019-05-31 桂林电子科技大学 A kind of the Internet map service system and construction method of fusion monitoring video information
CN112307146A (en) * 2020-10-29 2021-02-02 中交公路规划设计院有限公司 GIS route data display system and method
CN112231609A (en) * 2020-10-30 2021-01-15 深圳物讯科技有限公司 Method, device and storage medium for rapidly rendering map based on WebGIS map
CN112328725A (en) * 2020-11-26 2021-02-05 杭州安恒信息安全技术有限公司 Dividing device and method for enterprise geographic position attribution area based on map data

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
ZHU ZHENGYU等: "a multi-source heterogeneous vector space data integration schema based on geojson", 《2018 26TH INTERNATIONAL CONFERENCE ON GEOINFORMATICS》 *
郭晓彤等: "基于WebGIS的形变监测成果管理与展示系统", 《广东工业大学学报》 *

Also Published As

Publication number Publication date
CN115237862B (en) 2022-11-22

Similar Documents

Publication Publication Date Title
US5214757A (en) Interactive automated mapping system
US8359324B2 (en) Geographic information system
CN108038138A (en) A kind of method for the WGS84 coordinate systems that Google Maps is transformed into from CAD plane coordinate systems
CN111401228A (en) Video target labeling method and device and electronic equipment
CN109063193A (en) A kind of thematic maps recommends the method and device of display
CN105389381B (en) A kind of electronic map for city street lamp identifies drawing system and method
KR20190064050A (en) Visualizaion system of massive point cloud data
CN113626455A (en) Method and device for updating picture library in linkage manner, electronic equipment and storage medium
CN112307145A (en) Batch updating method, device, medium and equipment for historical map data
CN115237862B (en) KML file-based map visual display method and device
CN105426387B (en) Map aggregation method based on K-means algorithm
CN113780475A (en) Mountain tunnel model fusion method based on GIS environment
CN109492033A (en) A kind of creation of family tree, methods of exhibiting and device
CN110109997B (en) Data processing and warehousing method and equipment
Willrich Quality control and updating of road data by GIS-driven road extraction from imagery
CN107084728B (en) Method and device for detecting digital map
CN110458715B (en) Risk scoring method, apparatus and computer readable storage medium
CN109815307B (en) Position determination method, apparatus, device, and medium
CN113642313A (en) Address text processing method, device, equipment, storage medium and program product
CN113823082B (en) Navigation data processing method, device, equipment and storage medium
CN116303867B (en) Early warning area identification method, system, computer and readable storage medium
CN111241227B (en) Street view data acquisition method based on road network characteristics
O’Grady A DOQ test project: collecting data to improve TIGER
CN114564470A (en) Method, device and equipment for detecting map information points and storage medium
CN117194597A (en) Coal mine underground space geographic information data networking dynamic acquisition method and system

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