I’m trying to turn a regional/state level map to a reasonably sized .svg file. I’m currently taking the .osm file straight into Maperative and running a simple ruleset to get the look I want. The file size I’m exporting is currently enormous; I’m assuming because of many minor roads that are drawn but not displayed. Is there a solution to this in Maperative, or is there an easy way to filter out minor roads (road minor : @isOneOf(highway,residential,unclassified,living_street,construction,service)) of the .osm file I’m working with or other items that likely cause the bulk of the file size?
Thanks for any help in advance or for pointing me in the right direction.