Index: trunk/extensions/SemanticMaps/SM_Mapper.php |
— | — | @@ -27,6 +27,10 @@ |
28 | 28 | |
29 | 29 | $this->queryPrinter = new $egMapsServices[$service]['qp']['class']($format, $inline); |
30 | 30 | } |
| 31 | + |
| 32 | + public function getName() { |
| 33 | + return 'map'; // TODO: translate this |
| 34 | + } |
31 | 35 | |
32 | 36 | public function getQueryMode($context) { |
33 | 37 | return $this->queryPrinter->getQueryMode($context); |
— | — | @@ -40,4 +44,4 @@ |
41 | 45 | return $this->queryPrinter->getResultText($res, $outputmode); |
42 | 46 | } |
43 | 47 | |
44 | | -} |
\ No newline at end of file |
| 48 | +} |