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

Add area select "plugin" #3

Open
5 tasks
cryogenian opened this issue Aug 18, 2017 · 0 comments
Open
5 tasks

Add area select "plugin" #3

cryogenian opened this issue Aug 18, 2017 · 0 comments

Comments

@cryogenian
Copy link
Member

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.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant