-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
Hi! I need to be able to write a top level 'id' in each Feature (not as part of 'properties')... and in vectortile.Layer.unfeature(), the arg id: Option[Long] passed to vectortile.internal.vector_tile.Tile.Feature is hard-coded in .unfeature() as None. I've opened geotrellis issue #2884 to try and expose the ability to create Layers with a Map[String,Value] => Option[Long] function to convert 'data' => 'id' to pass a valid id along to vt.Tile.Feature().
For that to be useful, vectorpipe.Collate.generically() would have to also accept the same arg and pass along when constructing a vectortile.StrictLayer.
Metadata
Metadata
Assignees
Labels
No labels