@teritorio/openstreetmap-logical-history-component 0.4.3 → 0.4.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/dist/index.js CHANGED
@@ -852,10 +852,15 @@ var Jt = "https://maps.cartoway.com/styles/positron/style.json", Yt = "#f4f4f5",
852
852
  id: "bbox-layer",
853
853
  type: "line",
854
854
  source: Xt,
855
+ layout: {
856
+ "line-join": "miter",
857
+ "line-cap": "square"
858
+ },
855
859
  paint: {
856
860
  "line-color": "#000000",
857
- "line-width": 1,
858
- "line-dasharray": [2, 2]
861
+ "line-width": 2,
862
+ "line-dasharray": [4, 4],
863
+ "line-offset": -6
859
864
  }
860
865
  },
861
866
  PolygonBorder: {