@abi-software/flatmap-viewer 2.2.2-beta.3 → 2.2.2-beta.4
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/styling.js +3 -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.2-beta.
|
|
41
|
+
* ``npm install @abi-software/flatmap-viewer@2.2.2-beta.4``
|
|
42
42
|
|
|
43
43
|
Documentation
|
|
44
44
|
-------------
|
package/package.json
CHANGED
package/src/styling.js
CHANGED
|
@@ -225,7 +225,9 @@ export class FeatureBorderLayer extends VectorStyleLayer
|
|
|
225
225
|
...super.style(),
|
|
226
226
|
'type': 'line',
|
|
227
227
|
'filter': [
|
|
228
|
-
'
|
|
228
|
+
'all',
|
|
229
|
+
['==', '$type', 'Polygon'],
|
|
230
|
+
['has', 'id']
|
|
229
231
|
],
|
|
230
232
|
'paint': this.paintStyle(options)
|
|
231
233
|
};
|