GDI-HE / Mapbender2.8

Other
2 stars 0 forks source link

Digitizing function faulty #60

Open Andreasr28 opened 2 months ago

Andreasr28 commented 2 months ago

There are currently two problems with the function.

Number one, when digitizing objects and also editing objects, the left mouse button is always used, if you accidentally click on the right, the entire function no longer works.

Same beahvior in Geoportal rlp.

Console error message grafik

Calls during use:

  1. https://www.geoportal.hessen.de/mapbender/php/mb_list_wmc_local_data.php
  2. /mapbender/php/mod_savewmc_server.php

Number two, when digitizing point objects in the Chrome and Edge browsers, no icon is displayed and you cannot change this.

dpakprajul commented 2 months ago

Number One: This issue is created after this update: https://github.com/mrmap-community/Mapbender2.8/commit/c533a5c4a36da90328d6e883d70ddf3f194e6d32

Mine VM is not updated with latest code from github (mapbender) and hence is working fine. But, after I update this piece of code in my VM in the mb_digitize_widget.php, I got the same error. Hence the new update is making a problem. Before solving, need to talk with Karl.

Also I checked geoportal saarland, its working fine as they haven't updated their mapbender (in Github) too 😸

Andreasr28 commented 1 week ago

Pls tell me what do you mean by that This issue is created after this update: https://github.com/mrmap-community/Mapbender2.8/commit/c533a5c4a36da90328d6e883d70ddf3f194e6d32 is it an issue or already comited?

dpakprajul commented 1 week ago

The problem arise after this update and the problem lies within this update: https://github.com/mrmap-community/Mapbender2.8/commit/c533a5c4a36da90328d6e883d70ddf3f194e6d32 Before it was working fine.