Project

General

Profile

« Previous | Next » 

Revision 5cef0b6d

Added by Andreas Kohlbecker almost 8 years ago

using mapproxy_vmap0 as default map layer

View differences:

modules/cdm_dataportal/settings.php
462 462
    'base_layers' =>  array(
463 463
      // A layer MUST NOT BE SET in the defaults,
464 464
      // otherwise it can not be overidden by the user settings:
465
      // 'osgeo_vmap0' => 'osgeo_vmap0',
465
      // 'mapproxy_vmap0' => 'mapproxy_vmap0',
466 466
      // it is sufficient to define the preferred layer,
467 467
      // since it will automatically be enabled:
468
      'PREFERRED' => 'osgeo_vmap0'),
468
      'PREFERRED' => 'mapproxy_vmap0'),
469 469
    'custom_wms_base_layer' => array(
470 470
      'name' => NULL,
471 471
      'url' => NULL,

Also available in: Unified diff