|
@@ -8,7 +8,11 @@ export default class Load {
|
|
|
this.newVectorId = null;
|
|
|
}
|
|
|
|
|
|
- load(dataLocal, data3d) {}
|
|
|
+ load(dataLocal, data3d) {
|
|
|
+ if (dataLocal) {
|
|
|
+ dataService.vectorData = JSON.parse(JSON.stringify(dataLocal));
|
|
|
+ }
|
|
|
+ }
|
|
|
|
|
|
save() {
|
|
|
return dataService.vectorData;
|