@@ -195,6 +195,10 @@ |
||
| 195 | 195 | return $location->getJSONObject(); |
| 196 | 196 | } |
| 197 | 197 | |
| 198 | + /** |
|
| 199 | + * @param string $iconUrl |
|
| 200 | + * @param string $visitedIconUrl |
|
| 201 | + */ |
|
| 198 | 202 | private function getJsonForStaticLocations( array $staticLocations, array $params, $iconUrl, $visitedIconUrl ) { |
| 199 | 203 | $parser = clone $GLOBALS['wgParser']; |
| 200 | 204 | |