I tried to add a new hostel in the map,but the name was not displayed.When I changed it into a hotel it worked.Why is it not possible to display the name of a hostel ? asked 11 Jul '12, 17:38 Senfgurke |
I guess you are talking about this hostel. First, please don't use wrong tags only to make things appear on the map. This is called tagging for the renderer and should be avoided! Second, the style sheet of the renderer (in this case Mapnik) defines what things will appear and how they will appear. Hostels definitely are rendered on the map, even with names! Yet the name is not always visible, for example if there are other objects around and their labels would overlap (like the fast food POI in your case). In this case also the style sheet defines which of the conflicting labels will be shown and which hidden. And don't forget that the main page is just an example rendering of the objects in the database. There are lots of other renderers and services available, all with different settings and priorities. answered 11 Jul '12, 18:37 scai ♦ |