Conversation
Rub21
added a commit
that referenced
this pull request
Feb 26, 2026
* Update config and paths to deploy services with docker compose (#696) * Fix docker tiler volume for staging and production * Fix taginfo data processor image * Update readme * update * Update configs * Update deploy scripts * Update scripts * Display template * Remove tilerdb adn imposm from base * Add network tiler-db * Restart taginfo web after data has been proceed * Update overpass docker image * Update cgimap, teginfo and overpass config (#698) * Fix cgimap attribution setup * Deploy in staging * Update taginfo cronjob to process db files * Update taginfo script * Fix endpoint * Update osm-seed version * Update overpass version * Update overpass docker image * Adding non-administrative boundaries in vector tiles (#684) * Store all the objects that have boundary=* * Remove unused imposm config * Add role and add index for osm_admin_relation_members * Script optimization for admin * Add query to create non admin boundaries views * Add config to display non_admin in tegola * Add extra columns for no-bounduary areas * Add religion, timezone, postal_code, etc attribute in no_admin layers * Rename source layer to non_admin * Rename provider from osm -> ohm (#700) * Rename provider from osm to ohm * Update traefik to redirect osm provider to ohm tiler provider * Better to call ohm_non_admin * Rename osm to ohm vtiles source name (#701) * Rename provider from osm to ohm * Update traefik to redirect osm provider to ohm tiler provider * Better to call ohm_non_admin * Rename ohm_non_admin to ohm_other_boundaries * Release overpass-turbo v2.1.11 (#704) * Release overpass-turbo v2.1.11 * No need to change the bucket name --------- Co-authored-by: Rub21 <rub2106@gmail.com> * Vtiles improvements - communication_lines, transport_lines and route_lines (#703) * Include street and communication layers in vtiles * Update imposm config to import data to routes and communication multilines * update sql scripts * Update imposm configs * Update tiler compose * update comunication * script to reimport * update to reimport tables * Update * Create a Mview for transport lines * Update communication mview * Add highway in routes_line layer * Update columns for communication * Update communication props * Display communication from zoom 10 on * Do not returm empty values for communitacion_lines layer * Add relation attribute * Display the way itseff too. * Merge results in only one feature in case the attributes are the same * Update branch naem to generate docker images * Change yarn -> pnpm overpass-turbo and Docker images for Tiler (#705) * Fixed pnpm * Fixed communication - layer name * Update docker images and volume for prod deployment --------- Co-authored-by: Eric Theise <erictheise@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
From: OpenHistoricalMap/issues#1246, This PR is going to aim only to rename the provider from osm -> ohm
This PR is going to be valid since the previous PR #672 is bundled with the new version of Tegola, which hasn't been fully tested or approved yet.