{% extends "multigtfs/base.html" %} {% load staticfiles %} {% block head_title %}{{ block.super }} - Shape {{object}}{% endblock %} {% block head_extra %} {% if object.geometry %} {% endif %} {% endblock %} {% block page_title %}Shape {{object}}{% endblock %} {% block page_top_content_elem %} A Shape is the path a vehicle travels, on the road or on a track. {% endblock %} {% block page_middle_content %} {% if object.geometry %}
{% else %}

Map

This shape does not have a populated geometry. A shape must have at least 2 ShapePoints, and update_geometry() must be run on the shape.

{% endif %}

Attributes

feed
Feed {{object.feed}}
id
{{object.id}}
shape_id
{{object.shape_id|default:'Not set'}}
{% include "multigtfs/extra_data.html" %}

Related Objects

{% endblock %} {% block body_script %} {% if object.geometry %} {% endif %} {% endblock %}