|
@@ -47,10 +47,10 @@ export default {
|
|
|
})
|
|
})
|
|
|
],
|
|
],
|
|
|
view: new View({
|
|
view: new View({
|
|
|
- center: [12841094.10326, 3190880.25474],
|
|
|
|
|
- zoom: 7,
|
|
|
|
|
- minZoom: 5,
|
|
|
|
|
- maxZoom: 13
|
|
|
|
|
|
|
+ center: [12898853.98345, 3346484.5321],
|
|
|
|
|
+ zoom: 11,
|
|
|
|
|
+ minZoom: 7,
|
|
|
|
|
+ maxZoom: 15
|
|
|
})
|
|
})
|
|
|
});
|
|
});
|
|
|
}
|
|
}
|
|
@@ -62,5 +62,6 @@ export default {
|
|
|
.edit-view__content-section {
|
|
.edit-view__content-section {
|
|
|
height: 100%;
|
|
height: 100%;
|
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
|
|
|
+ padding: 0 !important;
|
|
|
}
|
|
}
|
|
|
</style>
|
|
</style>
|