Index: trunk/extensions/SemanticMaps/Services/GoogleMaps/SM_GoogleMapsQP.php |
— | — | @@ -90,7 +90,7 @@ |
91 | 91 | types: [$this->types], |
92 | 92 | controls: [$this->controls], |
93 | 93 | scrollWheelZoom: $this->autozoom, |
94 | | - kml: '$this->kml' |
| 94 | + kml: [$this->kml] |
95 | 95 | }, |
96 | 96 | [$markersString] |
97 | 97 | ); |
Index: trunk/extensions/SemanticMaps/Services/GoogleMaps/SM_GoogleMapsFormInput.php |
— | — | @@ -99,7 +99,7 @@ |
100 | 100 | types: [$this->types], |
101 | 101 | controls: [$this->controls], |
102 | 102 | scrollWheelZoom: $this->autozoom, |
103 | | - kml: '$this->kml' |
| 103 | + kml: [$this->kml] |
104 | 104 | }, |
105 | 105 | {$this->markerCoords['lat']}, |
106 | 106 | {$this->markerCoords['lon']} |
Index: trunk/extensions/SemanticMaps/SemanticMaps.php |
— | — | @@ -35,7 +35,7 @@ |
36 | 36 | |
37 | 37 | // Only initialize the extension when all dependencies are present. |
38 | 38 | if ( defined( 'Maps_VERSION' ) && defined( 'SMW_VERSION' ) ) { |
39 | | - define( 'SM_VERSION', '0.6.4 a4' ); |
| 39 | + define( 'SM_VERSION', '0.6.4 a5' ); |
40 | 40 | |
41 | 41 | $smgScriptPath = ( isset( $wgExtensionAssetsPath ) && $wgExtensionAssetsPath ? $wgExtensionAssetsPath : $wgScriptPath . '/extensions' ) . '/SemanticMaps'; |
42 | 42 | $smgDir = dirname( __FILE__ ) . '/'; |