Package: jmapviewer / 1.03+dfsg-2

Metadata

Package Version Patches format
jmapviewer 1.03+dfsg-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 build_less.patch | (download)

build.xml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 adjustments to the ant build file
03 use installed library in demo.patch | (download)

build.xml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use installed library for the demo application
04 bing logo.patch | (download)

src/org/openstreetmap/gui/jmapviewer/tilesources/BingAerialTileSource.java | 16 15 + 1 - 0 !
1 file changed, 15 insertions(+), 1 deletion(-)

 download the bing logo when it's not installed.
 The Bing logo is required for attribution when using the imagery, but the
 license terms covering the image are unclear. JMapViewer is licesed under
 the GPL, but the Bing logo is mostly likely not.
 .
 To not require the inclusion of the bing_maps.png file in the jmapviewer
 package, the image is downloaded using the URL provided in the BrandLogoUri
 attribute of the attribution response.
 .