Opened 15 years ago
Closed 15 years ago
#4 closed defect (wontfix)
Multi-Source in Services
Reported by: | yvesm | Owned by: | adube |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | widgets | Version: | 0.7 |
Keywords: | Cc: |
Description
Add the possibility to have multi-sources in the services. Then, on OpenLayers Layers creation, we would use an array of source. i.e.:
<wms>
<name>dev4_mswms_world</name> <srs>*</srs> <format>*</format> <sources>
<source>http://dev4.mapgears.com/cgi-bin/mswms_world?</source>
<source>http://dev4a.mapgears.com/cgi-bin/mswms_world?</source>
<source>http://dev4b.mapgears.com/cgi-bin/mswms_world?</source>
<source>http://dev4c.mapgears.com/cgi-bin/mswms_world?</source>
<source>http://dev4d.mapgears.com/cgi-bin/mswms_world?</source>
<source>http://dev4e.mapgears.com/cgi-bin/mswms_world?</source>
</sources>
</wms></description>
This sort of change wouldn't change anything since all requests go to the proxy first, which becomes the unique point of entry. A better solution can be found here : #31