mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-01-19 17:21:50 +03:00
Document New BSD license on seajax-utils OSM/TMS code
@rsimon has given permission in #58 for the OSM/TMS code that originated in seajax-utils to be released under the New BSD license.
This commit is contained in:
parent
c49de73692
commit
d80d928d80
@ -32,11 +32,18 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
/*
|
||||
* Derived from the OSM tile source in Rainer Simon's seajax-utils project
|
||||
* <http://github.com/rsimon/seajax-utils>. Rainer Simon has contributed
|
||||
* the included code to the OpenSeadragon project under the New BSD license;
|
||||
* see #58.
|
||||
*/
|
||||
|
||||
|
||||
(function( $ ){
|
||||
|
||||
/**
|
||||
* A tilesource implementation for OpenStreetMap. Adopted from Rainer Simon
|
||||
* project http://github.com/rsimon/seajax-utils.
|
||||
* A tilesource implementation for OpenStreetMap.
|
||||
*
|
||||
* Note 1. Zoomlevels. Deep Zoom and OSM define zoom levels differently. In Deep
|
||||
* Zoom, level 0 equals an image of 1x1 pixels. In OSM, level 0 equals an image of
|
||||
|
@ -32,13 +32,20 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
/*
|
||||
* Derived from the TMS tile source in Rainer Simon's seajax-utils project
|
||||
* <http://github.com/rsimon/seajax-utils>. Rainer Simon has contributed
|
||||
* the included code to the OpenSeadragon project under the New BSD license;
|
||||
* see #58.
|
||||
*/
|
||||
|
||||
|
||||
(function( $ ){
|
||||
|
||||
/**
|
||||
* A tilesource implementation for Tiled Map Services (TMS). Adopted from Rainer Simon
|
||||
* project http://github.com/rsimon/seajax-utils. TMS tile
|
||||
* scheme ( [ as supported by OpenLayers ] is described here
|
||||
* ( http://openlayers.org/dev/examples/tms.html ) )
|
||||
* A tilesource implementation for Tiled Map Services (TMS).
|
||||
* TMS tile scheme ( [ as supported by OpenLayers ] is described here
|
||||
* ( http://openlayers.org/dev/examples/tms.html ).
|
||||
*
|
||||
* @class
|
||||
* @extends OpenSeadragon.TileSource
|
||||
|
Loading…
x
Reference in New Issue
Block a user