StationA / tilenol

Scalable, multi-backend geo vector tile server
MIT License
22 stars 6 forks source link

Allow nested keys for accessing shape geometry #1

Closed samsteyer closed 5 years ago

samsteyer commented 5 years ago

Allows you to submit a key path for the geometry, separated by periods (e.g. category.sub_category.geometry)

jerluc commented 5 years ago

Thanks @samsteyer! Also these unit tests should help as well.

One thing that would be nice in a later PR would be the ability to use the same nested field syntax in the source parameter. But that should be thought through a bit more first.