added Katographer extension
This commit is contained in:
parent
3c2c8bee5f
commit
35bd0c662f
2 changed files with 8 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ services:
|
|||
- ./wikidata/uploads.ini:/usr/local/etc/php/conf.d/uploads.ini:ro
|
||||
- ./wikidata/Wiki_Logo.png:/var/www/html/resources/assets/Wiki_Logo.png
|
||||
- ./wikidata/extensions:/var/www/html/extensions
|
||||
- ./wikidata/vendor:/var/www/html/vendor
|
||||
# After initial setup, download LocalSettings.php to the same directory as
|
||||
# this yaml and uncomment the following line and use compose to restart
|
||||
# the mediawiki service
|
||||
|
|
|
|||
|
|
@ -312,6 +312,13 @@ wfLoadExtension( 'Maps' );
|
|||
$egMapsDefaultService = 'leaflet';
|
||||
$egMapsDefaultGeoService = 'nominatim';
|
||||
|
||||
# Kartographer as a subcategory
|
||||
wfLoadExtension( 'Kartographer' );
|
||||
# Global OpenStreetmap tile Server
|
||||
#$wgKartographerMapServer = 'https://tile.openstreetmap.org';
|
||||
$wgKartographerMapServer = 'https://a.tile.openstreetmap.de';
|
||||
|
||||
|
||||
# Adding Musical notation with score Notation
|
||||
#############################################
|
||||
wfLoadExtension( 'Score' );
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue