Orange Mug
Orange Mug
I hope this is what you expected @ahocevar It seems to work as I expect (~~although I found a different rendering issue #1063 on `main`~~), let me know what you...
Pinning the dependency to an older version `"isomorphic-git": "1.24.5"` seems to fix this issue for me.
I'm also seeing this, there is a comparison in https://maparatus.github.io/ol-mapbox-style-spec/#paint_hillshade.hillshade-exaggeration if that helps, you can see the [style here](https://github.com/maparatus/ol-mapbox-style-spec/blob/20cb21226895aab6aebc8f3744bb70f473b9f988/src/test-styles.ts#L2214-L2236), and screenshot below 
> Note: I had a look into this over the weekend, I was thinking visual regression type tests might be quite nice. Basically some GeoJSON + styling for each style...
There are some interesting quirks, for example here I'd argue that `ol`/`ol-mapbox-style` does a better job (OpenLayers is on the right)  I'm currently unsure if the...
I've update https://maparatus.github.io/ol-mapbox-style-spec/ with a bunch more examples. Some notable differences - `background` - we currently set CSS on the background `` however the background should move with the camera....
Here is how the maplibre compatibility support is going so far, results are in the [ol-mapbox-style-spec repo](https://github.com/maparatus/ol-mapbox-style-spec/) and the spec is at [`./src/spec`](https://github.com/maparatus/ol-mapbox-style-spec/blob/main/src/spec.json). That page also contains PR and issue...
I have currently got the glyphs generating for all https://github.com/google/fonts typefaces locally It'll generate all fonts in ~25mins which is ok for circle CI to automate. However the size is...
Working branch: https://github.com/orangemug/font-glyphs/tree/feature/all-google-fonts
All fonts (or subset of) are now generating locally. We now need to provide fallback typeface generation. Currently styles (osm-liberty for example) load a set of glyphs from the font...