michaelmorera92 commented on PR #37248: URL: https://github.com/apache/superset/pull/37248#issuecomment-3845655747
The application is working as expected, right now the "meters" is the default "Line width unit". ### Testing steps 1. Go to Charts option in the menu 2. Click on "+ chart" button 3. Select the "bart_lines" for the dataset 4. Select the Map > Deck.gl Path on Charts. 5. Click on the "Create New Chart" button 6. Select the values: "path_json" for "Lines column", and "5000" for "Row limit" (this step is not that necessary) **Current result** After the step 6, we will see now that the default line width unit is meters. (Extra) The width could me changed on the input field above - Line Width. ### Chart Query `SELECT path_json AS path_json FROM public.bart_lines WHERE NOT path_json IS NULL GROUP BY path_json LIMIT 5000` ### Evidence  -- 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]
