zstadler

Results 152 comments of zstadler

I'm putting on hold my proposal for submitting a PR. Using `generate-changed-vectortiles` repeatedly has a side effect I was not expecting. The size of `data/tiles.mbtile` grows relatively fast. When using...

@agoddard This is consistent with my experience. I've also tried using sqlite's [`VACUUM INTO`](https://www.sqlite.org/lang_vacuum.html), but the space saving was very small compared with the continuous growth. Using `make generate-tiles` in...

I'm considering reviving my attempt to create a PR for this issue, as described above. Indeed running `docker-compose run generate-changed-vectortiles` repeatedly has a side-effect of increasing the size of `data/tiles.mbtile`....

Related to https://github.com/openmaptiles/openmaptiles/pull/1187/files#r706607987 and https://github.com/openmaptiles/openmaptiles/pull/1202/files#r706606340

The route relation concurrency information seems to be specific for the OSM Americana style. Wouldn't is be better to have this information as a private layer of an Americana fork...

@georgbachmann, Can you close this issue?

@CptHolzschnauz , The above code is using a JavaScript variable, external to the style spec. The request was to have this option within the expressions in the style itself without...

@westnordost, This "regional" preset is about the `addTags` https://github.com/openstreetmap/id-tagging-schema/blob/92fffaa6c33052a6f7cca0136d7c4ca47acb8735/data/presets/highway/path/bicycle_foot-IL.json#L32-L36 that differs from the "global" preset https://github.com/openstreetmap/id-tagging-schema/blob/92fffaa6c33052a6f7cca0136d7c4ca47acb8735/data/presets/highway/cycleway/bicycle_foot.json#L31-L35 Potentially, other regions, such a France and Germany, would like to join using it......

It does not look like it uses the cache.

Indeed. I'm reading about the [`Cache-Control`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cache-Control) header and the [underlying mechanism](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cache-Control#see_also). Stay tuned...