Ignore:
Timestamp:
2012-08-20T02:21:54+02:00 (12 years ago)
Author:
Don-vip
Message:

fix #5567 - Do not mix case in WMS requests parameters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/preferences/imagery/AddWMSLayerPanel.java

    r5234 r5461  
    279279        StringBuilder a = new StringBuilder();
    280280        a.append(buildRootUrl());
    281         a.append("FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&Layers=");
     281        a.append("FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=");
    282282        a.append(commaSepLayerList());
    283283        a.append("&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}");
Note: See TracChangeset for help on using the changeset viewer.