I am trying to convert DXF file to Geojson using the same proj4 as a source and destination coordinate system.
tried to :
1) use 'define a new custom coordinate system' suggested solution, not working because my proj4 coordinate system includes this parameter: +towgs84 which is not in the coordinate system parameters
2) use 'proreprojector' transform, failed because the source and the destination coordinate systems are equals.
I need to use this workspace as a dynamic one, which means that the reader/writer types may be different.
Any suggestion to achieve this task?