SupersetOdT commented on issue #34621:
URL: https://github.com/apache/superset/issues/34621#issuecomment-3389343164

   Hello,
   
   Sorry to intervene so late. Happy to read you and see that the work has 
already started.
   
   I agree with you on the idea that the label to be displayed at the position 
of the point should be chosen from the "properties" fields integrated into the 
geojson (geojson converts to text format to be able to be read by Superset).
   
   Regarding the customization of the text display, you distinguish 2 
possibilities if I understand correctly:
   
   1) Either display all the labels in the same way on the map. In this case, 
the easiest for the user is to directly choose the color, size, transparency, 
background-color, padding, boder, border-radius... via several boxes appearing 
in the Superset graphical interface or a single JS code box (as is currently 
the case with Tooltips) or in another way... Simple, fast and efficient. 
   
   2) Either display each label in a personalized way : the size, the color... 
of the text can vary depending on the parameters of each point that appears in 
the GEOJSON in the database. Attention in this case that the display settings 
in Superset are often made by trial and error. If we simply want to darken the 
color a bit, will we have to make a query in the database each time? It will 
increase the display adjustment work. Moreover, if we simply want to display 
all the labels in the same way (which is often the case), it complicates the 
preparation and adjustment of the display. If one wishes to have several types 
of text, is it not preferable to create several Deck.gl Geojson and then 
assemble them via Deck.gl Multiple Layers?
   
   Regarding the icons, the url is indeed the simplest way.


-- 
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: notifications-unsubscr...@superset.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org

Reply via email to