At the moment some NGV elements are recalculated when output to GeoJSON, a circle definition with a point and a radius is recalculated to a polygon representing the circle. In some cases it would be good to instead have the raw data as GeoJSON.
There are however some problems implementing this since a circle can have a "hole" represented by a polygon, and you can't make a hole in a point in GeoJSON.
If anyone could suggest how this could be solved all suggestions are welcome.
At the moment some NGV elements are recalculated when output to GeoJSON, a circle definition with a point and a radius is recalculated to a polygon representing the circle. In some cases it would be good to instead have the raw data as GeoJSON.
There are however some problems implementing this since a circle can have a "hole" represented by a polygon, and you can't make a hole in a point in GeoJSON.
If anyone could suggest how this could be solved all suggestions are welcome.