added Katographer extension

This commit is contained in:
conradschulz 2021-05-06 19:11:31 +02:00
parent 3c2c8bee5f
commit 35bd0c662f
2 changed files with 8 additions and 0 deletions

View file

@ -16,6 +16,7 @@ services:
- ./wikidata/uploads.ini:/usr/local/etc/php/conf.d/uploads.ini:ro - ./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/Wiki_Logo.png:/var/www/html/resources/assets/Wiki_Logo.png
- ./wikidata/extensions:/var/www/html/extensions - ./wikidata/extensions:/var/www/html/extensions
- ./wikidata/vendor:/var/www/html/vendor
# After initial setup, download LocalSettings.php to the same directory as # After initial setup, download LocalSettings.php to the same directory as
# this yaml and uncomment the following line and use compose to restart # this yaml and uncomment the following line and use compose to restart
# the mediawiki service # the mediawiki service

View file

@ -312,6 +312,13 @@ wfLoadExtension( 'Maps' );
$egMapsDefaultService = 'leaflet'; $egMapsDefaultService = 'leaflet';
$egMapsDefaultGeoService = 'nominatim'; $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 # Adding Musical notation with score Notation
############################################# #############################################
wfLoadExtension( 'Score' ); wfLoadExtension( 'Score' );