From: Kai Krueger Date: Fri, 22 Apr 2011 17:20:10 +0000 (-0600) Subject: Add a note that the OSB client side js library has been adapted from the original X-Git-Tag: live~5064^2~190 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/3b55494c8c948b475353d1b12793accecbdb2121 Add a note that the OSB client side js library has been adapted from the original --- diff --git a/public/javascripts/openstreetbugs.js b/public/javascripts/openstreetbugs.js index 66f55a035..378c2ce32 100644 --- a/public/javascripts/openstreetbugs.js +++ b/public/javascripts/openstreetbugs.js @@ -15,6 +15,8 @@ * Even though the OpenStreetBugs API originally does not intend this, you can create multiple instances of this Layer and add them to different maps (or to one single map for whatever crazy reason) without problems. */ +/** This version has been adapted from the original javascript library to fit the openstreetmap rails_port implementation */ + OpenLayers.Layer.OpenStreetBugs = new OpenLayers.Class(OpenLayers.Layer.Markers, { /** * The URL of the OpenStreetBugs API.