Skip to content

Commit

Permalink
Rename the GitHub repository to ol2
Browse files Browse the repository at this point in the history
  • Loading branch information
ahocevar committed Dec 8, 2015
1 parent 9f6eaea commit 7f79e1d
Show file tree
Hide file tree
Showing 11 changed files with 313 additions and 313 deletions.
2 changes: 1 addition & 1 deletion build/license.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Includes compressed code under the following licenses:

(For uncompressed versions of the code used, please see the
OpenLayers Github repository: <https://github.com/openlayers/openlayers>)
OpenLayers Github repository: <https://github.com/openlayers/ol2>)

*/

Expand Down
2 changes: 1 addition & 1 deletion lib/OpenLayers/Control/PinchZoom.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ OpenLayers.Control.PinchZoom = OpenLayers.Class(OpenLayers.Control, {
// Force a reflow before calling setCenter. This is to work
// around an issue occurring in iOS.
//
// See https://github.com/openlayers/openlayers/pull/351.
// See https://github.com/openlayers/ol2/pull/351.
//
// Without a reflow setting the layer container div's top left
// style properties to "0px" - as done in Map.moveTo when zoom
Expand Down
2 changes: 1 addition & 1 deletion lib/OpenLayers/Renderer/SVG.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ OpenLayers.Renderer.SVG = OpenLayers.Class(OpenLayers.Renderer.Elements, {
if (title) {
node.setAttributeNS(null, "title", title);
//Standards-conformant SVG
// Prevent duplicate nodes. See issue https://github.com/openlayers/openlayers/issues/92
// Prevent duplicate nodes. See issue https://github.com/openlayers/ol2/issues/92
var titleNode = node.getElementsByTagName("title");
if (titleNode.length > 0) {
titleNode[0].firstChild.textContent = title;
Expand Down
Loading

0 comments on commit 7f79e1d

Please sign in to comment.