Client -- invisibility is not implemented #3

Closed
opened 2022-09-09 16:43:38 +02:00 by sgay · 6 comments
sgay commented 2022-09-09 16:43:38 +02:00 (Migrated from git.eleves.ens.fr)

Invisibility is not implemented on the client side: -1 is treated as any color.

Possible solutions:

  • use a transparent, empty image (ugly but simple)
  • check leaflet marker documentation to make it invisible (best if exists)
  • delete the marker (marker.remove()) and create it again later
Invisibility is not implemented on the client side: -1 is treated as any color. Possible solutions: - use a transparent, empty image (ugly but simple) - check leaflet marker documentation to make it invisible (best if exists) - delete the marker (`marker.remove()`) and create it again later
sgay commented 2022-09-09 17:18:33 +02:00 (Migrated from git.eleves.ens.fr)

created branch 3-client-invisibility-is-not-implemented to address this issue

created branch [`3-client-invisibility-is-not-implemented`](/sgay/traque/-/compare/master...3-client-invisibility-is-not-implemented) to address this issue
lbailly commented 2022-09-09 17:34:32 +02:00 (Migrated from git.eleves.ens.fr)

marked this issue as related to #5

marked this issue as related to #5
lbailly commented 2022-09-09 17:38:46 +02:00 (Migrated from git.eleves.ens.fr)

mentioned in issue #5

mentioned in issue #5
sgay commented 2022-09-12 09:29:31 +02:00 (Migrated from git.eleves.ens.fr)

mentioned in commit 370e8bdedb

mentioned in commit 370e8bdedbb9e4b75ac423a6f95cdc7f78c4530e
sgay commented 2022-09-12 09:38:47 +02:00 (Migrated from git.eleves.ens.fr)

mentioned in merge request !4

mentioned in merge request !4
sgay commented 2022-09-12 09:40:48 +02:00 (Migrated from git.eleves.ens.fr)

mentioned in commit 2c51ab0f9e

mentioned in commit 2c51ab0f9eba9daa6b267018b5be07c4e03c13d6
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: lbailly/traque#3
No description provided.