zstadler
zstadler
@pathmapper, Perhaps these could help: https://docs.docker.com/ci-cd/github-actions/ https://dev.to/ivandotv/automate-publishing-of-your-github-repository-to-docker-hub-5872
Strangely, there is no difference between the contents of the `build/sql` directory of the two versions.
I used the israel-and-palestine area from Geofabrik
Unfortunately, in Estonia things are worse than in Israel-and-Palestine hash | quickstart.sh time | import-sql time -- | --: | --: 907fc58 | 8743s | 8043s c6fff87 | 682s |...
Both versions and both measurements are using 5 SQL runner in parallel. Only this number is not configurable by `.env` in c6fff87.
A locally-built Docker image of `openmaptiles-tools` version 5.1 shows the same bad performance as the public docker image of 5.2. The public docker image of 5.1 consistently shows the good...
This is the longest operation in `import-sql` is the [creation of the `osm_transportation_name_linestring` materialized view](https://github.com/openmaptiles/openmaptiles/blob/194b2fbb701c4739ad0c58e1d4fe72728e4e0cf9/layers/transportation_name/update_transportation_name.sql#L40-L79) which takes 80 minutes. The second-longest operation is [`SELECT update_osm_poi_point();`](https://github.com/openmaptiles/openmaptiles/blob/194b2fbb701c4739ad0c58e1d4fe72728e4e0cf9/layers/poi/update_poi_point.sql#L25) which takes 50 minutes. [`SELECT...
I'm afraid I don't see the value in removing the support for the deprecated expressions. IMO, it is inflicting pain on customers/users without providing any added value to them. I...
All the Maplibre styles I'm aware of are using the old style, including: - Maplibre demo map ([example](https://github.com/maplibre/demotiles/blob/8b1861a24ceff231da86f5e117192915b8adae44/style.json#L385-L392])) @petr-pokorny-1 - All 7 [Maptiler styles](https://www.maptiler.com/maps) @klokan - The OpenStreetMap Americana Style...
I don't think removing the support for the original filter syntax is a good idea This "deprecation" message is only a preference statement from Mapbox, as it clearly says >...