Skip to content

Sources are always updated independent of flags #378

@spatialillusions

Description

@spatialillusions

In Basemap.java on line 151

Downloader.create(planetiler.config()).add("ne", neUrl, nePath)

It initiates updates that checks that it has the latest version of NaturalEarth and two other sources. This is independent of what refresh/download flags you set to your config.
It also prevents you from running tile generation offline.

It would be great if it could use Planetiler.getPath so that it used the download/refresh flags as intended.

(Also NaturalEarth is already checked when you add the source, so it should not be needed.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions