Kai Volland

Results 34 issues of Kai Volland

Hey @sindresorhus, i really like this package and our team is using it in almost every npm related project. ### tl;dr Introduce a `--remote` option to configure the remote-repository to...

enhancement
help wanted

## Description This adds a Bugfix as the default `maxFeatures` was `0` if not defined. New default is 1000. It also adds the possibility to parse GML32 responses. ## Pull...

## Description This introduces the `BackgroundLayerChooser` and its childcomponent `BackgroundLayerPreview`. It`s a combination of an overview map and a layer chooser with an immediate preview. ![react-geo-backgroundlayer-chooser](https://user-images.githubusercontent.com/1849416/184140755-a3991850-d47f-4d97-aa28-4313a37eae46.gif) ## Pull request type...

Currently we do not create an css file when building. This means that you have to include a less-loader in your project (webpack). If we would provide a compiled css...

The AddWmsPanel component should be modified so its reusability will be enhanced. E.g.: - Don't use `Panel` but `div`

It seems like the MapFish PrintServlet changed the structure of its layer representation: http://mapfish.github.io/mapfish-print-doc/layers.html So we have to adjust our serializers to fit the new structure.

The current function `getLayers()` function of the `LayerModel` does not work with ExtJS 5 as `raw` of `Ext.data.Model` is gone. My recommendation would be to replace it with `data` but...

I'm using this package via `react-stylegudist`. But it seems that `ast-types` is not reachable from the `index.js`: ```sh Error: Cannot find module 'ast-types/main' Require stack: - …/node_modules/react-docgen-annotation-resolver/index.js - …/node_modules/react-styleguidist/lib/scripts/schemas/config.js -...

We should change the key in the CSV from the view name to the viewmodel name and adapt the logic. This has one simple reason: If you use the viewmodel...

We took this concept from OL3, but in practice I discovered that there might be nearly no case we're an LayerAppearance would be shared by multiple Layers. For Example: If...