Jon Uhlmann

Results 86 comments of Jon Uhlmann

@devongovett Can we have the pr #1031 merged and released? this would be awesome!

It's not in the `.gitignore`, it is in `.gitattributes`

I tried some thing like this (`style` is one of `light`, `dark`, `white`, `black`, `grayscale` ```js layer.options.theme = style; layer.clearLayout(); layer.rerenderTiles(); ``` But this doesn't work

My current workaround is following: (`leafletLayer` is used somewhere else to generate the `layer` variable) ```js import { leafletLayer } from "../../../node_modules/protomaps-leaflet/src/frontends/leaflet"; import { paintRules, labelRules } from "./node_modules/protomaps-leaflet/src/default_style/style"; import...

Why not do it for 8.4 also?

@matthieumastadenis Any chance to merge and release this?