Jacob Wodzyński

Results 99 issues of 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...

bug
plugin:search

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...

plugin:search
new feature

DocumentHandler's side panel should start with the selected chapter pre-marked in the side panel: ![image](https://user-images.githubusercontent.com/110222/177933682-3fa820a9-2ca4-4009-8332-a6847751f93c.png) _Correct behaviour in bae432abe9b452646d3ca02907d2dc7570172194_ --- Somewhere along the way, it seems that we lost this...

bug
plugin:documenthandler

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...

module:client/core

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...

bug

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...

new feature
idea

## 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",...

new feature

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,...

optimization
module:client/core
plugin:layerswitcher
module:admin

Currently admins can control what is shown in the primary and secondary labels in the new MapClickViewer using these settings: ![Skärmavbild 2022-06-23 kl 11 17 22](https://user-images.githubusercontent.com/110222/175264106-50553f5a-0066-492e-b83e-2126e2cea7d7.png) This gives a nice...

module:client/core
new feature