diff --git a/plugins/tiddlywiki/geospatial/widgets/geomap.js b/plugins/tiddlywiki/geospatial/widgets/geomap.js index 15e027a4a..d316ddd8d 100644 --- a/plugins/tiddlywiki/geospatial/widgets/geomap.js +++ b/plugins/tiddlywiki/geospatial/widgets/geomap.js @@ -54,7 +54,7 @@ GeomapWidget.prototype.render = function(parent,nextSibling) { parent.insertBefore(this.domNode,nextSibling); this.domNodes.push(this.domNode); // Render the map - if($tw.browser) { + if($tw.browser && !this.domNode.isTiddlyWikiFakeDom) { this.renderMap(); this.refreshMap(); }