From 5bdca73a0f0996bee54e9f1cd3e037a7838d8886 Mon Sep 17 00:00:00 2001 From: springmeyer Date: Wed, 21 Mar 2012 14:15:00 -0700 Subject: [PATCH] Updated Ideas (markdown) --- Ideas.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Ideas.md b/Ideas.md index 4ef9774..9c77866 100644 --- a/Ideas.md +++ b/Ideas.md @@ -12,9 +12,9 @@ http://www.slideshare.net/steve8/what-id-like-to-do-with-mapnik-4756837 6) be able to construct file names from tag values in XML (e.g. "symbol_file=parking.svg" should be mapped to e.g. ~/mapnik/parking.svg or http://example.com/parking.svg). Right now, people resort to generating XML styles by a script. (done, see "PathExpressions") -7) when there is a very curvy road, place the name along a smoothed line (when the text is not centered to the line but with a dy) +7) when there is a very curvy road, place the name along a smoothed line (when the text is not centered to the line but with a dy) (nearly done) -8) multi-line text constructed from several tags, e.g. for peak name and height (can be done when you accept the same styling for these text fragments) +8) multi-line text constructed from several tags, e.g. for peak name and height (can be done when you accept the same styling for these text fragments) 9) stronger coupling between icon and text (maybe similar to the ShieldSymbolizer?) so that manual text dy tweaking is not required anymore (want to be able to say: "place this icon in size 20x20 and put the text in size 12pt five pixels below it")