Skip to content

Commit

Permalink
This aint a string (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiecook authored and ryanbaumann committed Jun 16, 2018
1 parent 9b752e6 commit 81da48c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapboxgl/templates/linestring.html
Expand Up @@ -58,7 +58,7 @@
"line-color": "{{ defaultColor }}",
{% endif %}
{% if widthProperty %}
"line-width": generatePropertyExpression("{{ widthType }}", "{{ widthProperty }}", {{ widthStops }}, "{{ defaultWidth }}"),
"line-width": generatePropertyExpression("{{ widthType }}", "{{ widthProperty }}", {{ widthStops }}, {{ defaultWidth }}),
{% else %}
"line-width": {{ defaultWidth }},
{% endif %}
Expand Down

0 comments on commit 81da48c

Please sign in to comment.