I'm reading OSM PBF and having a problem to retrieve the value for the key ele (elevation) for feature type natural_peak. When adding the reader, FME detects and expose the following 2 attributes from peak : name and ele (as defined in config file). There might be other attributes available in the feature information window that I can later expose.
However, attribute "ele" is always empty, even though the information is avaiable on the node (verified on OSM directly). I have tested with different datasets (the French Alps, Caribbean) and FME never retrieve the elevation value. Looking in the feature information window, the attribute "ele" is never present which make me think that FME do not retrive this value at all using the OSM PBF reader.
Any ideas ??