From b5930c0a7650c92af2f41e4f02daa8494695ea03 Mon Sep 17 00:00:00 2001 From: Trevor Strieber Date: Fri, 1 Jun 2018 22:17:35 -0700 Subject: [PATCH] Extra http --- MapnikRenderers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MapnikRenderers.md b/MapnikRenderers.md index c33e938..1b5e8e9 100644 --- a/MapnikRenderers.md +++ b/MapnikRenderers.md @@ -23,7 +23,7 @@ While Mapnik was the first to use AGG rendering for mapping, the AGG renderer is The [Cairo](http://cairographics.org/) renderer is an auxiliary renderer in Mapnik. * Cairo was added in r656 due to its similar reputation for high quality graphics output to various formats - * http://http://github.com/mapnik/mapnik/wiki/log/trunk/src/cairo_renderer.cpp + * http://github.com/mapnik/mapnik/wiki/log/trunk/src/cairo_renderer.cpp * Cairo has the '''added advantage''' of supporting both Vector and Raster output. * Mapnik can render to any [surface](http://www.cairographics.org/manual/cairo-surfaces.html) supported by cairo, either directly or by rendering to a cairo [context](http://www.cairographics.org/manual/cairo-context.html). * You can demo the PNG, JPEG, SVG, PDF, and PS formats using the [OSM export tool](http://openstreetmap.org/export/)