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

outlines are not extruded with their lines #749

Closed
burritojustice opened this issue Mar 6, 2020 · 1 comment
Closed

outlines are not extruded with their lines #749

burritojustice opened this issue Mar 6, 2020 · 1 comment
Milestone

Comments

@burritojustice
Copy link

TANGRAM VERSION:

0.20.1

ENVIRONMENT:

Chrome / Safari

TO REPRODUCE THE ISSUE, FOLLOW THESE STEPS:

extrude lines that have an outline

  _xyz_lines:
    draw:
      xyz_text:
        visible: true
      xyz_lines:
        extrude: |
            function(){return feature.last_edited_date.slice(-4)*10}
        offset: |
            function(){if (feature.dir == 'E'){return -5}; if (feature.dir == 'N'){return -5}}
        width: 4px
        outline:
          width: 1px
          color:
            - 0.5
            - 0.5
            - 0.5
            - 0.5

https://burritojustice.github.io/xyz-maps/bike_lanes/

RESULT:

lines are extruded, outlines are not

EXPECTED RESULT:

outlines should be extruded with their lines

@bcamper bcamper added this to the v0.20.2 milestone Mar 21, 2020
@bcamper bcamper modified the milestones: v0.20.2, v0.21.0 Jul 5, 2020
@bcamper
Copy link
Member

bcamper commented Aug 2, 2020

released in v0.21.0

@bcamper bcamper closed this as completed Aug 2, 2020
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

No branches or pull requests

2 participants