{% extends "base.html" %} {% block title %}{{ object }} -{% endblock title %} {% block content %}

{{ object }}

{% if object.geom %}
{% endif %}

Original Paste

Posted {{ object.created|date }} ({{ object.created|timesince }} ago)

{{ object.paste }}
{% if object.geom %}

As WKT

As Extended WKT

As GeoJSON

As KML

{% else %}

Other formats

We were unable to parse this paste as WKT, EWKT, GeoJSON or KML.

{% endif %}
{% endblock %}