Skip to content

Commit 9ee580f

Browse files
committed
Fix missing / in blog post
1 parent f8afeca commit 9ee580f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_posts/blog/2015-07-07-release-3.0.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You can [download the official source](https://mapnik.s3.amazonaws.com/dist/v3.0
1818
There are two really phenomenal new features of Mapnik 3: text shaping support and "expressions everywhere".
1919

2020
The new text support brings world-class text layout and rendering support to Mapnik for nearly every language (formally `script`) in the world thanks to the powerful [harfbuzz library](http://www.freedesktop.org/wiki/Software/HarfBuzz/). It landed in [this pull](https://github.com/mapnik/mapnik/
21-
pull/2087) and represents the first official release that includes Herm's work [from GSOC 2013](news/gsoc2012-status9/).
21+
pull/2087) and represents the first official release that includes Herm's work [from GSOC 2013](/news/gsoc2012-status9/).
2222

2323
The "expressions everywhere" support allows all single styling properties in Mapnik to be data-driven. Previously in Mapnik 2.x only a few properties could be dynamically driven by feature attributes (like `text-name` and `marker-width`). Now every property you know in Mapnik supports expressions and expressions now also support `@variables` that can be passed at render-time.
2424

0 commit comments

Comments
 (0)