Björn
Björn
> Does anybody know if something like that exists? What about setting up an email address using an email provider and forward incoming emails to maintainers? This would be possible...
Hi @johnfelipe , thanks for the suggestion and your offer. I'm not sure what you would like to translate to Spanish: - editor UI (https://maputnik.github.io/editor/)? - documentation (e.g. the wiki...
> Maybe has sense to translate the helptext These are also taken from the style spec. https://www.npmjs.com/package/@mapbox/mapbox-gl-style-spec > I could collaborate for spanish too @11sma thanks for your offer.
@orangemug basically yes, but I don't think all properties support all [function types](https://docs.mapbox.com/mapbox-gl-js/style-spec/other/#function-type), especially `exponential` and `interval`. `interpolate` is not a function type and should be removed from the dropdown.
@orangemug thanks for writing this up, very helpful. > So I think we can find out weather a function supports exponential with `supportsInterpolation`. I think this works for `expressions` not...
Good idea @orangemug, I think there is the third group **by zoom and property** missing (see https://docs.mapbox.com/mapbox-gl-js/style-spec/other/). Otherwise this is what we need :+1:
Thanks @orangemug, this looks good as far as I can see. So for **Property + zoom based functions** currently the zoom input fields are missing in the PR (but the...
@orangemug hmm, maybe I'm the one who is missing here something, but I would think that the following options are missing: `interval` — 'property only' `exponential` — 'property only' because...
It also works if you reload the browser tab (`F5`).
Same issue when a style is modified to fix the font 404 (used [test_housenumber.zip](https://github.com/maputnik/editor/files/4468821/test_housenumber.zip) with https://2502-84182601-gh.circle-artifacts.com/0/artifacts/build/index.html from #654). There is no re-rendering of the map, only if you zoom the...