{% extends "base.html" %} {% from '_picker.html' import area_drilldown_picker %} {% block content %} {% if area %} {% endif %}

{% if area %}Edit area{% else %}New area{% endif %}

Sketch orientation

Rotate the sketch (in 45° steps) to match how this area sits on the ground. Compass convention matches a standard satellite view: north on top, east on the right, south on bottom, west on the left. = length runs east-west. 315° tilts the long axis from lower-left (SW) to upper-right (NE) — the standard alignment of this property. Try 45° for the opposite (NW–SE) tilt.

{%- set current_rot = (area.sketch_rotation if area and area.sketch_rotation is not none else 0) | int -%}
{% for deg in SKETCH_ROTATION_STEPS %} {% endfor %}
{% if area %} Cancel {% else %} Cancel {% endif %}
{% if area %}
{% endif %} {% endblock %} {% block scripts %} {% endblock %}