﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
35705	Add rotate geographic database function	Enrique Prada Vázquez	Enrique Prada Vázquez	"Currently, Django’s GIS module supports translating and scaling geometries using Translate and Scale functions, but it lacks a Rotate function equivalent to PostGIS’s ST_Rotate. Adding a Rotate function would enhance the module's capabilities, allowing users to rotate geometries directly within Django ORM without resorting to raw SQL.

This function could accept an angle in radians (or optionally degrees) and support rotation around the origin (or optionally a specified point).

Relevant links:

- https://docs.djangoproject.com/en/dev/ref/contrib/gis/functions/#django.contrib.gis.db.models.functions.Reverse
- https://postgis.net/docs/ST_Rotate.html"	New feature	closed	GIS	dev	Normal	fixed	Geodjango Database Functions Rotate		Ready for checkin	1	0	0	0	0	0
