mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-01-31 23:21:42 +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.
|
* 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( $ ){
|
(function( $ ){
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A tilesource implementation for OpenStreetMap. Adopted from Rainer Simon
|
* A tilesource implementation for OpenStreetMap.
|
||||||
* project http://github.com/rsimon/seajax-utils.
|
|
||||||
*
|
*
|
||||||
* Note 1. Zoomlevels. Deep Zoom and OSM define zoom levels differently. In Deep
|
* 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
|
* 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.
|
* 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( $ ){
|
(function( $ ){
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A tilesource implementation for Tiled Map Services (TMS). Adopted from Rainer Simon
|
* A tilesource implementation for Tiled Map Services (TMS).
|
||||||
* project http://github.com/rsimon/seajax-utils. TMS tile
|
* TMS tile scheme ( [ as supported by OpenLayers ] is described here
|
||||||
* scheme ( [ as supported by OpenLayers ] is described here
|
* ( http://openlayers.org/dev/examples/tms.html ).
|
||||||
* ( http://openlayers.org/dev/examples/tms.html ) )
|
|
||||||
*
|
*
|
||||||
* @class
|
* @class
|
||||||
* @extends OpenSeadragon.TileSource
|
* @extends OpenSeadragon.TileSource
|
||||||
|
Loading…
x
Reference in New Issue
Block a user