Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[iot-pmc] [CQ 11771] Gwt Openlayers Client: gwt-openlayers-client Version: 0.9

http://dev.eclipse.org/ipzilla/show_bug.cgi?id=11771





--- Comment #11 from Jens Reimann <jreimann@xxxxxxxxxx>  2016-09-30 03:58:32 ---
Ok, the images are removed, however they are still referenced in the CSS file,
which starts with:

---
/*
 *  How about copyright for the images?
 *
 *  Can we include the images without violating copyright.
 *
 *  All third-party\OpenLayers images are the creative property of OpenLayers.
 *
 */

.olControlEditingToolbar  {
                width: 400px!important;
}

.olControlEditingToolbar .olControlSelectFeatureItemActive {
        background-image:
url("img/gwt-openlayers/third-party/OpenLayers/select_feature_on.png");
        background-repeat: no-repeat;
}
---

So they are still referenced. I think it would be best to remove that CSS file,
or clean it up accordingly. Adding a proper copyright header, noting the source
and your modification and switching the CQ from "unmodified" to "modified",
which probably the IP team has to do.


-- 
Configure CQmail: http://dev.eclipse.org/ipzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the CQ.


Back to the top