|
@@ -3,7 +3,7 @@ import { coordinate } from '../Coordinate.js'
|
|
|
import Constant from '../Constant'
|
|
|
|
|
|
import Title from '../Geometry/Title.js'
|
|
|
-import Image from '../Geometry/Image.js'
|
|
|
+import BgImage from '../Geometry/BgImage.js'
|
|
|
import Compass from '../Geometry/Compass.js'
|
|
|
|
|
|
export class FloorplanService {
|
|
@@ -431,7 +431,7 @@ export class FloorplanService {
|
|
|
if (floor == null || typeof floor == 'undefined') {
|
|
|
floor = this.currentFloor
|
|
|
}
|
|
|
- const image = new Image(value,vectorId,floor)
|
|
|
+ const image = new BgImage(value,vectorId,floor)
|
|
|
return image
|
|
|
}
|
|
|
|