Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. "CRITICAL Server: An error occurred during the Atlas print
  2. WARNING: finish() called twice"
  3.  
  4. "if ( pkIndexes.size() < 1 )
  5. {
  6. throw QgsException( QStringLiteral( "An error occurred during the Atlas print" ) );
  7. }"
  8.  
  9. "QString errorString;
  10. atlas->setFilterExpression( filterString, errorString );
  11. if ( !errorString.isEmpty() )
  12. {
  13. throw QgsException( QStringLiteral( "An error occurred during the Atlas print" ) );
  14. }"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement