Pavel Minaev

Results 84 comments of Pavel Minaev
trafficstars

Yep, it worked! Ran into some trouble with the fonts - per the instructions at https://github.com/openmaptiles/fonts, I specified this in the style: ```json "glyphs": "http://fonts.openmaptiles.org/{fontstack}/{range}.pbf" ``` However, it didn't work,...

Could you clarify the bit about having fonts served from http://fonts.openmaptiles.org/? Is it supposed to work with alternative fonts in the style? or with just a single font? I couldn't...

I still can't make it work with http://fonts.openmaptiles.org. I don't know why - the style only references a single font at a time, and it works when I host those...

To make the asymmetric matchers visible, you can do the following in your globals.d.ts or equivalent: ```ts import * as jestExtended from 'jest-extended'; type JestExtended = typeof jestExtended; declare module...