srsDimension is not read from parent element
- Dominant language
- Python
- Stars
- 20
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
These are not read correctly by `pygml`
```xml
-526462.08 -1159545.84 233.57 -526465.43 -1159539.53 233.58 -526459.95 -1159536.59 233.61 -526462.21 -1159532.32 233.63 -526457.10 -1159529.63 233.60 -526451.47 -1159540.22 233.58 -526450.39 -1159542.21 233.56 -526453.53 -1159543.87 233.69 -526454.55 -1159541.86 233.59 -526462.08 -1159545.84 233.57
```
```xml
-526375.68 -1159550.83 -526375.72 -1159553.36 -526381.42 -1159553.26 -526381.29 -1159545.66 -526375.59 -1159545.76 -526375.68 -1159550.83
```
```xml
-526375.68 -1159550.83 223.99 -526375.72 -1159553.36 223.96 -526381.42 -1159553.26 224.08 -526381.29 -1159545.66 224.08 -526375.59 -1159545.76 224.06 -526375.68 -1159550.83 223.99
```
as `srsDimension` is specified for parent element and not for `` element...
The example `` polygon will result in correct object, as `srsDimension="2"`, but the `pygml` should take care of parents `srsDimension` attribute.
Contributor guide
Assessment
This issue has not been assessed yet.