Beispiel #1
0
        /// <inheritdoc />
        public void Configure(IConfigSection configSection)
        {
            _osmMapDataProvider.Configure(configSection);
            _mapzenMapDataProvider.Configure(configSection);

            _srtmElevationDataProvider.Configure(configSection);
            _mapzenElevationDataProvider.Configure(configSection);

            _eleDataType = (ElevationDataType)configSection.GetInt("data/elevation/type", 2);
        }
Beispiel #2
0
 /// <inheritdoc />
 public void Configure(IConfigSection configSection)
 {
     _osmMapDataProvider.Configure(configSection);
     _mapzenMapDataProvider.Configure(configSection);
 }