@mapbox/mapbox-gl-style-spec 14.7.0 → 14.7.1

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.cjs CHANGED
@@ -250,6 +250,10 @@
250
250
  };
251
251
  var featureset = {
252
252
  experimental: true,
253
+ metadata: {
254
+ type: "*",
255
+ doc: "Arbitrary properties useful to track with the stylesheet, but do not influence rendering. Properties should be prefixed to avoid collisions, like 'mapbox:'."
256
+ },
253
257
  selectors: {
254
258
  type: "array",
255
259
  value: "selector",