Skip to content

Remove "FORCE RECODE" commented-out code in Decoder.java #20

@rijnb

Description

@rijnb

Remove this code:

    /* FORCE_RECODE : TO DO!
    var range = {minlon:lon, maxlon:lon, minlat:lat, maxlat:lat};
    if (odd) {
        range.maxlon += (dividerx / (processor / 6));
        range.maxlat += (dividery / (processor / 5));
    } else {
        range.maxlon += (dividerx / processor);
        range.maxlat += (dividery / processor);
    } // FORCE_RECODE */

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions