Closed (fixed)
Project:
Openlayers
Version:
7.x-2.x-dev
Component:
OL API
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Sep 2012 at 11:48 UTC
Updated:
2 Oct 2012 at 18:11 UTC
Openstreetmap is now distributed in ODbL than CCBYSA.
Module should change according to license change.
openlayers.layers.inc:
// OpenStreetMap Mapnik
$layer = new stdClass();
$layer->api_version = 1;
$layer->name = 'osm_mapnik';
$layer->title = 'OSM Mapnik';
$layer->description = 'The main OpenStreetMap map';
$layer->data = array(
'baselayer' => TRUE,
'attribution' => t('
©OpenStreetMap contributors:open license',
array(
'@openstreetmap' => 'http://www.openstreetmap.org/',
'@odbl' => 'http://www.openstreetmap.org/copyright',
)
),
Comments
Comment #1
yarma commentedHi,
be careful that only the raw data is now under ODbl, the default Mapnik tiles are still using CC-BY-SA.
So for a simple map display there is no change to do !
ref: http://www.openstreetmap.org/copyright/en
Comment #2
ifrikThe best solution is to credit it as stated on http://www.openstreetmap.org/copyright
© OpenStreetMap contributorsand link that to http://www.openstreetmap.org/copyright - instead of generally to OpenStreetMap and without the year.
Comment #3
ifrikThis should be fixed in 7 and backported to 6
Comment #4
ifrikComment #5
polThanks, fixed on dev.