CN112215579A - Multi-person collaborative plotting method - Google Patents

Multi-person collaborative plotting method Download PDF

Info

Publication number
CN112215579A
CN112215579A CN202011138395.3A CN202011138395A CN112215579A CN 112215579 A CN112215579 A CN 112215579A CN 202011138395 A CN202011138395 A CN 202011138395A CN 112215579 A CN112215579 A CN 112215579A
Authority
CN
China
Prior art keywords
map
locking
user
area
design software
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.)
Pending
Application number
CN202011138395.3A
Other languages
Chinese (zh)
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.)
State Grid Fujian Electric Power Co Ltd
Information and Telecommunication Branch of State Grid Fujian Electric Power Co Ltd
Original Assignee
State Grid Fujian Electric Power Co Ltd
Information and Telecommunication Branch of State Grid Fujian Electric Power 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 State Grid Fujian Electric Power Co Ltd, Information and Telecommunication Branch of State Grid Fujian Electric Power Co Ltd filed Critical State Grid Fujian Electric Power Co Ltd
Priority to CN202011138395.3A priority Critical patent/CN112215579A/en
Publication of CN112215579A publication Critical patent/CN112215579A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management
    • G06Q10/101Collaborative creation, e.g. joint development of products or services
    • 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

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Human Resources & Organizations (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Strategic Management (AREA)
  • Databases & Information Systems (AREA)
  • General Physics & Mathematics (AREA)
  • Operations Research (AREA)
  • Tourism & Hospitality (AREA)
  • General Business, Economics & Management (AREA)
  • Quality & Reliability (AREA)
  • Marketing (AREA)
  • Economics (AREA)
  • Remote Sensing (AREA)
  • General Engineering & Computer Science (AREA)
  • Document Processing Apparatus (AREA)

Abstract

The invention relates to a multi-person collaborative plotting method. The method has the advantages that multiple designers can finish the GIS map collaborative plotting work together through design software, the multiple designers can simultaneously carry out the design work without mutual interference through locking of a design map area, and finally multiple users submit the map content in the locked area respectively and combine the map content into one map to finish the plotting work. The invention ensures that the plotting result has accuracy and uniqueness, and obviously improves the design quality.

Description

Multi-person collaborative plotting method
Technical Field
The invention relates to a multi-person collaborative plotting method.
Background
When multiple persons draw the same GIS map in a collaborative mode, no perfect map collaborative drawing management means is available at present to limit others to draw the same GIS map to the region of the people. The following problems often arise:
1. the drawing results are often overlapped with each other, so that great difficulty is brought to later map merging;
2. and the problems that design results cover each other and map data are lost after the map is submitted are caused.
Disclosure of Invention
The invention aims to provide a multi-person collaborative plotting method, wherein each designer locks a design map area, edits the self-locked area map respectively, avoids mutual interference, submits the map content of the locked area after the design is finished, and combines the map content into a design map so as to complete GIS map marking in a collaborative manner.
In order to achieve the purpose, the technical scheme of the invention is as follows: a multi-person collaborative plotting method comprises the following steps:
step S1, a user logs in design software, and the design software records user information;
step S2, the design software receives a map information downloading instruction of a user and downloads the collaborative plotting map data from the server;
step S3, the design software receives the instruction of locking the map area by the user, records the map area framed by the user, and uploads the map area framed by the user together with the user information to the server to lock the map area framed by the user;
step S4, the server receives the submitted locking information, judges the locking map area, if there is overlapping locking area, returns the failure information to the design software, and returns the locked map area to the design software; if no overlapping locking area exists, returning the locking success information to the design software;
step S5, after the locking is successful, the design software limits the locking user to only compile the locking map area, and can not edit the map area outside the locking map area, and the design software can accept the locking map area command again to change the locking map area;
s6, the design software receives a map editing instruction of a user and compares the compiled object position with a map locking area; if the object position is not in the locked map area, informing the user that the map area outside the locked map area cannot be compiled, and if the object position is in the locked map area, allowing the user to compile;
step S7, after the map design work is completed, the design software receives a map command submitted by a user, and uploads the map information in the map locking area to the server;
step S8, the server receives the map information submitted by the design software, merges the received map content into the map of the server, and releases the map area locked by the user;
and step S9, finishing the collaborative plotting work.
Compared with the prior art, the invention has the following beneficial effects:
1. the information is shared through the server, so that the login function of designers, the judgment of a map locking area and the like are realized;
2. a user can lock a map area only by logging in a server through collaborative plotting software, and then submits information of a locked person and the area to a server for storage when selecting a box;
3. and encrypting and decrypting the whole dwg map: the system can realize the binary-level decryption and encryption operation on the currently operated GIS map file before opening the map and after closing the map through a reactor mechanism in the GIS secondary development objectarx technology, and can prevent a user from directly opening the file to modify by adopting a GIS client;
4. and (3) region locking:
4.1. defining a locking area: drawing a rectangular frame according to the specified coordinates of the locking area, identifying the locking area, and recording user information and area information for locking the area on the rectangular frame in an extended data mode in the objectarx technology;
4.2. inhibit any editing of the locked region: and judging before any drawing and editing command is executed through a reactor mechanism in the GIS secondary development objectarx technology, if the operation position coordinate is in any locking area range, locking user verification is carried out, and drawing and editing can be carried out only after the verification is passed. If the verification fails, the drawing and editing command is ended.
Detailed Description
The following specifically describes the technical means of the present invention.
The invention provides a multi-person collaborative plotting method, which comprises the following steps:
step S1, a user logs in design software, and the design software records user information;
step S2, the design software receives a map information downloading instruction of a user and downloads the collaborative plotting map data from the server;
step S3, the design software receives the instruction of locking the map area by the user, records the map area framed by the user, and uploads the map area framed by the user together with the user information to the server to lock the map area framed by the user;
step S4, the server receives the submitted locking information, judges the locking map area, if there is overlapping locking area, returns the failure information to the design software, and returns the locked map area to the design software; if no overlapping locking area exists, returning the locking success information to the design software;
step S5, after the locking is successful, the design software limits the locking user to only compile the locking map area, and can not edit the map area outside the locking map area, and the design software can accept the locking map area command again to change the locking map area;
s6, the design software receives a map editing instruction of a user and compares the compiled object position with a map locking area; if the object position is not in the locked map area, informing the user that the map area outside the locked map area cannot be compiled, and if the object position is in the locked map area, allowing the user to compile;
step S7, after the map design work is completed, the design software receives a map command submitted by a user, and uploads the map information in the map locking area to the server;
step S8, the server receives the map information submitted by the design software, merges the received map content into the map of the server, and releases the map area locked by the user;
and step S9, finishing the collaborative plotting work.
The invention is a specific application scenario.
The method comprises the following steps that two designers of a user A and a user B in the same unit jointly complete a GIS map collaborative plotting work, the user A logs in design software, downloads GIS map information, locks a plotting map area and performs the plotting work in the locking area; similarly, a user B logs in design software, downloads GIS map information, locks a design map area and performs plotting work in the locked area; the design work of both parties is carried out simultaneously without mutual interference. And finally, the user A and the user B respectively submit the map contents in the locked area, and the map contents are combined into a map to finish the plotting work. The plotting result has accuracy and uniqueness, and the design quality is obviously improved.
The above are preferred embodiments of the present invention, and all changes made according to the technical scheme of the present invention that produce functional effects do not exceed the scope of the technical scheme of the present invention belong to the protection scope of the present invention.

Claims (1)

1. A multi-person collaborative plotting method comprising the steps of:
step S1, a user logs in design software, and the design software records user information;
step S2, the design software receives a map information downloading instruction of a user and downloads the collaborative plotting map data from the server;
step S3, the design software receives the instruction of locking the map area by the user, records the map area framed by the user, and uploads the map area framed by the user together with the user information to the server to lock the map area framed by the user;
step S4, the server receives the submitted locking information, judges the locking map area, if there is overlapping locking area, returns the failure information to the design software, and returns the locked map area to the design software; if no overlapping locking area exists, returning the locking success information to the design software;
step S5, after the locking is successful, the design software limits the locking user to only compile the locking map area, and can not edit the map area outside the locking map area, and the design software can accept the locking map area command again to change the locking map area;
s6, the design software receives a map editing instruction of a user and compares the compiled object position with a map locking area; if the object position is not in the locked map area, informing the user that the map area outside the locked map area cannot be compiled, and if the object position is in the locked map area, allowing the user to compile;
step S7, after the map design work is completed, the design software receives a map command submitted by a user, and uploads the map information in the map locking area to the server;
step S8, the server receives the map information submitted by the design software, merges the received map content into the map of the server, and releases the map area locked by the user;
and step S9, finishing the collaborative plotting work.
CN202011138395.3A 2020-10-22 2020-10-22 Multi-person collaborative plotting method Pending CN112215579A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011138395.3A CN112215579A (en) 2020-10-22 2020-10-22 Multi-person collaborative plotting method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011138395.3A CN112215579A (en) 2020-10-22 2020-10-22 Multi-person collaborative plotting method

Publications (1)

Publication Number Publication Date
CN112215579A true CN112215579A (en) 2021-01-12

Family

ID=74054801

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011138395.3A Pending CN112215579A (en) 2020-10-22 2020-10-22 Multi-person collaborative plotting method

Country Status (1)

Country Link
CN (1) CN112215579A (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100298050A1 (en) * 2009-05-06 2010-11-25 Crabdish Inc., Dba Umapper.Com Map-authoring applications and geogames
US20140047356A1 (en) * 2012-01-18 2014-02-13 Rafael Ameller-Van-Baumberghen (a.k.a. Rafael Ameller) Remote geobrowser control for collaborative decision making
CN104317818A (en) * 2014-09-26 2015-01-28 国家电网公司 Online plotting and consultation system and online plotting and consultation method
CN105069100A (en) * 2015-08-06 2015-11-18 济南创智电气科技有限公司 Power network geographic information system (GIS) based mobile terminal collaborative plotting method
CN106503105A (en) * 2016-10-18 2017-03-15 厦门亿力吉奥信息科技有限公司 Obtain the method and its system of electric power GIS data
CN110163555A (en) * 2019-04-11 2019-08-23 厦门亿力吉奥信息科技有限公司 Collaboration drawing management method, storage medium

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100298050A1 (en) * 2009-05-06 2010-11-25 Crabdish Inc., Dba Umapper.Com Map-authoring applications and geogames
US20140047356A1 (en) * 2012-01-18 2014-02-13 Rafael Ameller-Van-Baumberghen (a.k.a. Rafael Ameller) Remote geobrowser control for collaborative decision making
CN104317818A (en) * 2014-09-26 2015-01-28 国家电网公司 Online plotting and consultation system and online plotting and consultation method
CN105069100A (en) * 2015-08-06 2015-11-18 济南创智电气科技有限公司 Power network geographic information system (GIS) based mobile terminal collaborative plotting method
CN106503105A (en) * 2016-10-18 2017-03-15 厦门亿力吉奥信息科技有限公司 Obtain the method and its system of electric power GIS data
CN110163555A (en) * 2019-04-11 2019-08-23 厦门亿力吉奥信息科技有限公司 Collaboration drawing management method, storage medium

Similar Documents

Publication Publication Date Title
CN108830601B (en) Smart city information safe use method and system based on block chain
CN106295388B (en) A kind of data desensitization method and device
CN1585325B (en) Zoned based security administration for data items
KR101509043B1 (en) Implementing method, system of universal card system and smart card
CN101677352A (en) Document management system, document producing apparatus, document use managing apparatus, and computer readable medium
US20220109562A1 (en) Peer-to-peer (p2p) distributed data management system
CN116168820A (en) Medical data interoperation method based on virtual integration and blockchain fusion
CN116310238B (en) Multi-user virtual avatar interaction behavior safety protection method and system
CN103023921A (en) Authentication and access method and authentication system
US7591007B2 (en) Computer network and methods for granting and revoking access privileges for an information source
CN109359444A (en) Live auth method, apparatus and system
CN111768523A (en) CTID-based NFC intelligent door lock unlocking method, system, equipment and medium
CN107135223A (en) The data persistence method of Mass Data Management system
US8656179B2 (en) Using hidden secrets and token devices to create secure volumes
CN112215579A (en) Multi-person collaborative plotting method
CN108090371B (en) Data processing method, data tracking method, data processing device and data tracking device
CN109726187B (en) Hadoop-oriented adaptive permission control method and device
CN110493236B (en) Communication method, computer equipment and storage medium
CN115330266B (en) Urban underground pipeline asset management method and system
US7676747B2 (en) Method for representing security features of a distributed system
CN114610540A (en) System and method for database remote backup and transmission storage safety
CN111385097B (en) Method for data signature authentication and storage medium
CN106027246B (en) A kind of private key, public key and a kind of decryption method
CN113608933B (en) Distributed backup synchronization system for public cloud tenant service sensitive data
CN104866787A (en) Mobile equipment based on data interface recognition

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
RJ01 Rejection of invention patent application after publication

Application publication date: 20210112

RJ01 Rejection of invention patent application after publication