Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

Add area select "plugin"  #3

@cryogenian

Description

@cryogenian

Basically this task stands for making leaflet-areaselect functionality here.

Motivation here is following

  • Leaflet guys use global variables and just include their plugins into HTML.
  • Porting unknown API to PS has almost the same complexety as reimplementing it directly.

Here is some things needed to do:

  • Control switching to edit mode and back, also hides, shows selected areas.
  • Options for multiple/single select, color.
  • Add/remove/edit rectangles. Somehow mark them to avoid editing other vector layers.
  • Extract lat/lng and all vector/raster layers that overlaps with them
  • Make pre-eventsource for latter use in purescript-halogen-leaflet raising events on editing/adding/removing rectangles.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions