Opened 15 years ago
Closed 15 years ago
#555 closed defect (fixed)
no metadata for dynamicly added wms
Reported by: | frankjaeger | Owned by: | marc |
---|---|---|---|
Priority: | minor | Milestone: | 2.6.1 release |
Component: | treeGDE | Version: | 2.6 |
Keywords: | Metadata | Cc: |
Description
A dynamicly loaded WMS, that had been added to the gui by "Add WMS from filtered List", has no Metadata. A click on the Layer in TreeGDE shows "layer not specified!". In the URL "id=" has no Value.
Change History (6)
comment:1 by , 15 years ago
comment:2 by , 15 years ago
The Elements 'addWMSfromfilteredList_ajax' and 'addWMSfromList' use services with an ID and stored Metadata. They are copys from other GUIs.
comment:3 by , 15 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:6 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
The problem is, that the metadata is assigned per id and only services which are registrated in mapbender have such an id. A possible solution would be to parse th capabilities document and put this metadata into the map object. But then there must be distinguished between mapbender stored services (services with an mapbender ids) and external services!