zstadler
zstadler
Thanks! The two maps are shown now. It looks like a step forward towards @astridx's [demo that does work ](https://rawcdn.githack.com/astridx/astridx.github.io/a9d7297a4fe1e3a4d7ebeb1e4e662fd1339ef3b5/maplibreexamples/plugins/maplibre-gl-compare-swipe-between-maps_.html) I guess the following lines also assume something about local...
It seems like `https://unpkg.com/maplibre-gl/dist/maplibre-gl.css` (without `@latest`) is already there. Does `maplibre-gl.css` include everything that was needed from `maplibre-gl-compare.css`? I meant to say that the [demo](https://rawcdn.githack.com/astridx/astridx.github.io/a9d7297a4fe1e3a4d7ebeb1e4e662fd1339ef3b5/maplibreexamples/plugins/maplibre-gl-compare-swipe-between-maps_.html) does work well:  The...
In order for the name to appear, please add a `symbol` layer to the style. This style works for me: [maputnik_issue_geojson_names_not_imported_#957.json](https://github.com/user-attachments/files/17787749/maputnik_issue_geojson_names_not_imported_.957.json) 
No, you are not stupid. You just need to learn more. Here is how you filter-out elements that have "Status unknown": ``` "filter": ["==", -1, ["index-of", "Unknown status", ["get", "name"]]],...
> Who will create these categories? If we can do that through the API, _**and if it would simplify the handling of multiple images**_, we may create the categories ourselves....
> Ahh I see you opened https://github.com/onthegomap/planetiler/issues/1168 for problem (1) 👍 Yes. I've considered problem (1) a feature request. When trying to work around it, I've found problem (2) which...
Adding `min_size: 0` doesn't change things. I see the same gap when the post-processing is active. Have you seen a different outcome? That actually makes sense to me since we're...
Here is a reproduction of the issue using a Java profile. This profile creates a `highway_skip_clipping` layer using `-1` buffer to skip clipping ~~~ return FeatureMerge.mergeLineStrings(items, 0, // Do not...
@natedx, Unfortunately, no.