You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm going to create CI process which runs every day and updates OSM data in postgis used to generate tiles and generates expired tiles list.
Expected Behavior
Using run command to update database should generate (at least) similar results with same run but with IMPOSM3_SINGLE_DIFF set to true executed X times.
Actual Behavior
When I use import & update (simple run command) then I got list of expired tiles, as expected.
On the other hand when I do the same except setting IMPOSM3_SINGLE_DIFF to true before update and run that kind of update 15 times then expired tiles list isn't even created.
Possible Fix
I'm not go developer, but maybe it is connected with order of caches closing vs tile list flushing?
Environment name and version (e.g. PostgreSQL x.y.z with PostGIS a.b.c): postgres (PostgreSQL) 14.5 (Debian 14.5-1.pgdg110+1) with PostGIS "3.2 USE_GEOS=1 USE_PROJ=1 USE_STATS=1"
The text was updated successfully, but these errors were encountered:
Context
I'm going to create CI process which runs every day and updates OSM data in postgis used to generate tiles and generates expired tiles list.
Expected Behavior
Using
run
command to update database should generate (at least) similar results with samerun
but withIMPOSM3_SINGLE_DIFF
set totrue
executed X times.Actual Behavior
When I use import & update (simple run command) then I got list of expired tiles, as expected.
On the other hand when I do the same except setting
IMPOSM3_SINGLE_DIFF
to true before update and run that kind of update 15 times then expired tiles list isn't even created.Possible Fix
I'm not go developer, but maybe it is connected with order of caches closing vs tile list flushing?
Steps to Reproduce
import & update:
20230516
)import & update + IMPOSM3_SINGLE_DIFF:
Initial import from: https://download.geofabrik.de/europe/poland/lodzkie-230501.osm.pbf
/imposm/replication-config.json is:
and /imposm/mapping.yml is:
Your Environment
go install github.com/omniscale/imposm3/cmd/imposm@latest
The text was updated successfully, but these errors were encountered: