@versatiles/style 4.0.1 → 4.0.2

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.
@@ -650,7 +650,7 @@ export default class Colorful extends StyleBuilder {
650
650
  // markings
651
651
  'marking-oneway{-reverse,}': {
652
652
  minzoom: 16,
653
- image: 'marking-arrow-15',
653
+ image: 'marking-arrow',
654
654
  opacity: { 16: 0, 17: 0.7 },
655
655
  font: fonts.regular,
656
656
  },
@@ -687,12 +687,12 @@ export default class Colorful extends StyleBuilder {
687
687
  },
688
688
  'symbol-transit-lightrail': {
689
689
  minzoom: 14,
690
- image: 'icon-rail-light',
690
+ image: 'icon-rail_light',
691
691
  iconSize: { 14: 0.5, 16: 1 },
692
692
  },
693
693
  'symbol-transit-subway': {
694
694
  minzoom: 14,
695
- image: 'icon-rail-metro',
695
+ image: 'icon-rail_metro',
696
696
  iconSize: { 14: 0.5, 16: 1 },
697
697
  },
698
698
  'symbol-transit-tram': {
@@ -755,7 +755,7 @@ export default class Colorful extends StyleBuilder {
755
755
  'place_of_worship', 'icon-place_of_worship',
756
756
  'playground', 'icon-playground',
757
757
  'police', 'icon-police',
758
- 'post_box', 'icon-post_box',
758
+ 'post_box', 'icon-postbox',
759
759
  'post_office', 'icon-post',
760
760
  'prison', 'icon-prison',
761
761
  'pub', 'icon-beer',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versatiles/style",
3
- "version": "4.0.1",
3
+ "version": "4.0.2",
4
4
  "description": "Generate StyleJSON for MapLibre",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",