Select to view content in your preferred language

Line width

747
1
Jump to solution
12-01-2023 01:48 PM
GeoffroyRicher-Lalonde
Frequent Contributor

Hello,

I was wondering why the drawing tools would only let users choose integers – from 1 to 100 – for line width. After all, line width in KML is a float. I did some tests and found out that the rendering of lines is done by groups:

  • 0 – 0.24999997 → no rendering at all
  • 0.24999998 – 1.2499998 → rendering #1
  • 1.2499999 – 1.2499998 → rendering #2
  • 1.2499999 – 2.2499997 → rendering #3
  • 2.2499998 – 3.2499998 → rendering #4
  • and so on...

GeoffroyRicherLalonde_2-1701466595506.png

In my own opinion, any line that has a width above zero should be drawn. It should be:

  • 0 → no rendering at all
  • 0.0000001 – 1.2499998 → rendering #1
  • 1.2499999 – 1.2499998 → rendering #2
  • 1.2499999 – 2.2499997 → rendering #3
  • 2.2499998 – 3.2499998 → rendering #4
  • and so on...

Thank you !

 

P.S. : The KMZ I worked with is in the ZIP. You can see that the 0.1 and 0.2 width lines are not drawn.

Geoffroy Richer-Lalonde
GIS Specialist, Hydro-Québec
Tags (3)
0 Kudos
1 Solution

Accepted Solutions
Lexie
by
Occasional Contributor

Hi @GeoffroyRicher-Lalonde ,

Thank you for your valuable feedback and the data you've shared.

We've accurately identified the issue and plan to address it in the future release. We'll keep you updated promptly with any new developments. Your input is greatly appreciated!

Thanks,

Lexie

View solution in original post

0 Kudos
1 Reply
Lexie
by
Occasional Contributor

Hi @GeoffroyRicher-Lalonde ,

Thank you for your valuable feedback and the data you've shared.

We've accurately identified the issue and plan to address it in the future release. We'll keep you updated promptly with any new developments. Your input is greatly appreciated!

Thanks,

Lexie

0 Kudos