The bug
When placing a filled_map in an item display entity, the item does not render as a map. Instead, the item texture is displayed. This happens even when an item_display value is used that normally should render as a map, such as fixed.
How to reproduce
Create a filled map and note its map ID
Summon an item display with the map in it.
/summon item_display ~ ~ ~ {item_display:"fixed",item:{id:"minecraft:filled_map",Count:1b,tag:{map:1}}}
Observe that the map renders as a normal item, and not as a map
Strictly an item frame functionality. This is a feature request.