mirror of
https://github.com/django/django.git
synced 2025-01-03 15:06:09 +00:00
Moved Travis Pinney and Dane Springmeyer into the AUTHORS file where they belong.
This commit is contained in:
parent
75301d99d3
commit
88cc002e16
2
AUTHORS
2
AUTHORS
@ -425,6 +425,7 @@ answer newbie questions, and generally made Django that much better:
|
|||||||
phil@produxion.net
|
phil@produxion.net
|
||||||
phil.h.smith@gmail.com
|
phil.h.smith@gmail.com
|
||||||
Gustavo Picon
|
Gustavo Picon
|
||||||
|
Travis Pinney
|
||||||
Michael Placentra II <someone@michaelplacentra2.net>
|
Michael Placentra II <someone@michaelplacentra2.net>
|
||||||
plisk
|
plisk
|
||||||
Daniel Poelzleithner <http://poelzi.org/>
|
Daniel Poelzleithner <http://poelzi.org/>
|
||||||
@ -500,6 +501,7 @@ answer newbie questions, and generally made Django that much better:
|
|||||||
Wiliam Alves de Souza <wiliamsouza83@gmail.com>
|
Wiliam Alves de Souza <wiliamsouza83@gmail.com>
|
||||||
Don Spaulding <donspauldingii@gmail.com>
|
Don Spaulding <donspauldingii@gmail.com>
|
||||||
Calvin Spealman <ironfroggy@gmail.com>
|
Calvin Spealman <ironfroggy@gmail.com>
|
||||||
|
Dane Springmeyer
|
||||||
Bjørn Stabell <bjorn@exoweb.net>
|
Bjørn Stabell <bjorn@exoweb.net>
|
||||||
Georgi Stanojevski <glisha@gmail.com>
|
Georgi Stanojevski <glisha@gmail.com>
|
||||||
starrynight <cmorgh@gmail.com>
|
starrynight <cmorgh@gmail.com>
|
||||||
|
@ -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);
|
OpenLayers.Projection.addTransform("EPSG:4326", "EPSG:3857", OpenLayers.Layer.SphericalMercator.projectForward);
|
||||||
{% block vars %}var {{ module }} = {};
|
{% block vars %}var {{ module }} = {};
|
||||||
{{ module }}.map = null; {{ module }}.controls = null; {{ module }}.panel = null; {{ module }}.re = new RegExp("^SRID=\\d+;(.+)", "i"); {{ module }}.layers = {};
|
{{ module }}.map = null; {{ module }}.controls = null; {{ module }}.panel = null; {{ module }}.re = new RegExp("^SRID=\\d+;(.+)", "i"); {{ module }}.layers = {};
|
||||||
|
@ -2,8 +2,6 @@
|
|||||||
This module is for inspecting OGR data sources and generating either
|
This module is for inspecting OGR data sources and generating either
|
||||||
models for GeoDjango and/or mapping dictionaries for use with the
|
models for GeoDjango and/or mapping dictionaries for use with the
|
||||||
`LayerMapping` utility.
|
`LayerMapping` utility.
|
||||||
|
|
||||||
Author: Travis Pinney, Dane Springmeyer, & Justin Bronn
|
|
||||||
"""
|
"""
|
||||||
from django.utils.six.moves import zip
|
from django.utils.six.moves import zip
|
||||||
# Requires GDAL to use.
|
# Requires GDAL to use.
|
||||||
|
Loading…
Reference in New Issue
Block a user