CN110069556B - DWG format vector map service publishing method and device - Google Patents

DWG format vector map service publishing method and device Download PDF

Info

Publication number
CN110069556B
CN110069556B CN201910195388.8A CN201910195388A CN110069556B CN 110069556 B CN110069556 B CN 110069556B CN 201910195388 A CN201910195388 A CN 201910195388A CN 110069556 B CN110069556 B CN 110069556B
Authority
CN
China
Prior art keywords
client
dwg
data
parameter
request
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
CN201910195388.8A
Other languages
Chinese (zh)
Other versions
CN110069556A (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.)
Wuhan Zhongzhi Hongtu Technology Co ltd
Original Assignee
Wuhan Zhongzhi Hongtu Technology 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 Wuhan Zhongzhi Hongtu Technology Co ltd filed Critical Wuhan Zhongzhi Hongtu Technology Co ltd
Priority to CN201910195388.8A priority Critical patent/CN110069556B/en
Publication of CN110069556A publication Critical patent/CN110069556A/en
Application granted granted Critical
Publication of CN110069556B publication Critical patent/CN110069556B/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/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • 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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/50Information retrieval; Database structures therefor; File system structures therefor of still image data
    • G06F16/56Information retrieval; Database structures therefor; File system structures therefor of still image data having vectorial format
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals
    • G06F21/44Program or device authentication

Abstract

The invention relates to a DWG format vector map service publishing method and a device, the method firstly receives and analyzes a map access request sent by a client, and the request comprises DWG data parameters needing to be accessed; reading DWG data according to the DWG data parameters of the map access request, wherein the DWG data comprises complete DWG files and symbol parameters of the layer elements; packaging the read DWG data into a vector map service which accords with WMS or WFS standard of OGC or MapServer standard of ARCGIS; and returning the vector map service to the client through a communication interface. The method can directly and automatically release the DWG data into the vector map service in one step, saves the process of converting the DWG format data into a GIS format and then releasing the vector map by using a GIS sharing and releasing method, and avoids the problems of symbol loss or vector edge connection caused by data format conversion.

Description

DWG format vector map service publishing method and device
Technical Field
The invention relates to the technical field of geographic information, in particular to a DWG format vector map service publishing method and device.
Background
The network geographic information system (WebGIS) changes the publishing and sharing modes of the geographic information system, and the utilization of the network publishing space service to provide the functions of browsing, inquiring, analyzing and the like of the spatial data for the user is an important transformation of the application mode of the geographic information data in recent years. The vector topographic map with DWG as the main data format is an important component of urban survey results, plays an important role in urban planning, construction and management, and how to rapidly release the DWG format data into networked map service becomes an urgent need. However, the DWG format data and the GIS data have great differences in data organization, object model, and symbolic expression, and cannot directly adopt a method for sharing and publishing GIS data, and the solution is usually to convert the DWG format data into a GIS format and then to share and publish the GIS data, which is complex in process, requires a lot of manpower and material resources, and often has the problems of symbol loss and vector border.
Therefore, a scholars adopts a rasterization method for converting a DWG vector topographic map into a map tile, the DWG vector topographic map is regarded as raster image data to be shared and distributed, the problem of conversion from the DWG data to GIS data is avoided, vector data rasterization and map slicing are mainly worked, and the method can solve the problems of network sharing and distribution of the DWG vector topographic map. However, the grid slice generated by the method is difficult to update, only can be used as a map base map, and vector service cannot be provided.
Aiming at the problems in the prior art, the invention provides a method and a device for issuing a DWG format vector map service, which can directly issue DWG format data as a vector map service in one step, and is different from the service of issuing a DWG vector map as a tile, the method and the device directly return a map or vector data which is rendered in time according to client request parameters without vector data rasterization and map slicing processes.
Disclosure of Invention
Aiming at the technical problems in the prior art, the invention provides the method and the device for issuing the DWG format vector map service, which can directly issue DWG format data into the vector map service in one step automatically.
The technical scheme for solving the technical problems is as follows:
in a first aspect, the present invention provides a DWG format vector map service publishing method, including the following steps:
receiving and analyzing a map access request sent by a client, wherein the request comprises DWG data parameters needing to be accessed;
reading DWG data according to the DWG data parameters of the map access request, wherein the DWG data comprises complete DWG files and symbol parameters of the layer elements;
packaging the read DWG data into a vector map service which accords with WMS or WFS standard of OGC or MapServer standard of ARCGIS;
and returning the vector map service to the client through a communication interface.
Further, the receiving and analyzing a map access request sent by a client includes:
after receiving a map access request sent by a client, verifying the data access authority of the client;
and if the authority passes, analyzing the map access request sent by the client, otherwise, returning prompt information of refusing access.
Further, the analyzing of the map access request sent by the client includes analyzing map parameters requested by the client, where the map parameters include a spatial range of data, a layer to be included, and a format to be output.
Further, reading the DWG data according to the DWG data parameters of the map access request, and the reading comprises the following steps:
and accessing the DWG file by using a Teigha tool kit, recording the symbol parameters of the layer elements, and caching the read DWG data.
Further, the read DWG data is packaged into a vector map service which accords with WMS or WFS standard of OGC or MapServer standard of ARCGIS; the method for encapsulating the read DWG data into the vector map service meeting the WMS standard of OGC comprises the following steps:
defining the layers parameter of the GetMap interface as the layer parameter requested by the client, the bbox parameter as the space range parameter requested by the client and the format parameter as the service picture type parameter requested by the client;
the method comprises the steps of obtaining a map picture through a GetMap interface, namely retrieving in a read DWG file according to request parameters sent by a client, inquiring the client request range and containing DWG data of a request layer, cutting vector elements which exceed the client request range in the inquired DWG data, then drawing an API (application programming interface) on the cut DWG data by utilizing a GDI (graphics device interface), drawing point, line and surface elements according to the read symbol parameters of point elements in the original DWG file, such as color, size and the like, the symbol parameters of line elements, such as color, line type, line width and the like, and the internal filling parameters of the surface elements, and generating a service picture in the client request format.
Further, the read DWG data is packaged into a vector map service which accords with WMS or WFS standard of OGC or MapServer standard of ARCGIS; the method for encapsulating the read DWG data into the vector map service conforming to the WFS standard of OGC comprises the following steps:
defining a typeName parameter of a GetFeature interface as a layer parameter requested by a client, a bbox parameter as a space range parameter requested by the client and an outputFormat parameter as an output format parameter requested by the client;
and returning layer elements by realizing a GetFeture interface, namely retrieving in the read DWG file according to request parameters sent by the client, inquiring the DWG data which is in the request range of the client (obtained by intersecting the read DWG data with the request range of the client) and contains the request layer, and then transmitting geospatial data to the client through a GML (geographic markup language).
Further, the read DWG data is packaged into a vector map service which accords with WMS or WFS standard of OGC or MapServer standard of ARCGIS; the method for encapsulating the read DWG data into the vector map service of MapServer conforming to ARCGIS comprises the following steps:
defining the layer parameter of an Export Map interface as a layer parameter requested by a client, the bbox parameter as a spatial range parameter requested by the client, the format parameter as a service picture type parameter requested by the client, the layer parameter of an Identify interface as a layer parameter requested by the client, the maptextent parameter as a spatial range parameter requested by the client, and the layer parameter of a Query interface as a layer parameter requested by the client;
obtaining a Map picture through an Export Map interface, namely retrieving a read DWG file according to a request parameter sent by a client, inquiring the request range of the client and containing DWG data of a request layer, cutting vector elements which exceed the request range of the client in the inquired DWG data, then drawing a point, a line and a surface element by utilizing a GDI (graphics device interface) graph on the cut DWG data, and generating a service picture in a client request format according to the read symbol parameters of the point element and the line element in the original DWG file and the internal filling parameter of the surface element; returning the inquired element attribute information to the client through realizing an identity interface; and returning the element set of the space Query or the attribute Query to the client by implementing a Query interface.
The invention has the beneficial effects that: the DWG format vector map service publishing method provided by the invention can directly and automatically publish DWG data into vector map service in one step, saves the process of publishing the vector map by using a GIS sharing and publishing method after converting the DWG format data into a GIS format, and avoids the problems of symbol loss or vector edge connection caused by data format conversion.
In a second aspect, the present invention provides a DWG format vector map service delivery apparatus, including:
the client interface module is used for establishing communication connection with the client, receiving a service access request of the client or returning the generated DWG vector map service to the client;
the request analysis module is used for analyzing map parameters requested by the client, including the spatial range of data, layers to be included and formats to be output;
the DWG data reading module is used for reading the DWG data and the symbol parameters of the DWG data;
and the vector map service generation module is used for packaging the DWG data into the vector map service which accords with WMS or WFS standard of OGC or MapServer standard of ARCGIS.
Furthermore, the device also comprises an authority verification module used for verifying the data access authority of the client; and if the authority passes, analyzing the map access request sent by the client, otherwise, returning prompt information of refusing access.
Further, the DWG data reading module further includes a data caching unit configured to cache the read DWG data.
In a third aspect, the present invention provides a computer-readable storage medium, in which a computer software program for implementing a DWG format vector map service distribution method as described above is stored.
In a fourth aspect, the present invention provides a DWG format vector map service publishing device, comprising a processor and a memory;
the memory is used for storing a computer software program;
the processor is used for reading the computer software program stored in the memory, so that the DWG format vector map service distribution method is realized.
Drawings
FIG. 1 is a flow chart of a method provided by an embodiment of the present invention;
fig. 2 is a schematic block diagram of a device structure according to an embodiment of the present invention.
Detailed Description
The principles and features of this invention are described below in conjunction with the following drawings, which are set forth by way of illustration only and are not intended to limit the scope of the invention.
As shown in fig. 1, an embodiment of the present invention provides a DWG format vector map service publishing method, including the following steps:
step 100, receiving a map access request sent by a client through the Internet, wherein the request includes parameters such as a layer, a spatial range and an output format of DWG data to be accessed.
Step 200, verifying the data access authority of the client; and if the authority passes, analyzing the map access request sent by the client, otherwise, returning prompt information of refusing access.
Step 300, analyzing a map access request sent by a client, including analyzing map parameters requested by the client, where the map parameters include a spatial range of data, a layer to be included, a format to be output, and the like.
And step 400, reading DWG data according to the DWG data parameters of the map access request, wherein the DWG data comprises complete DWG files and symbol parameters of the layer elements. And accessing the DWG file by using a Teigha tool kit, recording the symbol parameters of the layer elements, and caching the read DWG data.
Teigha is a software development kit which is developed and researched by Open design alliance (ODA alliance) in the united states for many years and is specially used for reading and writing file formats such as DWG, DGN and the like, and provides an object-oriented development interface based on c + +, so that the contents of DWG graphic files can be quickly read and written through the object-oriented development interface. The method can correctly analyze and interpret DWG and DGN format information, and support the DWG file format of the latest version at present, and the names and the functions of most interfaces and class libraries of the method are close to the objectARX of the secondary development library of AutoCAD.
And 500, packaging the read DWG data into a vector map service which meets WMS or WFS standard of OGC or MapServer standard of ARCGIS.
The method for encapsulating the read DWG data into the vector map service meeting the WMS standard of OGC comprises the following steps:
1) defining the layers parameter of the GetMap interface as the layer parameter requested by the client, the bbox parameter as the space range parameter requested by the client and the format parameter as the service picture type parameter requested by the client;
2) the method comprises the steps of obtaining a map picture through a GetMap interface, namely retrieving in a read DWG file according to request parameters sent by a client, inquiring the client request range and containing DWG data of a request layer, cutting vector elements which exceed the client request range in the inquired DWG data, then drawing an API (application programming interface) on the cut DWG data by utilizing a GDI (graphics device interface), drawing point, line and surface elements according to the read symbol parameters of point elements in the original DWG file, such as color, size and the like, the symbol parameters of line elements, such as color, line type, line width and the like, and the internal filling parameters of the surface elements, and generating a service picture in the client request format.
The method for encapsulating the read DWG data into the vector map service conforming to the WFS standard of OGC comprises the following steps:
1) defining a typeName parameter of a GetFeature interface as a layer parameter requested by a client, a bbox parameter as a space range parameter requested by the client and an outputFormat parameter as an output format parameter requested by the client;
2) and returning layer elements by realizing a GetFeture interface, namely retrieving in the read DWG file according to request parameters sent by the client, inquiring the DWG data which is in the request range of the client (obtained by intersecting the read DWG data with the request range of the client) and contains the request layer, and then transmitting geospatial data to the client through a GML (geographic markup language).
The method for encapsulating the read DWG data into the vector map service of MapServer conforming to ARCGIS comprises the following steps:
1) defining the layer parameter of an Export Map interface as a layer parameter requested by a client, the bbox parameter as a spatial range parameter requested by the client, the format parameter as a service picture type parameter requested by the client, the layer parameter of an Identify interface as a layer parameter requested by the client, the maptextent parameter as a spatial range parameter requested by the client, and the layer parameter of a Query interface as a layer parameter requested by the client;
2) obtaining a Map picture through an Export Map interface, namely retrieving a read DWG file according to a request parameter sent by a client, inquiring a client request range and containing DWG data of a request layer, cutting out vector elements which exceed the client request range in the inquired DWG data, then drawing an API (application programming interface) on the cut DWG data by using a GDI (graphics device interface), and drawing point, line and surface elements according to the read symbol parameters such as color and size of point elements, the color, line type, line width and the like of line elements and the internal filling parameter of the surface elements to generate a service picture in a client request format; returning the inquired element attribute information (including element coordinate attributes) to the client through realizing an identity interface; and returning the element set of the space Query or the attribute Query to the client by implementing a Query interface.
And step 600, returning the vector map service to the client through a communication interface.
The DWG format vector map service publishing method provided by the invention can directly and automatically publish DWG data into vector map service in one step, saves the process of publishing the vector map by using a GIS sharing and publishing method after converting the DWG format data into a GIS format, and avoids the problems of symbol loss or vector edge connection caused by data format conversion.
Fig. 2 is a schematic block diagram of a structure of a DWG format vector map service publishing device according to an embodiment of the present invention, including:
and the client interface module is used for establishing communication connection with the client, receiving a service access request of the client or returning the generated DWG vector map service to the client.
The authority verification module is used for verifying the data access authority of the client; and if the authority passes, analyzing the map access request sent by the client, otherwise, returning prompt information of refusing access.
And the request analysis module is used for analyzing the map parameters requested by the client, including the spatial range of the data, the layers to be included and the format to be output.
And the DWG data reading module is used for reading the DWG data and the symbol parameters of the DWG data.
And the vector map service generation module is used for packaging the DWG data into the vector map service which accords with WMS or WFS standard of OGC or MapServer standard of ARCGIS.
Further, the DWG data reading module further includes a data caching unit configured to cache the read DWG data.
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, improvements and the like that fall within the spirit and principle of the present invention are intended to be included therein.

Claims (9)

1. A DWG format vector map service publishing method is characterized by comprising the following steps:
receiving and analyzing a map access request sent by a client, wherein the request comprises DWG data parameters needing to be accessed;
reading DWG data according to the DWG data parameters of the map access request, wherein the DWG data comprises complete DWG files and symbol parameters of the layer elements;
packaging the read DWG data into a vector map service which accords with WMS or WFS standard of OGC or MapServer standard of ARCGIS;
returning the vector map service to a client through a communication interface;
the method for encapsulating the read DWG data into the vector map service of MapServer conforming to ARCGIS comprises the following steps:
defining the layer parameter of an Export Map interface as a layer parameter requested by a client, the bbox parameter as a spatial range parameter requested by the client, the format parameter as a service picture type parameter requested by the client, the layer parameter of an Identify interface as a layer parameter requested by the client, the maptextent parameter as a spatial range parameter requested by the client, and the layer parameter of a Query interface as a layer parameter requested by the client;
obtaining a Map picture through an Export Map interface, namely retrieving a read DWG file according to a request parameter sent by a client, inquiring the request range of the client and containing DWG data of a request layer, cutting vector elements which exceed the request range of the client in the inquired DWG data, then drawing a point, a line and a surface element by utilizing a GDI (graphics device interface) graph on the cut DWG data, and generating a service picture in a client request format according to the read symbol parameters of the point element and the line element in the original DWG file and the internal filling parameter of the surface element; returning the inquired element attribute information to the client through realizing an identity interface; and returning the element set of the space Query or the attribute Query to the client by implementing a Query interface.
2. The method of claim 1, wherein receiving and analyzing a map access request from a client comprises:
after receiving a map access request sent by a client, verifying the data access authority of the client;
and if the authority passes, analyzing the map access request sent by the client, otherwise, returning prompt information of refusing access.
3. The method according to claim 1 or 2, wherein analyzing the map access request sent by the client comprises analyzing map parameters requested by the client, wherein the map parameters comprise a spatial range of data, layers to be included and a format to be output.
4. The method of claim 1, wherein reading DWG data according to the DWG data parameters of the map access request comprises:
and accessing the DWG file by using a Teigha tool kit, recording the symbol parameters of the layer elements, and caching the read DWG data.
5. The method of claim 1, wherein the DWG data read is packaged into a vector map service that conforms to WMS or WFS standards for OGC, or MapServer standards for ARCGIS; the method for encapsulating the read DWG data into the vector map service meeting the WMS standard of OGC comprises the following steps:
defining the layers parameter of the GetMap interface as the layer parameter requested by the client, the bbox parameter as the space range parameter requested by the client and the format parameter as the service picture type parameter requested by the client;
the method comprises the steps of obtaining a map picture through a GetMap interface, namely retrieving in a read DWG file according to request parameters sent by a client, inquiring the client request range and containing DWG data of a request layer, cutting vector elements which exceed the client request range in the inquired DWG data, drawing a point element, a line element and a surface element by utilizing a GDI (graphics device interface) drawing API (application programming interface) of the cut DWG data, and drawing the point element, the line element and the surface element according to the read symbol parameters of the point element and the line element in the original DWG file and the internal filling parameters of the surface element to generate a service picture in a client request format.
6. The method of claim 1, wherein the DWG data read is packaged into a vector map service that conforms to WMS or WFS standards for OGC, or MapServer standards for ARCGIS; the method for encapsulating the read DWG data into the vector map service conforming to the WFS standard of OGC comprises the following steps:
defining a typeName parameter of a GetFeature interface as a layer parameter requested by a client, a bbox parameter as a space range parameter requested by the client and an outputFormat parameter as an output format parameter requested by the client;
and returning layer elements through a GetFeture interface, namely retrieving in the read DWG file according to request parameters sent by the client, inquiring the DWG data which is in the request range of the client and contains the request layer, and then transmitting the geospatial data to the client through the GML.
7. A DWG format vector map service distribution apparatus, characterized by comprising:
the client interface module is used for establishing communication connection with the client, receiving a service access request of the client or returning the generated DWG vector map service to the client;
the request analysis module is used for analyzing map parameters requested by the client, including the spatial range of data, layers to be included and formats to be output;
the DWG data reading module is used for reading the DWG data and the symbol parameters of the DWG data;
and the vector map service generation module is used for packaging the DWG data into the vector map service which accords with WMS or WFS standard of OGC or MapServer standard of ARCGIS.
8. A computer-readable storage medium, characterized in that the computer-readable storage medium has stored therein a computer software program for implementing a DWG format vector map service publishing method as claimed in any one of claims 1 to 6.
9. A DWG format vector map service publishing device is characterized by comprising a processor and a memory;
the memory is used for storing a computer software program;
the processor is used for reading the computer software program stored in the memory so as to realize a DWG format vector map service publishing method as claimed in any one of claims 1-6.
CN201910195388.8A 2019-03-14 2019-03-14 DWG format vector map service publishing method and device Active CN110069556B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910195388.8A CN110069556B (en) 2019-03-14 2019-03-14 DWG format vector map service publishing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910195388.8A CN110069556B (en) 2019-03-14 2019-03-14 DWG format vector map service publishing method and device

Publications (2)

Publication Number Publication Date
CN110069556A CN110069556A (en) 2019-07-30
CN110069556B true CN110069556B (en) 2021-11-12

Family

ID=67365193

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910195388.8A Active CN110069556B (en) 2019-03-14 2019-03-14 DWG format vector map service publishing method and device

Country Status (1)

Country Link
CN (1) CN110069556B (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110928901B (en) * 2019-10-28 2022-05-31 武大吉奥信息技术有限公司 Map layer joint query method, device and storage device based on MapServer service protocol
CN111459934B (en) * 2020-03-19 2023-09-22 北京图创时代科技有限公司武汉分公司 Multi-source map data slicing system and method
CN111538700A (en) * 2020-04-22 2020-08-14 深圳市欣横纵技术股份有限公司 Method for publishing CAD file into electronic map
CN111611338A (en) * 2020-05-15 2020-09-01 交通运输部规划研究院 Dynamic map clipping method and device and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101719154A (en) * 2009-12-24 2010-06-02 中国科学院计算技术研究所 Grid structure-based spatial index establishing method and grid structure-based spatial index establishing system
CN102609517A (en) * 2012-02-09 2012-07-25 武汉大学 Method and system for online vector map comprehensive services
CN106557510A (en) * 2015-09-29 2017-04-05 镇江雅迅软件有限责任公司 A kind of implementation method of geographic information services delivery system

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5966135A (en) * 1996-10-30 1999-10-12 Autodesk, Inc. Vector-based geographic data
US20060242110A1 (en) * 2005-04-25 2006-10-26 Carbon Project Incorporated Methods and apparatus for accessing geospatial information

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101719154A (en) * 2009-12-24 2010-06-02 中国科学院计算技术研究所 Grid structure-based spatial index establishing method and grid structure-based spatial index establishing system
CN102609517A (en) * 2012-02-09 2012-07-25 武汉大学 Method and system for online vector map comprehensive services
CN106557510A (en) * 2015-09-29 2017-04-05 镇江雅迅软件有限责任公司 A kind of implementation method of geographic information services delivery system

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
AutoCAD文件(dxf、dwg)发布到 Geoserver作为地图图层;WWWWWWWWolf;《CSDN博客,https://blog.csdn.net/weixin_34253126/article/details/93842843?utm_source=app》;20190111;1-7页 *
离线矢量(要素)地图服务;Make_GIS_Simple;《CSDN博客 https://blog.csdn.net/GIS_Lyn/article/details/87797054?utm_source=app》;20190224;1-3页 *

Also Published As

Publication number Publication date
CN110069556A (en) 2019-07-30

Similar Documents

Publication Publication Date Title
CN110069556B (en) DWG format vector map service publishing method and device
CN105447101B (en) Map engine implementation method and device
CN111402390B (en) Model rendering method, device, equipment and storage medium
CN102831307B (en) Three-dimensional GIS (Geographic Information System) technology based power grid visualization system and method
CN110119266A (en) A kind of WebGIS applicating developing technology frame based on OpenLayers
CN104933057A (en) Map service providing method and apparatus
CN104331545B (en) A kind of implementation method of the grid automation GIS electrical layers based on CIM/G
US11721052B2 (en) Floorplan image tiles
CN112559667A (en) Map editor, map engine, map editing system, map editing method, and storage medium
JPH09305472A (en) Information providing method
Singh et al. Web 3D GIS application for flood simulation and querying through open source technology
CN103093040A (en) Engineering application method for network map image
CN115905441A (en) Spatial data processing method, spatial data processing device, electronic device and medium
CN115408406A (en) High-density ship position dynamic rendering system based on map service
CN111209359B (en) Graphic symbol self-adaptive system method for accessing EMS substation graphic model into GIS platform
CN111552893A (en) Method, plug-in and system for realizing online loading of multi-source geographic information data in AutoCAD
CN113610512A (en) Electronic signature generation method, device, equipment and storage medium
CN105282751B (en) A kind of method and apparatus showing wireless network planning result
CN110990515A (en) Power grid graph browsing method, system, device, computer equipment and storage medium
CN110717004A (en) S57 chart data loading method based on OsgEarth
CN117392331B (en) Visualization method of CAD file in three-dimensional scene based on vector tile serialization
CN117131125B (en) Space raster data visualization system, equipment and medium of database management tool
CN111815495B (en) CIM platform decision method, system, equipment and storage medium based on mixed reality
CN108170720A (en) Plan display system
Sandberg Challenges within Geographical Data Sharing Using OGC Standards Regarding the INSPIRE Directive

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
PE01 Entry into force of the registration of the contract for pledge of patent right

Denomination of invention: A Method and Device for Publishing Vector Map Services in DWG Format

Effective date of registration: 20230613

Granted publication date: 20211112

Pledgee: Wuhan area branch of Hubei pilot free trade zone of Bank of China Ltd.

Pledgor: WUHAN ZHONGZHI HONGTU TECHNOLOGY CO.,LTD.

Registration number: Y2023420000231

PE01 Entry into force of the registration of the contract for pledge of patent right