@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Maps; |
6 | 6 | use Maps\MapsFactory; |
7 | -use Maps\MapsFunctions; |
|
8 | 7 | use Maps\MappingServices; |
9 | 8 | use Maps\Presentation\ParameterExtractor; |
10 | 9 | use MWException; |
@@ -2,19 +2,15 @@ |
||
2 | 2 | |
3 | 3 | namespace Maps\SemanticMW\ResultPrinters; |
4 | 4 | |
5 | -use FormatJson; |
|
6 | -use Html; |
|
7 | 5 | use Linker; |
8 | 6 | use Maps\Elements\BaseElement; |
9 | 7 | use Maps\Elements\Location; |
10 | 8 | use Maps\FileUrlFinder; |
11 | 9 | use Maps\MappingService; |
12 | -use Maps\MapsFunctions; |
|
13 | 10 | use Maps\Presentation\ElementJsonSerializer; |
14 | 11 | use Maps\Presentation\MapHtmlBuilder; |
15 | 12 | use Maps\Presentation\WikitextParser; |
16 | 13 | use Maps\Presentation\WikitextParsers\LocationParser; |
17 | -use ParamProcessor\ParamDefinition; |
|
18 | 14 | use Parser; |
19 | 15 | use SMW\Query\ResultPrinters\ResultPrinter; |
20 | 16 | use SMWOutputs; |