Closed BlakeDraper closed 9 years ago
Printing fails when a large number of parcels are included in the map view. I suspect this is because the map_as_JSON value gets huge - the request is probably too large and is being blocked or corrupted somehow.
Corrected with PR #41 by displaying via dynamic layer, and keeping the parcels feature layer in Selection mode.
Printing fails when a large number of parcels are included in the map view. I suspect this is because the map_as_JSON value gets huge - the request is probably too large and is being blocked or corrupted somehow.