From 88cc002e16635c9ad9f76b737366c5206f421c6e Mon Sep 17 00:00:00 2001 From: Justin Bronn Date: Sun, 7 Oct 2012 21:05:10 -0700 Subject: [PATCH] Moved Travis Pinney and Dane Springmeyer into the AUTHORS file where they belong. --- AUTHORS | 2 ++ django/contrib/gis/templates/gis/admin/openlayers.js | 2 +- django/contrib/gis/utils/ogrinspect.py | 2 -- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/AUTHORS b/AUTHORS index 2904bd0d99..5799b941ff 100644 --- a/AUTHORS +++ b/AUTHORS @@ -425,6 +425,7 @@ answer newbie questions, and generally made Django that much better: phil@produxion.net phil.h.smith@gmail.com Gustavo Picon + Travis Pinney Michael Placentra II plisk Daniel Poelzleithner @@ -500,6 +501,7 @@ answer newbie questions, and generally made Django that much better: Wiliam Alves de Souza Don Spaulding Calvin Spealman + Dane Springmeyer Bjørn Stabell Georgi Stanojevski starrynight diff --git a/django/contrib/gis/templates/gis/admin/openlayers.js b/django/contrib/gis/templates/gis/admin/openlayers.js index a67980da40..eb40edae8f 100644 --- a/django/contrib/gis/templates/gis/admin/openlayers.js +++ b/django/contrib/gis/templates/gis/admin/openlayers.js @@ -1,4 +1,4 @@ -{% load l10n %}{# Author: Justin Bronn, Travis Pinney & Dane Springmeyer #} +{% load l10n %} OpenLayers.Projection.addTransform("EPSG:4326", "EPSG:3857", OpenLayers.Layer.SphericalMercator.projectForward); {% block vars %}var {{ module }} = {}; {{ module }}.map = null; {{ module }}.controls = null; {{ module }}.panel = null; {{ module }}.re = new RegExp("^SRID=\\d+;(.+)", "i"); {{ module }}.layers = {}; diff --git a/django/contrib/gis/utils/ogrinspect.py b/django/contrib/gis/utils/ogrinspect.py index 4266ee4b4c..1c870eaa30 100644 --- a/django/contrib/gis/utils/ogrinspect.py +++ b/django/contrib/gis/utils/ogrinspect.py @@ -2,8 +2,6 @@ This module is for inspecting OGR data sources and generating either models for GeoDjango and/or mapping dictionaries for use with the `LayerMapping` utility. - -Author: Travis Pinney, Dane Springmeyer, & Justin Bronn """ from django.utils.six.moves import zip # Requires GDAL to use.