Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
I
iTasks-SDK
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 77
    • Issues 77
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 2
    • Merge Requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • clean-and-itasks
  • iTasks-SDK
  • Issues
  • #285

Closed
Open
Created Apr 25, 2019 by Steffen Michels@smichelsMaintainer

Leaflet maps: extended interaction possibilities

The interaction with leaflet maps is currently quite limited and fixed. It is only possible to select markers and create a single new one by clicking on the map.

Interaction should be programmable and include at least the following events:

  • clicks/double clicks on markers
  • clicks/double clicks on the map
  • events generated by HTML of windows within the leaflet maps

A proposed solution is to use a state which is updated by certain events, similar to how the SVG editors handles interaction. For the events generated from HTML, a possible solution is to provide a way to generate a piece of JS code from a state-update-function, which can then be attached to an event handler. This is not very clean, but probably there is no really clean way to make it working.

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None