Skip to main content

Hello, anyone knows how to split a DWG into tiles? 

i can make it happen with tiler however i cannot split it or simply chhose the tile i want to export 

 

The Tiler will add attributes (_column and _row) to all output features, you can use those in a fanout to write to different files (check the Fanout Dataset parameter on the writer in the navigator) or use a TestFilter to select a specific tile.


Reply