Opened 16 years ago

Closed 15 years ago

#227 closed defect (duplicate)

load WMS without getFeatureInfo-Request is not possible

Reported by: astrid_emde Owned by: astrid_emde
Priority: major Milestone: 2.6 release
Component: administration Version: 2.5 rc6
Keywords: Cc:

Description

Mapbender expects a WMS to offer getFeatureInfo-Request. The WMS Standard defines getFeatureInfo-Request as optional. Therefore Mapbender should handle getFeatureInfo as optional too.

Change History (4)

comment:1 by astrid_emde, 16 years ago

Owner: changed from mapbender_dev@… to verenadiewald

comment:2 by astrid_emde, 16 years ago

Owner: changed from verenadiewald to astrid_emde
Version: 2.5 rc22.5 rc6

there two NOT NULL constraints:

  • wms.wms_getfeatureinfo
  • gui.gui_wms_featureinfoformat

They avoid, that a WMS without the support for Request GetFeatureInfo can be loaded.

ALTER TABLE wms ALTER COLUMN wms_getfeatureinfo DROP NOT NULL;

ALTER TABLE gui ALTER COLUMN gui_wms_featureinfoformat DROP NOT NULL;

comment:3 by astrid_emde, 15 years ago

Milestone: 3.0 release2.6 release

comment:4 by astrid_emde, 15 years ago

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