Index: trunk/extensions/SemanticResultFormats/RELEASE-NOTES |
— | — | @@ -6,6 +6,10 @@ |
7 | 7 | * improvements in 'exhibit' result format: |
8 | 8 | ** required scripts, stles, images largely included (no remote server access needed) |
9 | 9 | ** fixes for Timeline |
| 10 | +** Usage of Google Maps now requires to set a Google Maps key (as obtained from Google) |
| 11 | + in LocalSettings.php: |
| 12 | + $wgGoogleMapsKey = 'yourkey'; |
| 13 | + If this is not set, the "maps" view will be disabled. |
10 | 14 | ** many formatting improvements |
11 | 15 | ** improved compatibility with Internet Explorer (esp. IE8) |
12 | 16 | ** only Timeline and Map will access a remote server now |