Ticket #9 (closed enhancement: fixed)

Opened 2 years ago

Last modified 2 years ago

render_to_tile() prints debug info

Reported by: reid@… Owned by: artem
Priority: Milestone: 0.4.0
Component: Boost.Python Binding Version: SVN Trunk
Severity: Normal Keywords:
Cc: Patch Needs Improvement:
Needs Docmentation: Has Patch?:
Design Decision Needed:

Description

render_to_tile() prints timing information on standard out; I'd like to be able to suppress this in order to build a mapnik script that runs quietly.

IMO, no output should be the default.

Change History

  Changed 2 years ago by artem

  • status changed from new to assigned
  • milestone set to 0.4.0

in reply to: ↑ description   Changed 2 years ago by artem

  • status changed from assigned to closed
  • resolution set to fixed

Replying to reid@umn.edu:

render_to_tile() prints timing information on standard out; I'd like to be able to suppress this in order to build a mapnik script that runs quietly.

Do you mean render_to_file() ? It prints to std::cerr.

IMO, no output should be the default.

Agreed. Fixed in r442

Note: See TracTickets for help on using tickets.