Jacob Wodzyński

Results 244 comments of Jacob Wodzyński

This issue goes further, as you can have _groups_ that contain layers that user can't see, like this: ![Skärmavbild 2021-03-18 kl 08 10 35](https://user-images.githubusercontent.com/110222/111586644-6e115680-87c1-11eb-9dfc-a368d23550f0.png) Now, nobody is member in the...

Here's one proposal. A clear, blue ring indicates where click occurred on the polygon: ![Skärmavbild 2022-07-05 kl 09 59 03](https://user-images.githubusercontent.com/110222/177281765-810fa0bc-fa48-44e0-bdcd-f868639edee0.png) When it comes to points, the same blue ring is...

I have an even better idea. **Let's use the existing settings in Admin UI.** Setting a marker URL, anchor, fill color etc will result in the specified icon to be...

Ahh… check [this](https://mui.com/x/react-data-grid/pagination/#size-of-the-page) out. > Size of the page The MIT DataGrid is limited to pages of up to 100 rows. If you want larger pages, you will need to...

I couldn't use the layer you supply due to CORS restrictions. Do you have a local example on the server you emailed me about previously? Anyway, I did try with...

Should be consolidated with #933 perhaps?

BTW, I saw that #184 is kind of related. Tagging it here so it won't slip under the radar.

Hi @WCarlsson! The current behaviour is that the map view zooms out to the boundary box of visible search results (i.e. all results will fit in view). In the following...

Unfortunately that's not the case, even though it should be. The following excerpt comes from WMTSLayer's `constructor`, and is run as soon as the layer is constructed: https://github.com/hajkmap/Hajk/blob/73b8b183809e7fd37fed3bf330ea29301a50edad/new-client/src/models/layers/WMTSLayer.js#L83 And here's...

That's absolutely correct @WCarlsson – we're completely overriding the existing View and ignore a lot of additional settings. This is such huge bug that we must take appropriate measure until...