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

feat: add function to aggregate path into a geojson path #4798

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

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    a64e920 View commit details
    Browse the repository at this point in the history
  2. test: add sqlness results

    sunng87 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    6284202 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2024

  1. test: add sqlness

    sunng87 committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    8bdccaf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d75f3e View commit details
    Browse the repository at this point in the history
  3. chore: update comments

    sunng87 committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    da46971 View commit details
    Browse the repository at this point in the history
  4. fix: make linter happy again

    sunng87 committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    443f07d View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. refactor: rename to remove geo from geojson function name

    The return type is not geojson at all. It's just compatible with geojson's
    coordinates part and superset's deckgl path plugin.
    sunng87 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    4d19de0 View commit details
    Browse the repository at this point in the history