Skip to content

Define setting to use many domains in tilejson tile url #16

@submarcos

Description

@submarcos

Actually tilejson generate a single relative url in list.

To work wirh mapbox, we need to define possible values to generate absolute urls.

Ex :

From

tiles : ["/features/tile/{z}/{x}/{y}"]

To

tiles: [
  "https://a.mydomain.com/features/tile/{z}/{x}/{y}",
  "https://b.mydomain.com/features/tile/{z}/{x}/{y}"
]
  • By discovering ALLOWED_HOSTS and SSL settings or just with VECTORTILES_BASEURLS ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions