Shopping mall visual rental management method and system based on building construction information model
A technology of building information model and management method, which is applied in the field of visual leasing management of shopping malls, can solve the problems of being unable to visually view the external environment and internal structure of the shop, and restrict the management and utilization efficiency of the shop, so as to achieve the effect of improving management and utilization efficiency
Patent Information
- Authority / Receiving Office
- CN · China
- Current Assignee / Owner
- Publication Date
- 2018-03-23
Smart Images

Figure 1 
Figure 2
Abstract
Description
Technical field:
[0001] The invention belongs to the technical field of smart city operation management, and in particular relates to a method and system for visual lease management of shopping malls based on building information models. Background technique:
[0002] Large-scale shopping malls are comprehensive places for commercial activities, and are mostly set up in downtown and prosperous areas. They have a wide range of business and various types of businesses. They are closely related to people's clothing, food, housing, and transportation. They connect industry and agriculture, cities and Rural areas, the bridge and link between production and consumption. In recent years, with the rapid development of social economy, people's needs for clothing, food, housing, transportation and other daily necessities are constantly improving, and the materials, construction facilities and equipment required for various industries and agricultural development are gradually increasi...
Examples
Embodiment
[0044] The specific process of realizing visual leasing management in this embodiment is as follows:
[0045] (1) Geographic information display:
[0046] (1) For different GIS application services, package the map services provided by each into a GIS API, and quote the Baidu map API file in the html file:
[0047]
[0048] type="text / javascript">
[0049] The parameter key is the application key, and the parameter v is the version number of the current API;
[0050] Create a Map instance, initialize the map, set the coordinates of the center point and the map level:
[0051] var map = new BMap.Map("allmap");
[0052] map.centerAndZoom(point,size); / / point indicates the coordinates of the center point, and size indicates the level of the map
[0053] Add map interactive controls to realize user interaction operations such as distance measurement, area coverage calculation, circle selection information query, ...