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