ImreSamu

Results 138 comments of ImreSamu

Hi @zdila , imho: it is at least "a weekend project" to analyze your issue. ( setup your system , loading `europe-latest.osm.pbf`, replay 2-month osm data. ) + cost of...

@zdila : :smile: Ouch, the `osm_id` is still missing from your select .... ``` martin=> select a.id, st_astext(a.geometry), st_astext(b.geometry), st_astext(ST_Difference(a.geometry, b.geometry)) from osm_roads a join osm_roads b on (a.id b.id...

@zdila : As I see - some nodes ( and some related realations/ways ) is changed in this cases .. from your example: ``` 398051367 | 957841 | 1301550 |...

> AWS Aurora PostgreSQL SSL connections ? `You can connect to a DB instance in your Amazon Aurora PostgreSQL DB cluster using the same tools that you use to connect...

> If importing ... Illinois from http://download.geofabrik.de/north-america.html it fails with "message type 0x2A during COPY from stdin" strange ... I can't replicate with * `illinois-191101.osm.pbf` ( imho: the `illinois-latest.osm.pbf` is...

> But I think it might be reasonable to say that PostGIS 2.4 (what AWS Aurora uses) may not be compatible. > Are there any known compatibility issues with PostGIS...

PostgreSQL `TLS/SSL support` - please verify your `ssl_renegotiation_limit` value ; my log: ``` root@9ebef703e4e8:/map_matching# psql psql (12.0 (Debian 12.0-2.pgdg90+1)) Type "help" for help. app=# SHOW ssl_renegotiation_limit; ssl_renegotiation_limit ------------------------- 0 (1...

> All work with Docker Postgres. Are there any other Postgres settings I should be looking at? Sorry, My knowledge stopped here .. You can ask help in the community...

> The goal being to be able to aggregate data from both storage tanks and [gasometers](wiki page) in one single table, > applying different filters according to some tag value....

imho: check the ` __any__` : `__any__` [filtering in the doc](https://imposm.org/docs/imposm3/latest/mapping.html#mapping) ``` "mapping": { "__any__": ["__any__"] ``` example: * https://github.com/omniscale/imposm3/blob/master/test/any_any_mapping.json * `"load_all": true` is important! or you can use with...