I recently added two pubs (that are in the same building) to the map and both showed up quite fast. But one got rendered without the name even though the name is there and there is place for it. Does this have some deeper meaning or is it a bug? If so - how should it be reported? asked 23 Jul '11, 20:34 LM_1 dieterdreist |
It is not a bug. Currently mapnik (the main renderer for OSM) isn't really smart about symbols and names that are very close to each other so it will sometimes leave the name or even the symbol out if they would overlap otherwise. You can activate the osmarender layer to see the same map rendered by an alternative program which does not have this "feature" and leads in more detailed areas to overlapping names which isn't very nice, too. answered 23 Jul '11, 20:48 scai ♦ |
This is not really a bug, but is due to mapnik limitations. Fortunately for all of us there is current work in progress to overcome these limitations. In his GoogleSummerofCode Project Hermann Kraus is doing the coding for better text placement: http://mapnik.org/news/2011/jul/13/new_text_placement_system/ answered 24 Jul '11, 18:37 dieterdreist |