missioncommand / mil-sym-js

(RETIRED) MIL-STD-2525 symbol rendering JavaScript library for modern web applications
Apache License 2.0
76 stars 25 forks source link

3D Mil-Std Graphic Labels are misaligned and are condensing on user zoom #13

Closed jamesbeecroft closed 7 years ago

jamesbeecroft commented 7 years ago

When zooming in on a 3D Mil-Std graphic (Air Corridor), the labels are not aligned, and condense as the user zooms in on the map closer to the graphic. The labels are being condensed into the width of the graphic making them illegible. labelscaling2 labelscaling1

michael-spinelli commented 7 years ago

Which map?

alberto-acevedo commented 7 years ago

For the record: Cesium

alberto-acevedo commented 7 years ago

Test case:

Use the development branch.

Plot a mil standard air corridor. Set name "label on top" set altitudeDepth to: 50000,100000 set distance to: 20000

mdeutch3 commented 7 years ago

Alberto said to disregard this issue.

michael-spinelli commented 7 years ago

Closed due to cause being related to using wrong combination of code.

Ruck-Over commented 2 months ago

Sorry to revive such an old issue, but I am having the same problem. My slight difference is using KML and 2D instead of 3D.

I have gone through a lot of the emp3 code to see how I may should modify my entity.label and entity.billboard, but have not had success.

Would anybody be able to provide the right combination of code for making these air corridor labels look better in Cesium?