Ticket #2718: fixwms.patch

File fixwms.patch, 809 bytes (added by xeen, 15 years ago)
  • wmsplugin/src/wmsplugin/Map_Rectifier_WMSmenuAction.java

     
    9696                    + "&styles=&format=image/png&srs=epsg:4326&exceptions=application/vnd.ogc.se_inimage",
    9797                // This matches more than the "classic" WMS link, so users can pretty much
    9898                // copy any link as long as it includes the ID
    99                 "(?:mapwarper\\.net|warper\\.geothings\\.net/(?:.*?)/([0-9]+)(?:\\?|/|\\.|$)",
     99                "(?:mapwarper\\.net|warper\\.geothings\\.net)/(?:.*?)/([0-9]+)(?:\\?|/|\\.|$)",
    100100                "^[0-9]+$")
    101101        );
    102102