Jacob Wodzyński
Jacob Wodzyński
# The proposed solution ## Before  ## After  ## Affects only search sources with specified secondary label It makes no changes to the...
One more addition upcoming: Admin UI needs a new field so we can add this to both WFS sources as well as WMS-as-WFS-sources. This will be new: 
Absolutely. But you are aware of that the implication of this is that the process must be launched from a directory that actually contains `public`? ```bash jw@abc ~ % node...
Absolutely, go ahead @ChiragSharma0208, thanks!
Take a look inside `new-client/src/plugins/Coordinates`, there you'll find `CoordinatesView.js`.
Absolutely @ChiragSharma0208, I'll have a look at this this week. Thanks for your patience!
I've done some tests, one very simple in `FeatureInfo.js` that allows user to browse through infoclick results using keyboard arrows. It's implemented roughly like this: ```javascript componentDidMount() { […] //...
Looks like it can be solved by properly pointing to the directory (using trailing slash). 
I guess `tocChapterLevels` ends up as `100` because the expression evaluates to it if `chapterLevelsToShow` is `0`. Try using the [nullish coalescing operator](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Nullish_coalescing). ```js > 0 || 100 < 100...
Very cool! 👍