This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

Why are wayside crosses not rendered?

0

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:

2022172177
2011325312
1579653536
1572586097
1750804585

Any idea?

Thanks,

Hubi

asked 22 Nov '12, 08:13

Hubidubi's gravatar image

Hubidubi
1111
accept rate: 0%

edited 22 Nov '12, 08:54

Frederik%20Ramm's gravatar image

Frederik Ramm ♦
82.5k927201273


3 Answers:

3

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%20Ramm's gravatar image

Frederik Ramm ♦
82.5k927201273
accept rate: 23%

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

1

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%20Ramm's gravatar image

Frederik Ramm ♦
82.5k927201273
accept rate: 23%

Source code available on GitHub .