Kartographer
Extension that adds maps to wiki pages
|
CKartographer\CoordFormatter | Formats coordinates into human-readable strings |
CKartographer\Projection\EPSG3857 | @license MIT |
CKartographer\ExternalDataLoader | Gets external data in GeoJSON on parse time |
CKartographer\ExternalLinksProvider | @license MIT |
▼CKartographer\Tag\LegacyTagHandler | Base class for all <map...> tags |
CKartographer\Tag\LegacyMapFrame | The <mapframe> tag inserts a map into wiki page |
CKartographer\Tag\LegacyMapLink | The <maplink> tag creates a link that, when clicked, will open a dynamic map in Special:Map page |
▼CMaintenance | |
CPurgeMapPages | Purges all pages that use <maplink> or <mapframe>, using the tracking category |
CKartographer\Tag\MapTagArgumentValidator | Validator and preprocessor for all arguments that can be used in <mapframe> and <maplink> tags |
▼CMediaWiki\ResourceLoader\Module | |
CKartographer\DataModule | @license MIT |
CKartographer\Tag\ParserFunctionTracker | @license MIT |
CKartographer\PartialWikitextParser | @license MIT |
CKartographer\SimpleStyleParser | Parses and sanitizes text properties of GeoJSON/simplestyle by putting them through the MediaWiki wikitext parser |
CKartographer\Tag\Tag | Generic handler to validate and preprocess the arguments of an XML-style parser tag |
▼CKartographer\WikitextParser | @license MIT |
CKartographer\MediaWikiWikitextParser | @license MIT |
▼CApiBase | |
CKartographer\Api\ApiSanitizeMapData | This class implements action=sanitize-mapdata API, validating and sanitizing user-entered GeoJSON |
▼CApiQueryBase | |
CKartographer\Api\ApiQueryMapData | @license MIT |
▼CApiTestCase | |
CKartographer\Tests\ApiQueryMapDataTest | @group API @group Database @group medium @covers \Kartographer\Api\ApiQueryMapData @license MIT |
▼CJsonSerializable | |
CKartographer\State | Stores information about map tags on page in ParserOutput |
▼CMediaWikiIntegrationTestCase | |
CKartographer\Tests\ApiSanitizeMapDataTest | @covers \Kartographer\Api\ApiSanitizeMapData @group Kartographer @license MIT |
CKartographer\Tests\CoordFormatterTest | @covers \Kartographer\CoordFormatter @group Kartographer @license MIT |
CKartographer\Tests\SimpleStyleParserTest | @covers \Kartographer\SimpleStyleParser @group Kartographer @license MIT |
CKartographer\Tests\SpecialMapTest | @covers \Kartographer\SpecialMap @group Kartographer @license MIT |
CKartographer\Tests\ValidationTest | @covers \Kartographer\SimpleStyleParser @group Kartographer @license MIT |
▼CMediaWikiLangTestCase | |
CKartographer\Tests\KartographerTest | @group Kartographer @covers \Kartographer\Tag\LegacyTagHandler @covers \Kartographer\Tag\LegacyMapFrame @covers \Kartographer\Tag\LegacyMapLink @license MIT |
▼CMediaWikiUnitTestCase | |
CKartographer\Tests\ExternalDataLoaderTest | @group Kartographer @covers \Kartographer\ExternalDataLoader @license MIT |
CKartographer\UnitTests\ExternalLinksProviderTest | @covers \Kartographer\ExternalLinksProvider @group Kartographer @license MIT |
CKartographer\UnitTests\LegacyTagHandlerTest | @license MIT |
CKartographer\UnitTests\ParserFunctionTrackerTest | @covers \Kartographer\Tag\ParserFunctionTracker @group Kartographer @license MIT |
CKartographer\UnitTests\ProjectionTest | @covers \Kartographer\Projection\EPSG3857 @group Kartographer @license MIT |
CKartographer\UnitTests\StateTest | @covers \Kartographer\State @group Kartographer @license MIT |
▼CParserAfterParseHook | |
CKartographer\Hooks | @license MIT |
▼CParserFirstCallInitHook | |
CKartographer\Hooks | @license MIT |
▼CParserTestGlobalsHook | |
CKartographer\Hooks | @license MIT |
▼CUnlistedSpecialPage | |
CKartographer\SpecialMap | Special page that works as a fallback destination for non-JS users who click on map links |