aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/MapImageService
diff options
context:
space:
mode:
authorDiva Canto2011-06-12 22:25:30 -0700
committerDiva Canto2011-06-12 22:25:30 -0700
commit4b9de140ab9aa9312219610de68138c4288b840a (patch)
treea29d3a3f68c8e71fc44bf9672dcaa75c26bc4ef3 /OpenSim/Services/MapImageService
parentPeople are bound to forget the '/' at the end of MapTileURL, so let's correct... (diff)
downloadopensim-SC_OLD-4b9de140ab9aa9312219610de68138c4288b840a.zip
opensim-SC_OLD-4b9de140ab9aa9312219610de68138c4288b840a.tar.gz
opensim-SC_OLD-4b9de140ab9aa9312219610de68138c4288b840a.tar.bz2
opensim-SC_OLD-4b9de140ab9aa9312219610de68138c4288b840a.tar.xz
Add credit and link to SimianGrid project. Thanks, guys!
Diffstat (limited to 'OpenSim/Services/MapImageService')
-rw-r--r--OpenSim/Services/MapImageService/MapImageService.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Services/MapImageService/MapImageService.cs b/OpenSim/Services/MapImageService/MapImageService.cs
index 736fa2e..27722bb 100644
--- a/OpenSim/Services/MapImageService/MapImageService.cs
+++ b/OpenSim/Services/MapImageService/MapImageService.cs
@@ -23,6 +23,10 @@
23 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 23 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 24 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
25 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 25 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26 *
27 * The design of this map service is based on SimianGrid's PHP-based
28 * map service. See this URL for the original PHP version:
29 * https://github.com/openmetaversefoundation/simiangrid/
26 */ 30 */
27 31
28using System; 32using System;