| 1 | <?php |
||
| 10 | class GeoJsonContent extends \JsonContent { |
||
| 11 | |||
| 12 | public const CONTENT_MODEL_ID = 'GeoJSON'; |
||
| 13 | |||
| 14 | public function __construct( string $text, string $modelId = self::CONTENT_MODEL_ID ) { |
||
| 17 | |||
| 18 | protected function fillParserOutput( Title $title, $revId, ParserOptions $options, |
||
| 28 | |||
| 29 | private function getMapHtml( string $jsonString ): string { |
||
| 48 | |||
| 49 | } |