{% extends "references/base.html" %} {% load comments i18n %} {% load captchatag %} {% block title %}{% if srs %} {{ srs.title }}: {% endif %}{{ type }} Projection {{srs.code}}{% endblock %} {% block h1title %} {{ type }} Projection {{ srs.srs_id }} - {{ srs.title }} {% endblock %} {% block head_extra %} {% endblock %} {% block content %} {% if srs %} {% if prev %}Previous: {{ prev }}{% endif %} {% if prev and next %} | {% endif %} {% if next %}Next: {{ next }} {% endif %} {% endif %} {% if srs.slug %}
Link to this Page
{% endif %}
Input Coordinates: Output Coordinates:
{% if srs.bounds %} {% endif %}

{{ type }}:{{ srs.srs_id }}

{% if srs %}

{{ srs.title }} (Google it)

{{ srs.description }}

{% if srs.wkt %}
{% else %} This projection is not currently available from spatialreference.org. {% endif %} {% endif %}
{% endblock %}