Just in case you're not aware - You first need to check what formats are supported by the WMS service - this is found in the GetCapabilities document - FME will automatically check which formats are supported based on the GetCapabilities document of the service.
You should see the link to the GetCapabilities document in the FME log. But yes, in addition FME needs to support reading the SVG files which I don't think it does currently. So doesn't seem like it's really an option :-/
Just in case you're not aware - You first need to check what formats are supported by the WMS service - this is found in the GetCapabilities document - FME will automatically check which formats are supported based on the GetCapabilities document of the service.
You should see the link to the GetCapabilities document in the FME log. But yes, in addition FME needs to support reading the SVG files which I don't think it does currently. So doesn't seem like it's really an option :-/
There is an SVGReader custom transformer, using ImageMagick in the background that might prove useful there.
Just in case you're not aware - You first need to check what formats are supported by the WMS service - this is found in the GetCapabilities document - FME will automatically check which formats are supported based on the GetCapabilities document of the service.
You should see the link to the GetCapabilities document in the FME log. But yes, in addition FME needs to support reading the SVG files which I don't think it does currently. So doesn't seem like it's really an option :-/
@virtualcitymatt, the WMS service is a MapServer which returns fine SVG's when requested from browsers and QGIS.
There is an SVGReader custom transformer, using ImageMagick in the background that might prove useful there.
@Hans van der Maarel my testing is more of "Is FME capable of..." - not what can I possible use of workarounds to get SVG into FME. Nevertheless thanks for your suggestion :)