There are a few poi that I can see on Josm that are not rendered to the final map. OSM database contains them at least for some month. I can' figure out why the doesn't appear on the map. Example poi ids:
Any idea? Thanks, Hubi asked 22 Nov '12, 08:13 Hubidubi Frederik Ramm ♦ |
The POIs you mention are all wayside crosses; these aren't included in the standard map style and therefore don't appear on the map. (The standard map style simply cannot include all possible features - the map would become too crowded then.) There are however specialized maps that show these objects or let you display an overlay with them, for example http://openstreetbrowser.org where you can activate the "culture and religion" overlay to see wayside crosses. answered 22 Nov '12, 08:59 Frederik Ramm ♦ 1
How can I check that a certain poi type is rendered on the map by default?
(22 Nov '12, 15:38)
Hubidubi
1
Just try :-) But you should not contribute only for POI's rendered on the default map. Think that many other websites are using other map styles. Important is that you use the right tag for a feature.
(22 Nov '12, 17:06)
Pieren
|
You can also try this map: http://osm.dumoulin63.net/xapiviewer/?zoom=13&lat=46.07515&lon=18.24176&layers=0BT&icon=icons%2Fplace_of_worship_christian3.n.32.png&request=historic%3Dwayside_cross answered 23 Nov '12, 12:29 ligfietser |
The map style used for the openstreetmap.org default rendering resides here: http://svn.openstreetmap.org/applications/rendering/mapnik/ (see osm.xml and stuff in the "inc" subdirectory). It requires some experience to understand how these styles are built but sometimes a simple "grep" command is enough to find that something is not specifically mentioned. answered 23 Nov '12, 11:19 Frederik Ramm ♦ |