You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting the value of gml:Curve/gml:segments/gml:CircleByCenterPoint/gml:radius/@uom to km or [nmi_i] does not construct the expected geometry in GDAL/QGIS, although those units should be supported according to what I can see in e.g. #3118.
Steps to reproduce the issue
Use the following three GML snippets. The circle using meter as unit is shown fine. The circles using kilometer and nautical miles are not shown fine.
Note: I know that using nautical miles would not make that much sense in the given location and with the given CRS, but I would at least expect km to work here. I added the nautical miles example to test what would happen, and also because I could see in other issues that support for that uom should be present.
What is the bug?
Setting the value of
gml:Curve/gml:segments/gml:CircleByCenterPoint/gml:radius/@uom
tokm
or[nmi_i]
does not construct the expected geometry in GDAL/QGIS, although those units should be supported according to what I can see in e.g. #3118.Steps to reproduce the issue
Use the following three GML snippets. The circle using meter as unit is shown fine. The circles using kilometer and nautical miles are not shown fine.
Note: I know that using nautical miles would not make that much sense in the given location and with the given CRS, but I would at least expect
km
to work here. I added the nautical miles example to test what would happen, and also because I could see in other issues that support for that uom should be present.Versions and provenance
Installation via OSGEO4W.
Additional context
This issue is related to #11582, #4807 and #3118.
The text was updated successfully, but these errors were encountered: