@abi-software/flatmap-viewer 2.2.12-b.2 → 2.2.12-b.3
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/README.rst +1 -1
- package/package.json +1 -1
- package/src/interactions.js +1 -1
package/README.rst
CHANGED
|
@@ -38,7 +38,7 @@ The map server endpoint is specified as ``MAP_ENDPOINT`` in ``src/main.js``. It
|
|
|
38
38
|
Package Installation
|
|
39
39
|
====================
|
|
40
40
|
|
|
41
|
-
* ``npm install @abi-software/flatmap-viewer@2.2.12-b.
|
|
41
|
+
* ``npm install @abi-software/flatmap-viewer@2.2.12-b.3``
|
|
42
42
|
|
|
43
43
|
Documentation
|
|
44
44
|
-------------
|
package/package.json
CHANGED
package/src/interactions.js
CHANGED
|
@@ -1107,7 +1107,7 @@ export class UserInteractions
|
|
|
1107
1107
|
// order to apply a scale transform we need to create marker icons
|
|
1108
1108
|
// inside the marker container <div>.
|
|
1109
1109
|
const markerHTML = htmlElement ? new maplibre.Marker({element: htmlElement})
|
|
1110
|
-
: new maplibre.Marker();
|
|
1110
|
+
: new maplibre.Marker({color: '#005974'});
|
|
1111
1111
|
|
|
1112
1112
|
const markerElement = document.createElement('div');
|
|
1113
1113
|
const markerIcon = document.createElement('div');
|