I am trying to render geo map by using next command: ```html <object type="image/svg+xml" data="/media/svg/map.svg" width="500" height="500" ></object> ``` But map is not rendered... At the same time, if I use this command in HTML file locally, is works fine.