Changeset 24495 in osm for applications


Ignore:
Timestamp:
2010-12-01T13:53:54+01:00 (14 years ago)
Author:
bastik
Message:

'change ToU to the osm specific one (like it is done in Potlatch 2)'

Location:
applications/editors/josm/plugins/slippymap
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/slippymap/build.xml

    r24491 r24495  
    2727<project name="slippymap" default="dist" basedir=".">
    2828
    29         <property name="commit.message" value="publish the bing imagery support (was added by yellowbkpk); change bing attribution link temporarily to comply with ToU" />
     29        <property name="commit.message" value="change ToU to the osm specific one (like it is done in Potlatch 2)" />
    3030        <property name="plugin.main.version" value="3687" />
    3131
  • applications/editors/josm/plugins/slippymap/src/org/openstreetmap/josm/plugins/slippymap/SlippyMapPreferences.java

    r24491 r24495  
    410410            // FIXME: I've set attributionLinkURL temporarily to ToU URL to comply with bing ToU
    411411            // (the requirement is that we have such a link at the bottom of the window)
    412             return "http://go.microsoft.com/?linkid=9710837";
     412            return "http://opengeodata.org/microsoft-imagery-details";
    413413        }
    414414       
Note: See TracChangeset for help on using the changeset viewer.