You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there currently a way to extend/customize/replace the method doing the parsing of incoming vector tiles for a layer? Or a way to tap into the tile data before rendering, to perform operations on properties in-place?
This would be useful, for example, to "deserialize" stringified properties (like these) before the styling and rendering occurs, and before there is a more definitive solution to this or this issue.
The text was updated successfully, but these errors were encountered:
Hi @waissbluth, thanks for your question. Extensibility for 'sources' like you describe is something we're planning to work on, but it's still in early (i.e. design, not implementation) stages right now. You can track it over at #2920
Hello,
Is there currently a way to extend/customize/replace the method doing the parsing of incoming vector tiles for a layer? Or a way to tap into the tile data before rendering, to perform operations on properties in-place?
This would be useful, for example, to "deserialize" stringified properties (like these) before the styling and rendering occurs, and before there is a more definitive solution to this or this issue.
The text was updated successfully, but these errors were encountered: