Index: trunk/extensions/SemanticMaps/includes/queryprinters/SM_MapPrinter.php |
— | — | @@ -254,7 +254,7 @@ |
255 | 255 | |
256 | 256 | return Html::inlineScript( |
257 | 257 | MapsMapper::getBaseMapJSON( $this->service->getName() ) |
258 | | - . "maps.{$this->service->getName()}.{$mapName}=" . json_encode( $object ) . ';' |
| 258 | + . "mwmaps.{$this->service->getName()}.{$mapName}=" . json_encode( $object ) . ';' |
259 | 259 | ); |
260 | 260 | } |
261 | 261 | |