From 3b55494c8c948b475353d1b12793accecbdb2121 Mon Sep 17 00:00:00 2001 From: Kai Krueger Date: Fri, 22 Apr 2011 11:20:10 -0600 Subject: [PATCH] Add a note that the OSB client side js library has been adapted from the original --- public/javascripts/openstreetbugs.js | 2 ++ 1 file changed, 2 insertions(+) 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. -- 2.43.2