{% extends "aggregator/base.html" %} {% load pagination_tags %} {% block content %}
| Endpoints |
|
| Name | {{ layer.name }} |
| Title | {{ layer.title }} |
| Abstract | {{ layer.abstract }} |
| Keywords |
|
| Is Public? | {{ layer.is_public }} |
| Is Monitored? | {{ layer.is_monitored }} |
| Username | {{ layer.layerwm.username }} |
| Category | {{ layer.layerwm.category }} |
| Dates |
{% if layer.layerdate_set.count > 0 %}
|
| Spatial Reference Systems |
|
| Bounding Box (x0, y0, x1, y1) | {{ layer.bbox_x0|floatformat:8 }}, {{ layer.bbox_y0|floatformat:8 }}, {{ layer.bbox_x1|floatformat:8 }}, {{ layer.bbox_y1|floatformat:8 }} |
| Monitoring Period |
{% if layer.checks_count > 0 %}
|