diff --git a/src/components/Map/MapViewer/MapViewerVector/utils/shapes/elements/Glyph/Glyph.ts b/src/components/Map/MapViewer/MapViewerVector/utils/shapes/elements/Glyph/Glyph.ts
index a0676acd89b279e3388d8c65e73a7d74cb8a8221..e8bae9781c7ee86e8f5a07c6ee6c9dac68276d74 100644
--- a/src/components/Map/MapViewer/MapViewerVector/utils/shapes/elements/Glyph/Glyph.ts
+++ b/src/components/Map/MapViewer/MapViewerVector/utils/shapes/elements/Glyph/Glyph.ts
@@ -249,6 +249,7 @@ export default class Glyph {
         }),
         zIndex: this.zIndex,
       });
+      this.feature.changed();
     };
     img.src = `${BASE_NEW_API_URL}${apiPath.getGlyphImage(this.glyphId)}`;
   }