Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Fix issues with new Cesium version #11

Closed
7 tasks done
forman opened this issue Feb 28, 2020 · 3 comments · Fixed by #61
Closed
7 tasks done

Fix issues with new Cesium version #11

forman opened this issue Feb 28, 2020 · 3 comments · Fixed by #61
Assignees
Labels
blocker This blocks a release bug Something isn't working

Comments

@forman
Copy link
Member

forman commented Feb 28, 2020

Use of Cesium 0.66 introduced several new issues:

  • Fix adding a point - crash, see console
  • Fix adding a line - no error on console, only marker points shown, but connecting line shown, no line placemark added
  • Fix adding a polygon - error on console, only marker points shown, but connecting line shown, no line placemark added
  • Fix adding a rectangle - no error on console, nothing shown, no placemark added
  • Fix "countries" layer almost invisible in map

EDIT

EDIT

  • After drawing a few entities, selection by clicking works, then suddenly stops working, selection marker sticks to a random entity
@forman forman added blocker This blocks a release bug Something isn't working labels Feb 28, 2020
@forman forman assigned dzelge and unassigned TonioF Mar 23, 2020
@forman forman self-assigned this Mar 25, 2020
@forman
Copy link
Member Author

forman commented Mar 30, 2020

Progress so far:

  • insertion of points works
  • selection of entities not at all (markers sticks either to an entity or view center, randomly)
  • insertion of other geometries works 2, or 3x, then drawing adn insertions are hidden like if they were inserted on another layer
  • increasing z-Order did not solve the problem
  • copying entities from source to target collection including removal from source collection did not solve the problem

@dzelge
Copy link
Collaborator

dzelge commented Mar 30, 2020

Sometimes the shape draws but disappears immediately.

@forman
Copy link
Member Author

forman commented Aug 3, 2020

Fixed by #61

@forman forman closed this as completed Aug 3, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
blocker This blocks a release bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants