tilejson-spec icon indicating copy to clipboard operation
tilejson-spec copied to clipboard

Add wildcard for attributes

Open benstadin opened this issue 7 years ago • 0 comments

For data-centric layers (e.g. dynamically updated layers containing lots of additional info for features) it will be useful to allow a wildcard definition for the layer fields:

"fields": {
        "*": "All attributes"
      }

This let's an application know that there are various attributes available, without being limited to a predefined set.

benstadin avatar Dec 13 '18 01:12 benstadin