CartoDB/Windshaft

View on GitHub
lib/backends/tile.js

Summary

Maintainability
A
1 hr
Test Coverage

Function getTile has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    getTile (mapConfigProvider, params, callback) {
        const { format, interactivity, token, z, x, y } = params;

        // TODO: review if needed see cartonik's validations
        if (format === 'grid.json' && !interactivity) {
Severity: Minor
Found in lib/backends/tile.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status