Skip to content

baseconfig

andy.rothwell edited this page Apr 4, 2019 · 4 revisions

baseConfig Configuration

Allows you to specify the URL of a "base" config file with common settings for your organization. Any settings you provide will override these. This removes the need to define basemaps, data sources, and other frequently-used options in every application.

baseConfig: 'https://cdn.jsdelivr.net/gh/cityofphiladelphia/mapboard-default-base-config@d3ad38f050cf55b4ab0dc2ff68e6f18025690246/config.js',

If you do not want to use a baseConfig, you have to put:

baseConfig: null,
Clone this wiki locally