JoshuaJADaniel commented on issue #34621: URL: https://github.com/apache/superset/issues/34621#issuecomment-3384180128
@rusackas @fin-gal @SupersetOdT, just wanted to get your thoughts on how this feature should be implemented. --- To support text points, we could add a checkbox that enables labels. Once enabled, the user can enter the property key/name from the GeoJSON `properties` object to source the text from. Graphically, it would look like this: <img width="1025" height="635" alt="Image" src="https://github.com/user-attachments/assets/520e36f4-d483-4365-9c5d-cde31aa3b461" /> While this would be sufficient to support text points, there are several other interesting settings available in deck.gl's documentation: https://deck.gl/docs/api-reference/layers/geojson-layer#pointtype-options-2. _Which of these additional text settings (if any) should we expose to the user? Furthermore, should these additional text settings be customizable globally or per point?_ --- As for supporting icons, we can pass icons to deck.gl as an icon map or an image URL + height + width ([source](https://deck.gl/docs/api-reference/layers/icon-layer#geticon)). I am leaning towards the image URL route as that would probably be simpler for users to configure and understand. _Anyway, should the icon itself be customizable globally or per point?_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
