Jacob Wodzyński
Jacob Wodzyński
Currently we use `__dirname` (which returns the path of `server.js`) as starting point in finding our way to `/public`. https://github.com/cdimascio/generator-express-no-stress/blob/53082f95d018be189a5e0e4ae3f903e77cdaefb1/app/templates/server/common/server.js#L17 https://github.com/cdimascio/generator-express-no-stress/blob/53082f95d018be189a5e0e4ae3f903e77cdaefb1/app/templates/server/common/server.js#L30 There are two issues with this scenario: 1. It...
## Summary There are two bugs that are related here: 1) While Admin UI can set both `featureTitle` and `shortFeatureTitle`, there is a bug in Client that will display the...
Right now the search result layer is always visible and will draw the results features upon search. The default draw order says that it will be placed on top of...
DocumentHandler's side panel should start with the selected chapter pre-marked in the side panel:  _Correct behaviour in bae432abe9b452646d3ca02907d2dc7570172194_ --- Somewhere along the way, it seems that we lost this...
As of #1034, there is a marker being shown when user clicks a spot in map. The purpose is to exactly indicate which point was clicked and it's especially relevant...
Search can crash the app if `showCorrespondingWMSLayers` is true and the result comes from a DocumentHandler document. The reason is that the "faked" `featureCollection` that comes from the DocumentHandler document...
While working on #1031, I thought it would be a good idea to add a bouncing marker that helps user find the marker's location in view. Something like this: https://user-images.githubusercontent.com/110222/176169739-bfae5649-ae79-4025-9b32-6eaf7911341e.mov...
## Current situation As of #669 we can write something like: ``` {{if {foo}}} Value of foo is: {foo} {{/if}} ``` and: ``` {{if {foo}="bar"}} Value of foo is "bar",...
When we add a `Layer` to the `Map`, we currently set some additional properties. Two of them are redundant: `name`, and `type` - where name is used mostly (and is,...
Currently admins can control what is shown in the primary and secondary labels in the new MapClickViewer using these settings:  This gives a nice...