Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the ability to draw curves #1008

Open
wants to merge 11 commits into
base: develop
Choose a base branch
from
Open

Add the ability to draw curves #1008

wants to merge 11 commits into from

Commits on Mar 12, 2021

  1. Implement drawing and editing of curves of the L.curve plugin

    Quentin Pinçon committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    25f3097 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. disable curve drawing for leaflet < 1.0

    Quentin Pinçon committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    454fd33 View commit details
    Browse the repository at this point in the history
  2. disable curve drawing for leaflet < 1.0

    Quentin Pinçon committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    0d47497 View commit details
    Browse the repository at this point in the history
  3. fix leaflet version to pass tests

    Quentin Pinçon committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    d001557 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. change close shape method

    Quentin Pinçon committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    a6512df View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

  1. add bezier image to dist folder

    Quentin Pinçon committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    5432007 View commit details
    Browse the repository at this point in the history
  2. resize bezier image

    Quentin Pinçon committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    d1b1bf8 View commit details
    Browse the repository at this point in the history
  3. ensure bezier icon is used

    Quentin Pinçon committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    5007205 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

  1. move curve image to spritesheet

    Quentin Pinçon committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    ab395f6 View commit details
    Browse the repository at this point in the history
  2. remove unused variable

    Quentin Pinçon committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    b9c9538 View commit details
    Browse the repository at this point in the history
  3. whitespaces and such

    Quentin Pinçon committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    845171c View commit details
    Browse the repository at this point in the history