Skip to content

Conversation

@Rub21
Copy link
Member

@Rub21 Rub21 commented Jan 13, 2026

# Start Tegola
echo "Starting Tegola server..."
tegola serve --config="${TEGOLA_CONFIG_FILE}"
tegola serve --config="${TEGOLA_CONFIG_FILE}" --log-level=INFO
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should the log level remain the same in production?

####################################
[[providers]]
name = "osm"
name = "ohm"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since this will change the source URL that stylesheets need to refer to, can we add a redirect rule to ensure that existing URLs continue to work for the time being?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a good point, but the redirect does not work. The map styles can only load tiles via redirect, so we still need to keep the osm url but actually serve them from osm tileset.
here the commit, 632f174, this particular commit is already working, so we can find:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants