@igo2/geo 20.1.0-next.18 → 20.1.0-next.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/fesm2022/igo2-geo.mjs
CHANGED
|
@@ -1480,7 +1480,7 @@ class PrintService {
|
|
|
1480
1480
|
div.style.maxHeight = '50mm';
|
|
1481
1481
|
div.style.textAlign = 'center';
|
|
1482
1482
|
const img = this.document.createElement('img');
|
|
1483
|
-
img.src = './
|
|
1483
|
+
img.src = './igo2/geo/images/north-direction.png';
|
|
1484
1484
|
img.style.maxWidth = '50mm';
|
|
1485
1485
|
img.style.maxHeight = '50mm';
|
|
1486
1486
|
img.style.transform = 'rotate(' + rotation + 'rad)';
|
|
@@ -8502,7 +8502,7 @@ class DirectionsService {
|
|
|
8502
8502
|
const dateTime = moment(Date.now()).format('YYYY-MM-DD HH:mm');
|
|
8503
8503
|
const logo = this.configService.getConfig('directionsSources.logo')
|
|
8504
8504
|
? this.configService.getConfig('directionsSources.logo')
|
|
8505
|
-
: '
|
|
8505
|
+
: 'logo.png';
|
|
8506
8506
|
for (let pageIndex = 0; pageIndex < pageCount; pageIndex++) {
|
|
8507
8507
|
doc.setPage(pageIndex);
|
|
8508
8508
|
doc.setFontSize(8);
|
|
@@ -15197,7 +15197,7 @@ function hoverFeatureMarkerStyle(feature) {
|
|
|
15197
15197
|
function pointerPositionSummaryMarkerStyle(feature) {
|
|
15198
15198
|
return new olStyle.Style({
|
|
15199
15199
|
image: new olStyle.Icon({
|
|
15200
|
-
src: './
|
|
15200
|
+
src: './igo2/geo/icons/cross_black_18px.svg'
|
|
15201
15201
|
}),
|
|
15202
15202
|
text: new olStyle.Text({
|
|
15203
15203
|
text: feature.get('pointerSummary'),
|