module NSWTopo::VectorRender
def create
def create @features = get_features.reproject_to(@map.neatline.projection).clip(@map.neatline(**MARGIN)) @map.write filename, @features.to_json end
def create @features = get_features.reproject_to(@map.neatline.projection).clip(@map.neatline(**MARGIN)) @map.write filename, @features.to_json end