Opened 15 years ago

Closed 15 years ago

#399 closed defect (wontfix)

Mapbender does not save the upload URL anymore

Reported by: astrid_emde Owned by: christoph
Priority: trivial Milestone: 2.6 release
Component: administration Version: 2.5
Keywords: WMS update Cc:

Description (last modified by christoph)

  • go to updateWMS - klick on the wms you want to update
  • normally in the inputfield "Link to new WMS Capabilities URL:" the upload Url would show up

this functionality got lost somehow

Change History (3)

comment:1 by christoph, 15 years ago

Priority: majorblocker

comment:2 by christoph, 15 years ago

Description: modified (diff)
Priority: blockertrivial

this information is missing in the dump

we could fill the missing fields like this

UPDATE wfs SET wfs_upload_url = wfs_getcapabilities WHERE wfs_upload_url IS NULL;

but then again, the request parameters would be missing

comment:3 by christoph, 15 years ago

Resolution: wontfix
Status: newclosed
Note: See TracTickets for help on using tickets.