mapbox / tilejson-spec

JSON format for describing map tilesets.
255 stars 52 forks source link

Add wildcard for attributes #57

Open benstadin opened 5 years ago

benstadin commented 5 years ago

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.