Anand Eng-Thakker
Anand Eng-Thakker
Note that per https://github.com/mapbox/mapbox-gl-js/issues/4494#issuecomment-289756237, polygon layers manifest this problem more severely, crashing (due to pbf parsing problems) rather than simply stripping the id. This may indicate an upstream bug in...
good point @gmaclennan - I think you're right. I'll reopen 4944 to track the crash. Thanks for following up / setting me straight!
Hey @mike-marcacci -- sorry for the delay! Confirming that using `geobuf`instead of `vt-pbf` for transferring geojson data back to the main thread does seem like our most promising option. A...
@mike-marcacci yes, I think your observations sound right. The former approach will be more complicated than it might seem, because the existing implementation we're using of `interface VectorTileFeature` is from...
This applies to the symbol properties as well: - `text-translate` - `text-translate-anchor` - `icon-translate` - `icon-translate-anchor`
> incorporate translation property function into position in vertex buffer, requires translate be treated like a layout property The only downsides that I can think of for doing it this...
Good point @mojodna. I haven't spent much time in here myself, but it looks to me like the underlying schema & controller are [setup to handle](https://github.com/hotosm/oam-catalog/blob/develop/controllers/meta.js#L184-L199) multiple tms uri's, but...