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

feature: start point style geometry option #1798

Merged
merged 1 commit into from
Jul 20, 2023
Merged

feature: start point style geometry option #1798

merged 1 commit into from
Jul 20, 2023

Conversation

tonnyandersson
Copy link
Collaborator

@tonnyandersson tonnyandersson commented Jul 13, 2023

Fixes #1797.

Use like this:

"line": [
  [
    {
      "stroke": {
        "color": "rgba(103,60,31,1.0)",
        "width": 1
      }
    },
    {
      "icon": {
        "size": [
          23,
          36
        ],
        "src": "img/png/droppe.png"
      },
      "geometry": "startPoint"
    }
  ]
]

@Grammostola
Copy link
Contributor

lgtm

@Grammostola Grammostola merged commit d6c420a into master Jul 20, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Start point style geometry option
2 participants