We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ed8fb6 commit 74a134aCopy full SHA for 74a134a
1 file changed
.github/copilot-instructions.md
@@ -37,6 +37,7 @@ This file provides instructions for AI coding assistants (like GitHub Copilot) t
37
To implement a new KML feature (e.g., a new KML element):
38
39
1. **Identify the Domain**: Is it a Feature, Container, Geometry, or Extension?
40
+ - **CRITICAL**: Use `fastkml/schema/ogckml22.xsd` or `fastkml/schema/ogckml23.xsd` to identify the object's domain and attributes.
41
2. **Create/Modify Class**:
42
- Place in `fastkml/features.py`, `fastkml/geometry.py`, etc.
43
- Inherit from `_XMLObject` (or `_BaseObject`, `_Geometry`).
0 commit comments