bashaus/gbtiles

View on GitHub
lib/gbtiles/gbr/tile_set/objects/tile_data.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method render_tile has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

          def render_tile tile_index
            tile = []

            tile_data = @data.slice(
              tile_index * @width * @height,
Severity: Minor
Found in lib/gbtiles/gbr/tile_set/objects/tile_data.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status