Ignore:
Timestamp:
2014-03-05T18:37:26+01:00 (10 years ago)
Author:
stoecker
Message:

see #9778 - use TLS for JOSM website access

Location:
trunk/src/org/openstreetmap/josm/data/imagery
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/imagery/ImageryLayerInfo.java

    r6883 r6897  
    2626
    2727    private static final String[] DEFAULT_LAYER_SITES = {
    28         Main.JOSM_WEBSITE+"/maps"
     28        Main.getJOSMWebsite()+"/maps"
    2929    };
    3030
  • trunk/src/org/openstreetmap/josm/data/imagery/types/ProjectionType.java

    r6830 r6897  
    2525 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
    2626 *       <sequence>
    27  *         <element name="entry" type="{http://josm.openstreetmap.de/wms-cache}entry" maxOccurs="unbounded" minOccurs="0"/>
     27 *         <element name="entry" type="{http://josm.openstreetmap.de/wms-cache-1.0}entry" maxOccurs="unbounded" minOccurs="0"/>
    2828 *       </sequence>
    2929 *       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
  • trunk/src/org/openstreetmap/josm/data/imagery/types/WmsCacheType.java

    r6830 r6897  
    2626 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
    2727 *       <sequence>
    28  *         <element name="projection" type="{http://josm.openstreetmap.de/wms-cache}projection" maxOccurs="unbounded" minOccurs="0"/>
     28 *         <element name="projection" type="{http://josm.openstreetmap.de/wms-cache-1.0}projection" maxOccurs="unbounded" minOccurs="0"/>
    2929 *       </sequence>
    3030 *       <attribute name="tileSize" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
  • trunk/src/org/openstreetmap/josm/data/imagery/types/package-info.java

    r6069 r6897  
    66//
    77
    8 @javax.xml.bind.annotation.XmlSchema(namespace = "http://josm.openstreetmap.de/wms-cache", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED)
     8@javax.xml.bind.annotation.XmlSchema(namespace = "http://josm.openstreetmap.de/wms-cache-1.0", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED)
    99package org.openstreetmap.josm.data.imagery.types;
Note: See TracChangeset for help on using the changeset viewer.