Skip to content

Problem with local tiles #3

@johschmitz

Description

@johschmitz

I created a subfolder tiles

Then I tried
var CONFIG_tile_source = 'local';
var CONFIG_tile_local_path = 'tiles/{z}/{x}/{y}.png';
Did not work, not tiles displayed in the background.
also
python -m SimpleHTTPServer 8081
and then
var CONFIG_tile_local_path = 'http://localhost:8081/tiles/{z}/{x}/{y}.png';
Does not seem to work.

var CONFIG_tile_source = 'server';
works (tiles from the internet).

What could be wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions