Bart van den Eijnden

Results 28 issues of Bart van den Eijnden

Maybe I am doing something wrong here, but I get an error in Jasmine 1.2: ``` TypeError: Cannot call method 'appendChild' of null TypeError: Cannot call method 'appendChild' of null...

Are there any plans to support strict mode for the react components? I.e. to upgrade the components so they can be safely used for the async rendering in newer react...

See: https://github.com/jakubroztocil/rrule/issues/471

So my map has a view with rotation 0. I then switch to 3D view which uses ol3-cesium. When switching back the 2D the rotation is not exactly 0 anymore...

enhancement
help wanted

that doesn't make sense to me

Because of the upgrade to geojson-extent [1] I think we are running into: https://github.com/mapbox/geojson-extent/issues/14 [1] https://github.com/mapbox/mapbox-gl-draw/commit/c12fb64b90d00e877e94b12b60bc3b80e42924dd ![Screenshot from 2021-05-27 12-58-53](https://user-images.githubusercontent.com/319678/119814978-548c3980-beeb-11eb-876e-ba619686d40a.png) cc @mourner

bug
has PR

So using the GeoServer SLD parser on this XML: ``` Dashed line SLD Cook Book: Offset line #000000 #FF0000 5 2 5 ``` I'm getting back: ``` {"TYPE_NAME":"SLD_1_0_0.StyledLayerDescriptor","version":"1.0.0","namedLayerOrUserLayer":[{"TYPE_NAME":"SLD_1_0_0.NamedLayer","name":"Dashed line","namedStyleOrUserStyle":[{"TYPE_NAME":"SLD_1_0_0.UserStyle","title":"SLD Cook...

Would it be possible to add GeoRSS?

The current define wrapper in JSONIX blocks usage in webpack2, I wonder if it's time to get rid of this? ![selection_273](https://cloud.githubusercontent.com/assets/319678/26314448/49ec500c-3f0e-11e7-97be-857945c7e794.png) ``` /*if (typeof define !== 'function') {^M // Load...