Holger Jeromin

Results 146 comments of Holger Jeromin

http://wiki.openstreetmap.org/wiki/Simple_3D_Buildings#Demo_areas has a list. But this is not the best place :-)

You are refering to the problem from https://github.com/tordanik/OSM2World/issues/56 ? This ways of this issue have no building:part

You could integrate https://mozilla.github.io/pdf.js/

I think this issue should be closed (github bug because of the added colon?)

Visual Studio / TypeScript supports `@template` for that: https://github.com/microsoft/TypeScript/issues/1178.

You can check: `"ResizeObserver" in window`

FYI: I needed that event in another project. We need browser support for that, which is not polyfillable. Here with typescript annotations: ````ts // register event for loading new font...

The demo uses https://que-etc.github.io/resize-observer-polyfill/src/app.js which is not minified...

Same here with vs2017 and typescript only. I am planing to move to tslint-plugin, so it could be the case, that the issue you are reporting is unrelated to the...