Skip to content

Commit 4b6fcc2

Browse files
erictheiseRub21
andauthored
Release overpass-turbo v2.1.12 to fix #1295 (#709)
* 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 * testing vite upgrade * Release overpass-turbo v2.1.12 --------- Co-authored-by: Ruben L. Mendoza <rub2106@gmail.com>
1 parent 0ca7007 commit 4b6fcc2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/frontend-overpass.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: actions/checkout@v6
4646
with:
4747
repository: OpenHistoricalMap/overpass-turbo
48-
ref: a64d500abc82744613b77bbb362e2cee98648d59
48+
ref: 37a3d248fbdad914f2a0f0944003d6847ace6d35
4949
path: overpass-turbo
5050

5151
- name: Enable Corepack
@@ -82,3 +82,4 @@ jobs:
8282
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
8383
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
8484
working-directory: overpass-turbo
85+

0 commit comments

Comments
 (0)