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 _repr_svg_() #111

Open
wants to merge 21 commits into
base: main
Choose a base branch
from
Open

Add _repr_svg_() #111

wants to merge 21 commits into from

Commits on May 20, 2023

  1. Configuration menu
    Copy the full SHA
    89fd53c View commit details
    Browse the repository at this point in the history
  2. BaseCZMLObject._repr_svg_() creates SVG string instead of BaseCZMLObj…

    …ect._svg()
    Daniel Stoops committed May 20, 2023
    Configuration menu
    Copy the full SHA
    76f8478 View commit details
    Browse the repository at this point in the history
  3. BaseCZMLObject._repr_svg_() calculates SVG frame instead of BaseCZMLO…

    …bject._svg()
    Daniel Stoops committed May 20, 2023
    Configuration menu
    Copy the full SHA
    62d8d5b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    70c13b4 View commit details
    Browse the repository at this point in the history
  5. flake8 lint

    Daniel Stoops committed May 20, 2023
    Configuration menu
    Copy the full SHA
    7f54740 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2023

  1. Configuration menu
    Copy the full SHA
    bb15d78 View commit details
    Browse the repository at this point in the history
  2. refactored Packet._svg() bounds calculation

    Daniel Stoops committed May 21, 2023
    Configuration menu
    Copy the full SHA
    af86427 View commit details
    Browse the repository at this point in the history
  3. add test_packet_svg_no_elements()

    Daniel Stoops committed May 21, 2023
    Configuration menu
    Copy the full SHA
    9b7a1b2 View commit details
    Browse the repository at this point in the history
  4. isort and black lint

    Daniel Stoops committed May 21, 2023
    Configuration menu
    Copy the full SHA
    d42b0f9 View commit details
    Browse the repository at this point in the history
  5. add test_packet_svg_with_path() and rename test_packet_svg() -> test_…

    …packet_svg_with_point()
    Daniel Stoops committed May 21, 2023
    Configuration menu
    Copy the full SHA
    268921f View commit details
    Browse the repository at this point in the history
  6. move bounds calc to Position() and PositionList()

    Daniel Stoops committed May 21, 2023
    Configuration menu
    Copy the full SHA
    cc7bf40 View commit details
    Browse the repository at this point in the history
  7. add BOUND_DEFAULT in properties.py

    Daniel Stoops committed May 21, 2023
    Configuration menu
    Copy the full SHA
    f2716db View commit details
    Browse the repository at this point in the history
  8. remove coordinates existence check in BaseCZMLObject()'s with defined…

    … _svg()
    Daniel Stoops committed May 21, 2023
    Configuration menu
    Copy the full SHA
    914596d View commit details
    Browse the repository at this point in the history
  9. remove coordinates existence check in BaseCZMLObject()'s with defined…

    … _svg()
    Daniel Stoops committed May 21, 2023
    Configuration menu
    Copy the full SHA
    5818660 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    958f86e View commit details
    Browse the repository at this point in the history
  11. remove default bound value

    Daniel Stoops committed May 21, 2023
    Configuration menu
    Copy the full SHA
    431204f View commit details
    Browse the repository at this point in the history
  12. fix mypy issues

    Daniel Stoops committed May 21, 2023
    Configuration menu
    Copy the full SHA
    dea4596 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. add test_rectangle_svg()

    Daniel Stoops committed May 22, 2023
    Configuration menu
    Copy the full SHA
    de91fa4 View commit details
    Browse the repository at this point in the history
  2. add test_wall_svg()

    Daniel Stoops committed May 22, 2023
    Configuration menu
    Copy the full SHA
    f80e505 View commit details
    Browse the repository at this point in the history
  3. scale circle radius with size of SVG

    Daniel Stoops committed May 22, 2023
    Configuration menu
    Copy the full SHA
    ec25ae2 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. output message and SVG for BaseCZMLObject() with no position property…

    … when calling _repr_svg_()
    Daniel Stoops committed May 23, 2023
    Configuration menu
    Copy the full SHA
    c5968a7 View commit details
    Browse the repository at this point in the history