jmapserver-ng-core-types 2.8.2 → 2.8.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/package.json +1 -1
- package/public/jmap/layer.d.ts +1 -0
package/package.json
CHANGED
package/public/jmap/layer.d.ts
CHANGED
|
@@ -349,6 +349,7 @@ declare interface JLayerAttribute {
|
|
|
349
349
|
label: string
|
|
350
350
|
type: JLAYER_ATTRIBUTE_TYPES
|
|
351
351
|
attributeStatistics: JLayerAttributeStatistics | null
|
|
352
|
+
formatPattern: string | null
|
|
352
353
|
}
|
|
353
354
|
|
|
354
355
|
declare interface JLayerAttributeWithStatistics extends JLayerAttribute {
|